Releases: vtstanescu/aws-vpc
Releases · vtstanescu/aws-vpc
2.0.0
1.1.0
- Replace default network ACLs rules with AWS defaults: allowing all inbound & outbound
Custom rules can be created usingaws_network_acl_rule
resource outside the module and the default one created by the module can be skipped usingempty_network_acls
variable. - Associate network ACLs to subnets using
aws_network_acl_association
resource, instead inline usingsubnet_ids
property ofaws_network_acl
.
This will allow associating the network ACLs created by the module with other subnets created outside the module. - Make VPC Endpoints gateways for S3 & DynamoDB services optional, but still enabled by default.
1.0.0
First major version release
- Support single IPv4 CIDR block VPCs with a two-tier setup: public & private subnets
- Auto-subnetting algorithms: no waste of IPs from VPC CIDR block or equal netmask for all subnets
- 3 setups for NAT Gateways: one-AZ, failover (one active, one standby), HA (one-per-AZ; all active)
- VPC Endpoints gateways for S3 & DynamoDB services
- VPC flow logs
- Support private subnets only