added example-projects

This commit is contained in:
Sebastian Rieger 2019-07-02 13:47:28 +02:00
parent 567df853b5
commit dd13f5560f
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import boto3
from botocore.exceptions import ClientError
region = 'eu-central-1'
availabilityZone = 'eu-central-1b'
imageId = 'ami-0cc293023f983ed53'

View File

@ -1,6 +1,7 @@
import boto3
from botocore.exceptions import ClientError
region = 'eu-central-1'
client = boto3.setup_default_session(region_name=region)