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

Ansible Collection for Community AWS

Results 231 community.aws issues
Sort by recently updated
recently updated
newest added

### Summary When I try to run a playbook while leveraging the `aws_ssm` plugin, the play hangs on Gathering Facts during a `sudo` step. SSM is configured on the target...

### Summary A similar issue has been reported on: https://github.com/ansible/ansible/issues/67119 That is however on the main Ansible repo, while I have the feeling this is the more appropriate place. In...

##### SUMMARY This PR extends the `cloudformation_stack_set` module by adding a `purge_stack_instances` module parameter. Currently, the module is not idempotent because removing an account from the list of accounts doesn't...

feature
module
needs_triage
community_review
plugins

### Summary I'd like to have an option to specify custom throughput when creating a LaunchTemplate. Only IOPS can be specified in block_device_mapping as of now. As of now, boto3...

##### SUMMARY - Changes `resourceArn` to lower camel case as the parameter names are case-sensitive. - Removes `aws_retry` which [doesn't appear to exist](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mgn/client/tag_resource.html). ##### ISSUE TYPE - Bugfix Pull Request...

### Summary After creating a new API Gateway resource with the module and my Swagger file, I updated my Swagger file and tried to modify the resource but could not...

### Summary I am migrating from "Ansible Automation Platform Controller 4.1.2" -> "Ansible Automation Platform Controller 4.4.2" and am not able to use the community.aws.ec2_win_password on the new platform. I...

### Summary When using the `msk_cluster` module, I noticed that even when I specify [multiple authentication strategies](https://docs.ansible.com/ansible/latest/collections/community/aws/msk_cluster_module.html#parameter-authentication), only `unauthenticated` is picked up. ```yaml - name: Provision msk cluster msk_cluster: name:...

bug
module
needs_triage
python3
plugins

### Summary When a secret has a description already set and I do not pass in a description to [`community.aws.secretsmanager_secret`](https://docs.ansible.com/ansible/latest/collections/community/aws/secretsmanager_secret_module.html) (assume everything else is the same), it sees the secrets...

feature
module
needs_triage
plugins

##### SUMMARY Add support for creating origin groups in cloudfront_distribution and using origin groups as targets for behaviors. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME cloudfront_distribution ##### ADDITIONAL...

waiting_on_contributor
feature
module
affects_2.10
plugins