Is there a way to get a list of all assigned IPs in an AWS subnet? Furthermore, if there is a way to see the associated (AW)Services? That would be incredibly helpful as well. Thanks!
EDIT:
All assigned private IPs in a private AWS Subnet (which are retained regardless of instance state). Any means of obtaining this information will do. I am most familiar with AWS CLI, boto/boto3 and the console.
The list would include all avail per CIDR block definition except for 5 addresses:
- 1 for subnet address
- 1 for broadcast
- AWS reserves the first 3 available IP addresses for each subnet
assigned
IPs. Even stopped instances have an IP in a VPC. You want CLI solution or SDK solution? Be as descriptive as possible and avoid one liner questions. – Indenture