removed unneeded vpc_id
This commit is contained in:
parent
373a2dfb34
commit
89f3f3cdd4
@ -11,12 +11,6 @@ from botocore.exceptions import ClientError
|
||||
|
||||
|
||||
region = 'eu-central-1'
|
||||
vpc_id = 'vpc-eedd4187'
|
||||
|
||||
# if you only have one VPC, vpc_id can be retrieved using:
|
||||
#
|
||||
# response = ec2Client.describe_vpcs()
|
||||
# vpc_id = response.get('Vpcs', [{}])[0].get('VpcId', '')
|
||||
|
||||
|
||||
################################################################################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user