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 After upgrading `community.aws` to `4.1.1` and `amazon.aws` to `4.1.0`, my playbooks are not able to connect via ssm anymore. Extract of the logs ``` redirecting (type: connection) ansible.builtin.aws_ssm...

bug
connection
needs_triage
python3
plugins

##### SUMMARY Update ecs_taskdefinition documentation with firelensConfiguration option (see also https://github.com/ansible-collections/community.aws/issues/1425) ##### ISSUE TYPE - Docs Pull Request ##### COMPONENT NAME ecs_taskdefinition ##### ADDITIONAL INFORMATION ```paste below ```

owner_pr
module
needs_triage
community_review
plugins
docs

### Summary When I try to update "placement_constraints" property of an already existing service, its not getting reflected on the aws console. However, it works perfectly fine when the service...

bug
module
python3
plugins

### Summary Support for cdk deployment instead of cloudformation. Commands: synthesize deploy destroy metadata ### Issue Type Feature Idea ### Component Name cloudformation ### Additional Information ```yaml (paste below) ```...

feature
needs_triage

### Summary When running on a base image that only allows FIPS cryptography algorithms the `s3_lifecycle` module fails to submit changes to the bucket lifecycle configuration. The call that fails...

##### SUMMARY This utility currently fails on FIPS enabled systems due to the use of md5. When calculating the md5s for the chunks usedforsecurity is set to false but not...

### Summary We want to control our AWS ECS services, for example, to restart all services in all accounts when Fargate is updated. For this reason, we run our playbooks...

##### SUMMARY according to https://aws.amazon.com/about-aws/whats-new/2023/05/aws-glue-large-instance-types-generally-available/ I added support for these 2 new instance types ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME glue_job

backport-7

SUMMARY I added the additional capability 'CAPABILITY_AUTO_EXPAND' I found this was a requirement for the stack i was deploying. So I imagine it will be useful for others. ISSUE TYPE...

bug
new_contributor
module
needs_triage
community_review
plugins

##### SUMMARY Currently, there is no module available for creating and modifying CloudFront [Cache Policies](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront/client/create_cache_policy.html) and [Origin Request Policies](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront/client/create_origin_request_policy.html). This makes it difficult to use custom ones with the `cloudfront_distribution`...