changed faafo repo
This commit is contained in:
parent
63a241a7a0
commit
fb2437d829
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
@ -1,13 +1,25 @@
|
||||
import time
|
||||
|
||||
import boto3
|
||||
from botocore.exceptions import ClientError
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# Configuration Parameters
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
keyName = 'srieger-pub'
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# boto3 code
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
client = boto3.setup_default_session(region_name=region)
|
||||
cfClient = boto3.client('cloudformation')
|
||||
|
||||
|
@ -1,13 +1,25 @@
|
||||
import time
|
||||
|
||||
import boto3
|
||||
from botocore.exceptions import ClientError
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# Configuration Parameters
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
keyName = 'srieger-pub'
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# boto3 code
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
client = boto3.setup_default_session(region_name=region)
|
||||
cfClient = boto3.client('cloudformation')
|
||||
|
||||
|
@ -1,12 +1,26 @@
|
||||
import json
|
||||
import time
|
||||
|
||||
import boto3
|
||||
from botocore.exceptions import ClientError
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# Configuration Parameters
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# boto3 code
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
client = boto3.setup_default_session(region_name=region)
|
||||
cfClient = boto3.client('cloudformation')
|
||||
|
||||
|
@ -1,11 +1,24 @@
|
||||
import time
|
||||
|
||||
import boto3
|
||||
from botocore.exceptions import ClientError
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# Configuration Parameters
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
stackName = 'cloudcomp-counter-demo-stack'
|
||||
|
||||
|
||||
################################################################################################
|
||||
#
|
||||
# boto3 code
|
||||
#
|
||||
################################################################################################
|
||||
|
||||
|
||||
client = boto3.setup_default_session(region_name=region)
|
||||
cfClient = boto3.client('cloudformation')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user