Append the following snippet to the end of the main input field:
The main input field should look like this (remember to set your account_id):
AWS Committing the manifest file
Now that we have written the manifest file we are ready to commit it.
Set your Author name
Set your Email address
Set your Commit message
Using a good / unique commit message will help you understand what is going on later.
Click the Commit changes button:
What did we just do?
The YAML we pasted in the previous step told the framework to use the ec2 client from boto3 to describe vpcs. We told
the framework not to use any arguments when invoking describe vpcs and we told the framework to use a paginator ensuring
we find every page of results. We then used a filter to include only VPCs where the IsDefault attribute is set to true