This message was deleted.
# getting-started
s
This message was deleted.
b
@billions-ocean-88595 you’ll likely need to narrow down your subnet filters. Are the subnets tagged with their type? If not, you can filter them down by using the
map-public-ip-on-launch
filter:
Copy code
aws.ec2.GetSubnetsFilterArgs(name='map-public-ip-on-launch', values=["false"])
b
ooh - i'll check that out. thank you!