adapted AWS CloudFormation Example for AWS Educate Classroom
This commit is contained in:
@ -8,7 +8,8 @@ import boto3
|
||||
################################################################################################
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
# region = 'eu-central-1'
|
||||
region = 'us-east-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user