- Log on to AWS Educate using your AWS educate starter account, and click AWS Console button.
- Launch a new instance using the Amazon EC2 console, in your default Region/Availability Zone.
- Select the Amazon Linux AMI.
- Choose the t2. medium instance type.
- Launch the instance in the default virtual private cloud (VPC).
- Assign the instance a public IP address (your choice), and add a tag to the instance of Key: Name, Value: ITEC6210-YourName.
- Create a new security group called ITEC6210-Group-YourName.
- Add a rule to the group ITEC6210-Group-YourName, allowing Secure Shell (SSH) access from any IP address.
- Launch the instance, and when prompted for a key pair, create a new public-private key pair—ITEC6210Key-YourName. Download the private key (a .pem file) to your workstation.
Sample Solution