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 AWS Lambda functions are able to process input arguments which are a list, not a dictionary. Ansible's `execute_lambda` is not able to. ##### ISSUE TYPE - Bug Report...

bug
affects_2.10
python3
plugins

##### SUMMARY I want to be able to provide more parameters for targets in to cloudwatch_rule smodule. Currently, there is no way to define ECS `LaunchType` and `NetworkConfiguration`. ##### ISSUE...

feature
has_pr
affects_2.10

##### SUMMARY adding 2 new modules ##### ISSUE TYPE - New Module Pull Request

new_plugin
new_module
module
WIP
plugins

### Summary It would be very beneficial to have the ability to share an AMI across an Organization or OUs since AWS has added that ability. [A similar issue was...

waiting_on_contributor
feature
module
plugins

##### SUMMARY Closes #2011 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME `cloudwatch_log_groups_info`

backport-6
backport-7

### Summary When running the amazon.aws.cloudwatchlogs_log_group_info module on AWS accounts having more than (roughly) 50 log groups we get ThrottlingExceptions once every 20 calls or so. I noticed that both...

jira

##### SUMMARY Fixes #1991 ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME `s3_object`

backport-6
backport-7

### Summary The [documentation](https://docs.ansible.com/ansible/latest/collections/amazon/aws/s3_object_module.html#parameter-metadata) suggests that metadata can be set when `mode=copy` but this doesn't appear to be the case. I cannot get metadata to be changed on the copy...

bug
WIP
jira

### Summary Using `amazon.aws.s3_object` copy mode with objects that were uploaded in multiple parts (e.g. as happens with uploads via the web UI) results in the objects being copied every...

needs_triage

### Summary Reference: https://github.com/ansible-collections/amazon.aws/pull/1998/files normalize functions and other shared portions of code present in the ec2 modules can be relocated to module_utils/ec2.py. This proposal aims to refactor our codebase, making...