Posts

Showing posts from July, 2023

Terraform Practicle Questions

 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   How to configure AWS CLI ? 1. You need to create in the AWS account . 2. We need to create the security credentials first as below     Goto > services > IAM > Users > "Your Admin User" > Security Credentials > Create Access Key  3. Copy the secret ID ans Access Key.  the credential profile can be found under $HOME/.aws/credentials From the command line tyoe > aws configure : Paste the Access ID and Secret Key Terraform command workflow  ? terraform init terraform validate terraform plan terraform apply