Thursday 8 November 2018

Create AWS EC2 Instance

Create EC2 Instance by choosing
AMI = “Ubuntu Server 16.04 LTS (HVM), SSD Volume Type - ami-059eeca93cf09eebd”
INSTANCE TYPE = t2.small instance
STORAGE SPACE = 50 GB
SECURITY GROUP = “default” (existing)

Create an Elastic IP
Associate to the above instance created
Click “default” security group in the instance


Stop and Start the instance
Configure Putty using Elastic IP
Putty as “ubuntu”
su to “root” using sudo su –
edit /root/.ssh/authorized_keys and remove initial lines upto ssh-rsa
Restart Instance

No comments:

Post a Comment