To create an Amazon EC2 instance, the following steps should be followed
Go to https//aws.amazon.com
Sign into your account if you one already or you create one if you don't have
- From the AWS dashboard search for EC2 on the search box
- Choose the Geographical Region
- Name your instance tutorial instance 1 amd select the operating system
- On Architecture allow it to be be at 64-bit(x86) then on Instance type Choose t2.micro
- Create a keypair
- Network Setting we allow SSH Traffic from anywhere
- We just create our instance
- Connecting to your instance; to connect to your ubuntu instance
- Open the VS Code
-Input{ ssh -i /path/to/your-key.pem ec2-user@}
Top comments (0)