Skip to content
Snippets Groups Projects
Commit 89f3f3cd authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

removed unneeded vpc_id

parent 373a2dfb
No related branches found
No related tags found
No related merge requests found
......@@ -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', '')
################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment