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 Documentation from boto3 and Terraform (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpn_connection#local_ipv4_network_cidr) shows IPv4 network CIDR options are available to be set for VPN connections. In fact, this data is returned in the `options`...

##### SUMMARY Add support to create AWS EMR clusters. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME aws_emr ##### ADDITIONAL INFORMATION There were couple of PRs, but this one...

waiting_on_contributor
feature
has_pr
affects_2.10

##### SUMMARY Current `community.aws.iam_role_info` returns the following dict. for a given role based on the usage of the [`camel_dict_to_snake_dict` function](https://github.com/ansible-collections/community.aws/blob/dbf3697441268c95515c5a36a3cfef9de08c63a5/plugins/modules/iam_role_info.py#L231) as follows: ``` json { "arn": "arn:aws:iam::XXXX:role/XXXX-admin", "assume_role_policy_document": { "statement":...

waiting_on_contributor
feature

##### SUMMARY AWS allows creating VPN tunnels not only between a VGW and CGWs but a Transit Gateway (TGW) and CGWs. This modules is based on ec2_vpc_vpn; the only difference...

new_plugin
new_module
new_contributor
module
community_review
plugins

##### SUMMARY AWS Application load balancers now appear to support application-based cookies in addition to the standard load balancer generated cookie. https://docs.aws.amazon.com/elasticloadbalancing/latest/application/sticky-sessions.html ##### ISSUE TYPE - Feature Idea ##### COMPONENT...

waiting_on_contributor
feature
module
plugins

##### SUMMARY It would be useful to be able to set the IAM alias for an account with Ansible. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME I'm currently...

feature

##### SUMMARY When requesting for a certificate using the acm AWS module, there's an option to use either email validation or DNS validation. When the DNS option is chosen, the...

python3
docs

##### SUMMARY When try to do `win_ping` task, task stuck ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME community.aws - 1.2.1 ##### ANSIBLE VERSION ``` ansible 2.10.3 config file...

bug
waiting_on_contributor
python3

##### SUMMARY Have the option to configure slow start duration attribute ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME elb_target_group ##### ADDITIONAL INFORMATION see 'slow_start.duration_seconds ' in https://docs.aws.amazon.com/cli/latest/reference/elbv2/modify-target-group-attributes.html ```...

waiting_on_contributor
feature
module
plugins

##### SUMMARY A cloudfront_distribution which performs its operation and the cloudfront distribution is created successfully. However, when `wait: yes` is enabled the error is detailed below. Digging around the source...

bug
waiting_on_contributor
module
affects_2.10
python3
traceback
plugins
needs_verified