Skip to content

Releases: chime/terraform-aws-alternat

v0.10.3

09 Oct 14:34
d62bc30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

16 Sep 19:48
db47706

Choose a tag to compare

What's Changed

Alternat launch templates will now be more identifiable. Thanks for another improvement, @p8r-the-gr8!

Full Changelog: v0.10.1...v0.10.2

v0.10.1

09 Sep 22:03
11a7f43

Choose a tag to compare

What's Changed

Thanks @p8r-the-gr8 for this feature!

v0.10.0

05 Sep 20:31
242a889

Choose a tag to compare

What's Changed

Improvements from @p8r-the-gr8

Full Changelog: v0.9.3...v0.10.0

v0.9.3

13 Aug 16:21
4991b9d

Choose a tag to compare

What's Changed

Many thanks to @Jasper-Ben and @hak891 for these improvements.

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Aug 18:19
e480510

Choose a tag to compare

Thanks to these contributors!

  • @hak891 made their first contribution—fix: add missing volume tags propagation in #142
  • fix: unable to create IAM policy when AlterNAT is deployed in several regions by @franck-dailymotion in #141

Also:

Full Changelog: v0.9.1...v0.9.2

v0.9.1

24 Jul 20:38
204530f

Choose a tag to compare

What's Changed

  • Makes SSM command permissions optional based on nat restore by @bwhaley in #140

Full Changelog: v0.9.0...v0.9.1

v0.9.0

24 Jul 18:20
8bf0f7a

Choose a tag to compare

What's Changed

NAT instance recovery feature

Many thanks to contributor @franck-dailymotion for this new feature! 🎉

If the route has previously been updated to use the standby NAT gateway due to a health check failure, the replace-route function can optionally attempt to detect recovery of the NAT instance. This allows the system to automatically recover and return to the preferred, cost-effective path of the NAT instance as soon as it is healthy.

This feature is disabled by default. To enable it, set enable_nat_restore=true and enable_ssm=true.

How it works:

  1. Assume that the connectivity check has failed and the route was updated to use the NAT Gateway.
  2. During the next connectivity check, attempt to restore the NAT instance
  3. Send an SSM command to curl the connectivity check URLs
  4. If the connection is successful, check the NAT configuration
  5. If the configuration is correct, update the route to use the NAT instance.
  6. Continue with regular connectivity checks through the NAT instance.

Note that the route recovery feature does not attempt to remediate any configuration issue on the instance; the instance remains immutable.

Full Changelog: v0.8.7...v0.9.0

v0.8.7

18 Jul 23:19
5471bbc

Choose a tag to compare

What's Changed

Many thanks to @franck-dailymotion for this contribution!

v0.8.6

26 Jun 18:40
3f4e806

Choose a tag to compare

What's Changed

  • Reverts deprecated aws_region change for compatibility with v5 by @bwhaley in #134

Full Changelog: v0.8.5...v0.8.6