2016HT13092 - Assignment2 - Amazon EC2 Creation, Logging, and Termination
2016HT13092 - Assignment2 - Amazon EC2 Creation, Logging, and Termination
Login
Contents
1 Introduction ...................................................................................... 3
4 Conclusion ..................................................................................... 12
1 Introduction
This documents aims to showcase the steps to create an Amazon EC2 instance using the
Amazon AWS. Steps to login to this instance using GIT Bash and terminating the instance
after use will also be shown.
2.8 Reviewing and creating an ssh key for remote ssh access
Once all configuration is done, an ssh key will need to be generated to access the instance
created remotely. This key will be created as a .pem file which should be stored on the local
machine. Please note that I have created a .ssh directory to store the key here.
Once the key is generated, press the ‘Launch Instance’ button to initiate launching the
instance.
You can see the welcome for Ubuntu shown in the command prompt. Also, you can see the
IP assigned and the IP provided by AWS are same.
Below warning will pop to warn that any EBS volumes attached will get deleted. Select ‘Yes,
terminate’.
4 Conclusion
We have successfully created, logged-in and terminated an Amazon EC2 instance using
AWS console, EC2 dashboard, and GIT BASH.