added example-projects
This commit is contained in:
		@@ -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)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user