adapted AWS CloudFormation Example for AWS Educate Classroom
This commit is contained in:
@ -7,8 +7,14 @@ import boto3
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
# place your credentials in ~/.aws/credentials, as mentioned in AWS Educate Classroom,
|
||||
# Account Details, AWC CLI -> Show (Copy and paste the following into ~/.aws/credentials)
|
||||
|
||||
region = 'eu-central-1'
|
||||
# !!! you also need to specify an IAM role for this example to able to access S3 !!!
|
||||
|
||||
|
||||
# region = 'eu-central-1'
|
||||
region = 'us-east-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
keyName = 'srieger-pub'
|
||||
|
||||
|
Reference in New Issue
Block a user