LAB AWS EX1 : Create EC2 Instance in AWS
Requirements:
AWS Account
ISO image
Putty(Linux) / Remote desktop sever connection(windows)
Putty Gen
Aim:
To create an EC2 instance using AWS.
Procedure:
- First Step is to create account in AWS.
Then the next step is to create a Key-Pair. Click on the EC2 console and it will open the EC2 Dashboard.
Choose Key Pairs and in the next tab select the 'Create Key Pair' option at the top.
Then the next step is to create a Security Group.
Let's add HTTP, HTTPS, SSH rules in Inbound rules and let the outbound rules as default. Now create security group.
Click on 'Launch Instance' on EC2 Dashboard.
Now give a name to the server. Then select a Amazon Machine Image. Here I am selecting an HVN version of Amazon Linux 2. Under 'Instance Type', as default it will be as t2.micro which I am going to leave as such. Then under Key pair box, select the Key pair which you created previously. Do the same for Security Group by selecting the option 'Select Existing Security Group' and choose it.
After all the above configurations, click the 'Launch Instance' at the right.
Comments
Post a Comment