Skip to content

Releases: cloudposse/terraform-aws-vpc-peering-multi-account

0.5.0 Add description for IAM role, policy and permissions required for requester and accepter

10 Apr 23:18
3cf3f60
Compare
Choose a tag to compare

what

  • Add description for IAM role, policy and permissions required for requester and accepter

why

  • Show complete and tested IAM Trust Policy and IAM Policy document with the minimum required permissions to create a VPC peering between the requester and accepter VPCs in different AWS accounts

0.4.0 Add example usage

10 Apr 16:34
6fd82e4
Compare
Choose a tag to compare

what

  • Add example usage
  • Update README

why

  • Shows a complete and tested example on how to use the module to create a VPC peering connection across two different AWS accounts and regions

0.3.0 Allow VPC peering when accepter doesn't have 1:1 subnet to routing table mapping

11 Mar 15:18
Compare
Choose a tag to compare

what

  • Allow VPC peering when accepter doesn't have 1:1 subnet to routing table mapping

why

  • In some cases a VPC does not have 1:1 mapping between subnets and route tables

0.2.0 Allow for DNS resolution across VPC peers spanning multiple accounts

20 Feb 05:08
Compare
Choose a tag to compare

what

  • Allow for DNS resolution across VPC peers spanning multiple accounts

why

  • Allow accepter/requester VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the requester/accepter VPC

0.1.0: Initial implementation (#1)

07 Jan 22:23
32fd3bf
Compare
Choose a tag to compare
* accepter/requester vpc peering