Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 478 Bytes

login-with-aws-cli.md

File metadata and controls

11 lines (6 loc) · 478 Bytes

Login with AWS CLI

use aws configure in the cli to connect your account for Terraform deployment. You will be prompted to enter the following. See Creating a Secret Key Pair for more information.

  • AWS Access Key ID: <your_access_key_id>
  • AWS Secret Access Key: <your_secret_access_key>
  • Default region name: us-east-1 Use this, as Terraform has known issues with other regions
  • Default output format: json