I have all the modules install still getting this ...
# general
f
I have all the modules install still getting this error. Not sure if I am still missing module/code to reference from. I'm testing only to create a single ec2 instance
f
Add a file named ami.py from the example on github: https://github.com/pulumi/examples/blob/master/aws-py-webserver/ami.py
you can alternatively hardcode the ami value to
ami-0ff8a91507f77f867
like the other language examples
here's the pull request that will update the tutorial to fix this https://github.com/pulumi/docs/pull/1653