Initial Creation of the Instance
- Log in to the web console located at https://console.aws.amazon.com/ec2/home
- Go to the Instances page by clicking the link on the left, and then click the "Launch Instance" button at the top of the window.
- Click the "Community AMIs" tab. In the search box, search for ami-ccf615a5.
- This is an image created as part of the Alestic.com series.
- This runs Ubuntu 9.04 Jaunty Server
- More information about the image
- Create one small instance
- Create a new key-pair for root authentication, save the .pem file someplace safe.
- I created a key-pair called "BaseAdmin"
- BaseAdmin.pem located at \\malachite\workspace\EC2\newinstance\Keys at present
- Set up the Security Group, which are essentially a set of firewall rules
- Used "StandardFirewallRules" group. This allows traffic on:
- Port 22 (SSH) from anywhere (0.0.0.0/0)
- Port 80 (HTTP) from anywhere (0.0.0.0/0)
- Port 3306 (MySQL) from the Tucson AZGS Office (159.87.39.14/24)
- Port 8080 (Tomcat) from the Tucson AZGS Office
- Start up the Instance, returns an instance ID, Public and Private DNS
- Instance ID: i-5e42c436
- Public DNS: ec2-174-129-102-90.compute-1.amazonaws.com
- Private DNS: domU-12-31-38-00-3D-B3.compute1.internal
- Generate a new Elastic IP address by going to the Elastic IPs window and clicking "Allocate New Address".
- Link the IP to the new instance by clicking the new Elastic IP and then the "Associate" button.
- Elastic IP for this instance: 174.129.193.63