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 This is ansible fragment from the code to create cluster: ``` advanced_security_options: enabled: true internal_user_database_enabled: true master_user_options: master_user_name: "{{ opensearch_user }}" master_user_password: "{{ opensearch_password }}" ``` This is...

bug
needs_triage
python3
traceback

##### SUMMARY Add a new module to manage nodegroups in EKS clusters. ##### ISSUE TYPE - New Module Pull Request ##### COMPONENT NAME eks_nodegroup ##### ADDITIONAL INFORMATION TODO: - [x]...

new_plugin
new_module
has_issue
integration
module
tests
needs_triage
community_review
plugins

##### SUMMARY Added support for `protocol_version` param in `elb_target_group`. Fixes [1422](https://github.com/ansible-collections/community.aws/issues/1422). ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME `elb_target_group`

new_contributor
feature
integration
module
tests
community_review
plugins
backport-5

##### SUMMARY Add Origin Shield option to `cloudfront_distribution` module. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME `cloudfront_distribution.py` ##### ADDITIONAL INFORMATION ```paste below ```

feature
integration
module
tests
needs_triage
community_review
plugins

### Summary Hello, First time set to aws_ssm for both linux and windows using the community.aws.aws_ssm plugin to connect to the ec2 instances. The connection looks ok, but failing with...

bug
needs_triage
python3
bot_broken

##### SUMMARY AWS `cache parameters groups` can now be of type `redis6.x`. This PR adds to the module `elasticache_parameter_group` support to pass this new family group. ##### ISSUE TYPE -...

new_contributor
feature
module
community_review
plugins
backport-3
backport-4

### Summary We previously deprecated the use of a list of dicts for `tags` in codebuild_project, we should follow through and switch this to a simple dictionary. ### Issue Type...

feature
module
needs_triage
plugins

### Summary I am trying to run powershell scripts on a remote windows server on a different account and region but it's failing when deleting the object in the ssm...

bug
needs_triage
python3
traceback

### Summary `elb_target_group` cannot set the `protocol_version` parameter of a target group. * https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elbv2.html#ElasticLoadBalancingv2.Client.create_target_group > ProtocolVersion (string) -- [HTTP/HTTPS protocol] The protocol version. Specify GRPC to send requests to targets...

waiting_on_contributor
feature
has_pr
module
good first issue

##### SUMMARY Added backup option to the `efs` module which enables automatic backup of the file system. Addresses issue #1266 ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME...

new_contributor
feature
integration
module
tests
community_review
plugins