Understanding AWS IP Address Reservations
When you provision a subnet in AWS, the platform automatically reserves five IP addresses within every CIDR block. You cannot assign these reserved addresses to Amazon EC2 instances, Application Load Balancers, or container tasks.
For a standard /24 subnet containing 256 total IP addresses (from 10.0.1.0 to 10.0.1.255), AWS reserves the following:
- 10.0.1.0: Network address.
- 10.0.1.1: Reserved by AWS for the VPC router.
- 10.0.1.2: Reserved by AWS for Domain Name System (DNS) resolution.
- 10.0.1.3: Reserved by AWS for future functionality.
- 10.0.1.255: Network broadcast address.
Consequently, a /24 CIDR block yields exactly 251 usable IP addresses rather than the theoretical 254.
---
Subnet Size Allocation Reference Table
---
Calculate CIDR Ranges Instantly with Yurlie
Calculate netmasks, broadcast boundaries, usable host counts, and binary structures instantly using the free Yurlie CIDR Subnet Calculator.
Try Yurlie Online Developer Tools
Run CIDR calculations, JSON formatting, Base64 encoding, and UUID generation instantly in your browser.