You are on page 1of 13

CLOUD COMPUTING

IT4090

Assignment Report – AWS EC2

Assignment 01

H.A.S. Hathurusinghe

IT17036276

Bachelor of Science Special (honors)

In Information Technology

Department of Information Technology

Sri Lanka Institute of Information Technology

Sri Lanka

September 2020
AWS Account Creation and Launching an EC2
Instance
1. Sign In to AWS Educate account

2. Select EC2 Instance in the services category


3. Click Launch Instance button to get started

4. Choose an Amazon Machine Image (AMI) for our requirements


5. Choose an Instance Type

6. Create a New Key pair


7. Click Launch Instances button

8. Display Launch Instances


9. Open PuTTYgen application to generate key

10. Import private key .pem file


11. Save private key as .ppk file

12. Copy the IPv4 public DNS in running instance


13. Open PuTTY application

14. Copied IPv4 address paste into PuTTY


15. Select Auth in SSH category

16. Browse the saved .ppk file and open


17. Automatically open the PuTTY command prompt and login to the EC2 server using “ec2-user”
18. Using ping command to google.com

19. View launch Instance and running server instance status stop
20. View stopped instance status

21. Stopped server turn to the terminate status


22. View terminated instance status

You might also like