Final answer:
In each subnet of an AWS VPC, five IP addresses are reserved for AWS internal networking purposes and are not available for general use. These include the network address, VPC router, DNS services, future use, and network broadcast address.
Step-by-step explanation:
In the context of Amazon Web Services (AWS), a Virtual Private Cloud (VPC) is an isolated network within the AWS Cloud. When you create a subnet within a VPC, AWS reserves five IP addresses within every subnet's address range. These reserved IP addresses are not available for use by EC2 instances or other services.
The first four IP addresses and the last one in each subnet CIDR block are reserved by AWS for internal networking purposes. For example, the first address (.0) is the network address, the second (.1) is reserved for the VPC router, the third (.2) is reserved for DNS services, the fourth (.3) is reserved for future use, and the last address is reserved as the network broadcast address. These addresses cannot be used for standard instances or applications.
To sum up, in a VPC subnet, AWS reserves a total of five IP addresses that are used for network management and cannot be assigned to user resources.