Parameter | Default | Description |
---|---|---|
AWS_PROFILE | default |
Profile name |
AWS_ACCOUNT_ID | Account ID (461136222763 ) |
|
AWS_REGION | Region (eu-west-1 ) |
npm install -g aws-cdk
cdk --version
Use bootstrap.sh
script
Parameter | Default | Description |
---|---|---|
AWS_PROFILE | default |
Profile name |
AWS_ACCOUNT_ID | Account ID (461136222763 ) |
|
AWS_REGION | Region (eu-west-1 ) |
npm install -g aws-cdk
cdk --version
Use bootstrap.sh
script
# Only once for new acount and region | |
cdk bootstrap --profile %AWS_PROFILE% --cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess aws://%AWS_ACCOUNT_ID%/%AWS_REGION% |