Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 448 Bytes

deployment_aws.md

File metadata and controls

31 lines (30 loc) · 448 Bytes

configure aws cli

  1. run
aws configure sso
  1. run
aws ec2 describe-vpcs –-profile admin-1
  1. run
aws s3 ls --profile admin-1
  1. login
aws sso login --profile admin-1

Access the CDK

  1. get userid and accountid
aws sts get-caller-identity --profile admin-1
  1. get current zone
aws configure get region --profile admin-1
  1. to bootstrap
cdk bootstrap aws://ac#/region --profile admin-1