You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
$ amibaker recipes/pm-dev.yaml
Running aws --output json --profile dev ec2 describe-subnets --subnet-ids subnet-xxxxxxxx
Unknown component: credential_provider
Traceback (most recent call last):
File "/home/alex/.virtualenvs/general/bin/amibaker", line 9, in <module>
load_entry_point('amibaker==0.8.2', 'console_scripts', 'amibaker')()
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/main.py", line 57, in main
run_recipes(args, args.recipe)
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/main.py", line 16, in run_recipes
baker.bake()
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/ami_baker.py", line 23, in bake
ec2.instantiate()
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/ami_ec2.py", line 15, in instantiate
self.__create_security_group()
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/ami_ec2.py", line 194, in __create_security_group
vpc_id = self.__get_vpc_id()
File "/home/alex/.virtualenvs/general/lib/python2.7/site-packages/amibaker/ami_ec2.py", line 191, in __get_vpc_id
return subnet['Subnets'][0]['VpcId']
TypeError: 'bool' object has no attribute '__getitem__'```
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: