adapted AWS CloudFormation Example for AWS Educate Classroom

This commit is contained in:
Sebastian Rieger
2021-05-25 23:40:15 +02:00
parent b57c26adbf
commit 781cfc8fa4
6 changed files with 22 additions and 6 deletions

View File

@ -10,7 +10,8 @@ import boto3
################################################################################################
region = 'eu-central-1'
# region = 'eu-central-1'
region = 'us-east-1'
stackName = 'cloudcomp-counter-demo-stack'