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 the variable: ansible_aws_ssm_profile is not taking effect when used. The only workaround I found is to use the export AWS_PROFILE=[profile name] in bash ### Issue Type Bug Report...

needs_info

### Summary Hello i use elasticbeanstalk module but i want to have a module that only show information about like this aws command "aws elasticbeanstalk describe-environments" ### Issue Type Feature...

waiting_on_contributor
feature

### Summary I am trying to publish a message to a fifo SNS topic, but it fails because it is missing the required MessageGroupId parameter. Unfortunately the parameter is not...

feature
module
needs_triage
plugins

### Summary We need to manage the deployment of Active Directory using Ansible ``` - name: Create an AWS Managed AD aws_ad: state: absent name: "{{ aws_ad_id }}" az: "{{...

feature
needs_triage

Depends-On: https://github.com/ansible-collections/amazon.aws/pull/1282 ##### SUMMARY Adding the ability to generate a cert using a Private CA, or a Public CA for that matter. ##### ISSUE TYPE - Feature Pull Request #####...

new_plugin
new_module
new_contributor
feature
module
needs_triage
community_review
plugins

### Summary I am trying to implement an ecs_service deployment where the availability is defined by endpoints defined in AWS Cloud Map API (https://docs.aws.amazon.com/cloud-map/latest/api/API_CreateService.html). Currently, ecs_service has a capability to...

feature
module
plugins
needs_verified

##### SUMMARY When requesting `cloudfront_invalidation` the module is firstly trying to fetch **every** existing/passed `invalidation` to determine if the `invalidation` has not already be done based on `caller_reference` as key...

feature
module
affects_2.10
plugins

##### SUMMARY Update changelog and remove changelog fragments after 8.0.0 release. ##### ISSUE TYPE - Docs Pull Request

##### SUMMARY Bump release for main branch to 9.0.0-dev0 ##### ISSUE TYPE - Bugfix Pull Request - Docs Pull Request - Feature Pull Request - New Module Pull Request #####...

mergeit

### Summary Today when you create/update a launch template, the tags are only applied to "instance" and "volume" see [here](https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/ec2_launch_template.py#L520) But a launch template also spins up network-interfaces that are...

has_pr