-
### Summary
When `s3_lifecycle` is run and there are no changes to make, it still calls [`put_bucket_lifecycle_configuration`](https://github.com/ansible-collections/community.aws/blob/bdb7c9f26f6f…
-
### Summary
Hello,
First time set to aws_ssm for both linux and windows using the community.aws.aws_ssm plugin to connect to the ec2 instances. The connection looks ok, but failing with the wei…
-
### Summary
When using dynamodb_table to create or update a DynamoDB table that is using auto scaling, it will often fail because AWS only allows 4 scale downs a day, after that, you can only do scal…
-
### Summary
We recently bumped `amazon.aws` collection to `4.1.0` from `4.0.0` and started experiencing errors due to process locks and other similar errors. We found that the inventory file was bein…
-
### Summary
`aws_ec2` fails to generate an inventory when using AWS credentials that require MFA.
```console (paste below)
❯ cat ~/.aws/config
[profile default]
region=us-east-1
[profile t…
-
### Summary
Hello,
I have some old ansible scripts using the old `ec2` module that I'm updating to use the new `ec2_instance` module and I'm getting some deprecation warnings that I think don't re…
-
I want to add some labeled data into OpenDigger to help us for our community analysis.
For cloud native area, we use data of [CNCF landscape](https://landscape.cncf.io/?category=streaming-messaging…
-
### Summary
AWS ansible module "aws_acm_info" returns the following error - "Couldn't obtain certificates: An error occurred (400) when calling the ListCertificates operation: \nInvalidHttpRequestT…
-
### Summary
When ansible has the permission to read a subpath of a bucket but not the root path, the list mode fails with a 403 error:
Example:
```
local_action:
module: amazon.aws.…
-
### Summary
The botocore utility can (but does not need to) set the endpoint_url based on two env vars: (https://github.com/ansible-collections/amazon.aws/blob/main/plugins/module_utils/botocore.py#L…