Commit c0a56b6a authored by Nick Dainty's avatar Nick Dainty

Fix amazon instance type on build an image page

This page referred to using a "t1.micro" instance but the template actually uses a "t2.micro".
parent 4787f87a
...@@ -16,7 +16,7 @@ with Redis pre-installed. This is just an example. Packer can create images ...@@ -16,7 +16,7 @@ with Redis pre-installed. This is just an example. Packer can create images
for [many platforms](/intro/platforms.html) with anything pre-installed. for [many platforms](/intro/platforms.html) with anything pre-installed.
If you don't have an AWS account, [create one now](http://aws.amazon.com/free/). If you don't have an AWS account, [create one now](http://aws.amazon.com/free/).
For the example, we'll use a "t1.micro" instance to build our image, which For the example, we'll use a "t2.micro" instance to build our image, which
qualifies under the AWS [free-tier](http://aws.amazon.com/free/), meaning qualifies under the AWS [free-tier](http://aws.amazon.com/free/), meaning
it will be free. If you already have an AWS account, you may be charged some it will be free. If you already have an AWS account, you may be charged some
amount of money, but it shouldn't be more than a few cents. amount of money, but it shouldn't be more than a few cents.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment