amazon.aws icon indicating copy to clipboard operation
amazon.aws copied to clipboard

Ansible Collection for Amazon AWS

Results 218 amazon.aws issues
Sort by recently updated
recently updated
newest added

##### SUMMARY As seen in both #1170 and https://github.com/ansible-collections/community.aws/issues/1458 the "EC2_" prefix for a number of fall-back environment variables results in confusion. "EC2_" implies it's specific to the EC2 API,...

feature
module
module_utils
community_review
plugins

### Summary I have a system that will run ansible playbooks from a command-line script. This command line script runs in Python using argparse and will call an ansible playbook...

bug
lookup
python3
needs_triage
plugins

Refactoring and unit-test coverage of the `ec2_ami`. - Break up the long `create_image()`, `deregister_image()`, `update_image()` - Use classes and static methods to group the functions - Use more Pythonic expression...

needs_info
needs_template
module
tests
needs_triage
plugins
needs_maintainer

##### SUMMARY As per [boto3 aws documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.get_bucket_ownership_controls) `When ObjectOwnership is BucketOwnerEnforced - Access control lists (ACLs) are disabled and no longer affect permissions.` Fixes #1137 ##### ISSUE TYPE - Bugfix...

bug
integration
module
tests
community_review
plugins

##### SUMMARY Fixes #1074 Added a check to fail the task while modifying/updating rds_param_group if task tries to change `DB parameter group family`. As [AWS Documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html) specifies that, ``` The...

bug
integration
module
tests
community_review
needs_triage
plugins

Add some basic information regarding the unit-testing and initiate a list guidelines. More will come later.

community_review
needs_triage
docs

##### SUMMARY A lot of modules were renamed prior to 5.0.0, update the integration tests to take this into account. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME...

needs_rebase
needs_revision
feature
integration
tests
community_review
needs_triage
plugins

Depends-On: #1095 ##### SUMMARY add the ability for module lambda to create/update a lambda function with layers attached ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME lambda #####...

feature
integration
module
tests
python3
community_review
plugins

##### SUMMARY `get_s3_connection` is duplicated into modules `s3_object` and `s3_object_info`, the goal of this pull request is to move to a single place, reduce code complexity and increase coverage #####...

feature
module
module_utils
tests
community_review
plugins
needs_maintainer

### Summary When managing an RDS DB Parameter Group with the rds_param_group module, the module will happily create a parameter group with the specified engine, but it will not fail...

bug
module
python3
plugins
jira