Prequisistes Install AWS CLI: https://aws.amazon.com/cli/ Install Terraform: https://www.terraform.io/downloads Create a User on AWS: Open AWS Console → Go to IAM →Create User →Download user credentials csv Configure AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html Terraform Commands terraform init: Is used to initialize a working directory containing Terraform configuration files. This is the first command that should be…