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

Ansible Collection for Community AWS

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

### Summary Now that we've branched stable-4 we can put together initial plans for the 5.0.0 release In the [May working group meeting](https://meetbot.fedoraproject.org/ansible-aws/2022-05-26/ansible_aws_community_meeting.2022-05-26-17.33.log.html) we discussed initially pencilling in 2022-09-22 as...

feature
needs_triage

##### SUMMARY - Support new [ecs exec feature](https://aws.amazon.com/jp/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/) for ECS service ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME `ecs_service` ##### ADDITIONAL INFORMATION Create ECS service with `enable_execute_command`...

needs_revision
new_contributor
feature
integration
module
tests
plugins

### Summary Using the aws_ssm connection to provision a Ubuntu 22.04 Jammy target machine fails presumably due to unexpected characters in the output that it receives (see examples below). ###...

bug
connection
needs_triage
python3
plugins

##### SUMMARY I took a stab at a proof of concept for part of #94 - this implements the most basic `list_global_accelerators` module to fetch information about active global accelerators...

needs_revision
stale_ci
new_plugin
new_module
new_contributor
module
affects_2.10
plugins

##### SUMMARY Implement the Global Accelerator create/update module for #94 This is largely modeled after the `elb_application_lb` module ##### ISSUE TYPE - New Module Pull Request ##### COMPONENT NAME global_accelerator

needs_revision
stale_ci
new_plugin
new_module
new_contributor
module
affects_2.10
plugins

##### SUMMARY New module for the new EC2 Image Builder service, for the component resource Parameters are a basic one-to-one mapping of the AWS API ##### ISSUE TYPE - New...

needs_revision
stale_ci
new_plugin
new_module
new_contributor
module
tests
affects_2.10
plugins

##### SUMMARY sns_topic - Add tags and purge_tags options Closes https://github.com/ansible-collections/community.aws/issues/964 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME sns_topic

feature
has_issue
integration
module
tests
needs_triage
community_review
plugins

Signed-off-by: Eric Millbrandt ##### SUMMARY Add support for regional secret replication. The component now supports: * Creating a secret with a regional replica * Adding a region replica to a...

needs_rebase
needs_revision
new_contributor
feature
has_issue
integration
module
tests
plugins

### Summary Add the `Backup` option for EFS ### Issue Type Feature Idea ### Component Name efs ### Additional Information From what i can see [here](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/efs.html#EFS.Client.create_file_system), i assume it should...

waiting_on_contributor
feature
module
good first issue
easyfix

### Summary AWS Lambda now supports layers, it can reduce the code size and time spend dramatically. To support Lambda layers, it should be a new module to manage Lambda...

feature
module
needs_triage
plugins