EC2 (Elastic Compute Cloud) Instance Using AWS CLI through Terminal using Linux
In order to create EC2 instance Login to the AWS Console and get the following information;
Install AWS CLI for Linux on the computer.
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Install zip/ Unzip to unzip th...
blog.automation-dev.us2 min read