diff --git a/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml b/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml new file mode 100644 index 00000000000..47552c54604 --- /dev/null +++ b/changelogs/fragments/427-ec2_vpc_nat_gateway-stability.yml @@ -0,0 +1,3 @@ +minor_changes: +- ec2_vpc_nat_gateway - use pagination on describe calls to ensure all results are fetched (https://github.com/ansible-collections/community.aws/pull/427). +- ec2_vpc_nat_gateway - add AWSRetry decorators to improve reliability (https://github.com/ansible-collections/community.aws/pull/427).