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 Ansible is being used in deployment pipelines where I am seeing some trivial tasks which randomly take an hour to complete. These tasks aren't the same one every...

### Summary I'm trying to get a summary of all cloudfront distributions. I.e. ``` community.aws.cloudfront_distribution_info: summary: true profile: "{{ aws_profile }}" region: "{{ aws_region }} ``` The call fails with:...

bug
needs_triage
python3
traceback

##### SUMMARY Replacing the call to get_bucket_location with a call to head_bucket in Connection._get_bucket_endpoint(). The GetBucketLocation API call only works from the bucket owner account. This enables using a bucket...

mergeit
backport-7
backport-8

### Summary Since August 2023 it's possible to create NLB with SG. (https://aws.amazon.com/about-aws/whats-new/2023/08/network-load-balancer-supports-security-groups/) Unfortunately, the current module implementation doesn't offer this feature. Moreover, once NLB is created without SG, it's...

### Summary Typo on line 222 of `autoscaling_instance_refresh.py` , currently reading: ``` module.exit_json(chaned=False, msg="In check_mode - No active referesh found, nothing to cancel.") ``` `chaned` needs to get `changed` ###...

### Summary I created a cluster using the eks_cluster module. Now I want to be able to define a new state in terms of the verion of the cluster (1.24...

### Summary (not sure if this is a bug or by design, as CloudFormation works in the same way) When an API Gateway CloudFormation stack is updated, it might make...

##### SUMMARY "Fixes #2051" ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME EFS ##### ADDITIONAL INFORMATION refer aws document: https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes ```paste below ```

### Summary Missing throughput mode="elastic" when creating efs volume. Refer AWS document: https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes ### Issue Type Feature Idea ### Component Name community.aws.efs ### Additional Information ```yaml (paste below) ``` ###...

##### SUMMARY New module for creating transit gateway routes ##### ISSUE TYPE - New Module Pull Request ##### COMPONENT NAME transit_gateway_route ##### ADDITIONAL INFORMATION This allows you to create transit...