Skip to content

v3.0.0

Compare
Choose a tag to compare
@tabdunabi tabdunabi released this 29 Mar 21:04

Added

  • Tagging the Transit Gateway attachment with "Name" on both the hub and spoke accounts; with the account name, the AWS Organizations OU path and the VPC name
  • ListOfVpcTagsForAttachment CloudFormation parameter to specify a comma separated list of tags which if found in the VPC, will be copied across to the TGW attachments
  • Support for Organizations Tag policies
  • STNO state machine logging using CloudWatch logs

Changed

  • Improved reliability. Fixed race conditions (issue #1).
  • Conditional auto-approval or auto-reject rules based on AWS Organizations OU membership, with separate rules for associations and propagations.
  • Events now logged in CloudWatch Logs in addition to DynamoDB; to enable searching with CloudWatch Log Insights
  • Allow VPCs deployed using CloudFormation, that has the STNO tags, to be deleted. This is done by triggering a deletion of the transit gateway attachment when CloudFormation attempts to delete the subnet.
  • Transit Gateway peering feature now implemented using AWS Lambda
  • Pinned dependency versions for deterministic builds