|
|
@ -8,10 +8,18 @@ import boto3 |
|
|
|
################################################################################################ |
|
|
|
|
|
|
|
|
|
|
|
region = 'eu-central-1' |
|
|
|
# region = 'eu-central-1' |
|
|
|
region = 'us-east-1' |
|
|
|
stackName = 'cloudcomp-counter-demo-stack' |
|
|
|
keyName = 'srieger-pub' |
|
|
|
|
|
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
|
|
# !!! |
|
|
|
# !!! You must change vpc, subnet and availability zone below to match your zone, or use the |
|
|
|
# !!! start-with-vpc.py example, that creates and looks up all depedencies / necessary |
|
|
|
# !!! resources. |
|
|
|
# !!! |
|
|
|
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
|
|
|
|
|
|
################################################################################################ |
|
|
|
# |