Creating an EC2 instance on AWS using AWSCLI
Install AWSCLI
sudo apt update
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
Note: if unzip command not installed
sudo apt install unzip
Create Key pair
aws ec2 create-key-pair --key-name MyKe...
madhup.hashnode.dev1 min read
Deepika Pandey
aspiring devops
It is a very nice article to understand.and it is very helpful to us.