Skip to content

Tag: boto3

aws boto3 grab subnet info

Im trying to grab a list of subnets from aws, I have a working version for VPC that I have modified: I keep getting: subnets = list(ec2.Subnet.filters(Filters=filters)) AttributeError: ‘function’ object has no attribute ‘filters’ From everything im reading and other examples this shoul…

Unable to install boto3

I have trouble installing boto3 inside a virtual environment. I have done what the document says. First I activated virtual environment. then I did a: Now I enter python But if I import boto, it works Why does it install boto 2.38 when I installed boto3. I tried closing the terminal and re-opened it. Should I…