Skip to content

amazon.aws 5.4.0

Compare
Choose a tag to compare
@tremble tremble released this 27 Mar 13:53
· 1263 commits to main since this release
c0911ae

Release Summary

This release includes bugfixes for the ec2_metadata_facts, ec2_vol, rds_instance and route53_info modules, as well as feature enhancements for the ec2_spot_instance and route53_health_check modules see changelog for details

Minor Changes

  • ec2_spot_instance - add parameter terminate_instances to support terminate instances associated with spot requests. (#1402).
  • route53_health_check - added support for enabling Latency graphs (MeasureLatency) during creation of a Route53 Health Check. (#1201).

Bugfixes

  • ec2_metadata_facts - fix AttributeError when running the ec2_metadata_facts module on Python 2 managed nodes (#1358).
  • ec2_vol - handle ec2_vol.tags when the associated instance already exists (#1071).
  • rds_instance - Fixed TypeError when tagging RDS DB with storage type gp3 (#1437).
  • route53_info - Add new return key health_check_observations for health check operations (#1419).
  • route53_info - Fixed Key Error when getting status or failure_reason of a health check (#1419).