1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
3
This is because CloudFormation corrects the VPC CIDR to its canonical form. See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc.html
CidrBlock The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.
Contenus pertinents
- demandé il y a un mois
- demandé il y a 2 ans
- demandé il y a un an
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 4 ans
- AWS OFFICIELA mis à jour il y a un mois
This explains it quite well. Thank you very much.
Hello, does anyone has a human-readable reply? The answer is unclear to dummies like me and the URL quoted is not working. What is wrong with 10.0.0.0/16? How should it be written???