added example-projects
This commit is contained in:
parent
567df853b5
commit
dd13f5560f
@ -1,6 +1,7 @@
|
|||||||
import boto3
|
import boto3
|
||||||
from botocore.exceptions import ClientError
|
from botocore.exceptions import ClientError
|
||||||
|
|
||||||
|
|
||||||
region = 'eu-central-1'
|
region = 'eu-central-1'
|
||||||
availabilityZone = 'eu-central-1b'
|
availabilityZone = 'eu-central-1b'
|
||||||
imageId = 'ami-0cc293023f983ed53'
|
imageId = 'ami-0cc293023f983ed53'
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import boto3
|
import boto3
|
||||||
from botocore.exceptions import ClientError
|
from botocore.exceptions import ClientError
|
||||||
|
|
||||||
|
|
||||||
region = 'eu-central-1'
|
region = 'eu-central-1'
|
||||||
|
|
||||||
client = boto3.setup_default_session(region_name=region)
|
client = boto3.setup_default_session(region_name=region)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user