Skip to content

Instantly share code, notes, and snippets.

@kunduso
Created April 3, 2021 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunduso/f575395837c5ae303291c48cb9edc6af to your computer and use it in GitHub Desktop.
Save kunduso/f575395837c5ae303291c48cb9edc6af to your computer and use it in GitHub Desktop.
The aws cli to create a s3 bucket
# bucket name: skundu-terraform-remote-state-two
aws s3api create-bucket --bucket skundu-terraform-remote-state-two --region us-east-2 --create-bucket-configuration LocationConstraint=us-east-2
#output
{
    "Location": "http://skundu-terraform-remote-state-two.s3.amazonaws.com/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment