Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   python.exe -m pip install --upgrade pip

AWS: aws cli

aws --version

update aws cli:  pip install awscli --upgrade --user

Pre-requisite
terraform installed

update pipAWS CLI installed or updatedlogin with AWS CLI to 

aws configure

Image Removedterraform init
Create the .tf file


init , plan and apply
init
plan
apply
Check on AWS Console


Log into GUI




...