Skip to content

Instantly share code, notes, and snippets.

@mtheoryx
Created April 27, 2022 15:06
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 mtheoryx/a3f15acaa62259d07708cf1a2ed9471f to your computer and use it in GitHub Desktop.
Save mtheoryx/a3f15acaa62259d07708cf1a2ed9471f to your computer and use it in GitHub Desktop.
cdk bootstrap instructions
## IF YOU HAVE A DEFAULT PROFILE FOR AWS CLI
cdk bootstrap aws://<ACCOUNT_NUMBER>/<REGION> --trust <CROSS_ACCCOUNT_NUMBER>
## IF YOU HAVE A NAMED PROFILE FOR AWS CLI
cdk bootstrap aws://<ACCOUNT_NUMBER>/<REGION> --profile LOCAL_AWS_CONFIG_NAMED_PROFILE --trust <CROSS_ACCCOUNT_NUMBER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment