mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
Change EC2 VPC CIDR blocks to non-routable addresses. (#330)
The previous address ranges were actually routable addresses, which caused some concern for some people because it looked suspicious in tracert. The new CIDR blocks are non-routable addresses, which resolves this concern.
This commit is contained in:
parent
a1d40743ef
commit
ff860f879d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
ec2_vpc_nets:
|
ec2_vpc_nets:
|
||||||
cidr_block: 172.251.0.0/23
|
cidr_block: 192.168.0.0/23
|
||||||
subnet_cidr: 172.251.1.0/24
|
subnet_cidr: 192.168.1.0/24
|
||||||
|
|
Loading…
Add table
Reference in a new issue