Published on

Creating an EC2 Instance

Authors

Open the AWS Management Console and select EC2 from the home screen.

There is a region selector next to your account name in the upper-right corner, so change it to Asia Pacific (Tokyo). The instance is created in the region selected there. Choose the region based on where your users are. Network speed is affected by physical distance as well, so if most of your users are in Japan, Tokyo is a good choice.

In the first wizard screen, choose Classic Wizard.

amazon_ec2_launch_instance_create_a_new_instance

This time I selected Ubuntu 64bit.

amazon_ec2_launch_instance_choose_an_ami

Choose Micro for the instance type. Types other than Micro are not covered by the free usage campaign.

amazon_ec2_launch_instance_instance_details_1

I left the next screen as-is.

amazon_ec2_launch_instance_instance_details_2

I also left the following screen unchanged.

amazon_ec2_launch_instance_instance_details_3

Give the instance an appropriate name.

amazon_ec2_launch_instance_instance_details_4

Create a key pair. You need it when accessing the instance over SSH.

amazon_ec2_launch_instance_create_key_pair

This time I planned to publish the instance as a WordPress server, so I also allowed HTTP access. Choose Custom TCP rule, enter 80 for Port range, enter 0.0.0.0/0 for Source, and click Add Rule to allow HTTP access.

amazon_ec2_launch_instance_configure_firewall

Finally, a confirmation screen appears. If everything looks good, click Launch to create the instance.

amazon_ec2_launch_instance_review