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 New modules to manage [VPC Carrear Gateways](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CarrierGateway.html). ##### ISSUE TYPE - New Module Pull Request ##### COMPONENT NAME modules (new): - ec2_carrier_gateway - ec2_carrier_gateway_info ##### ADDITIONAL INFORMATION ```bash...

new_plugin
new_module
new_contributor
integration
module
tests
community_review
plugins

### Summary When I try and create a cluster using `community.aws.rds_cluster` to create an rds cluster. Upon first execution of the playbook the cluster is created. When run again expecting...

bug
module
python3
traceback
plugins

### Summary Can we extend the existing module or add a `rds_cluster_param_group` module to Ansible? Is anyone discussing and/or working on this? As a workaround, I have simply made copy...

bug
module
needs_triage
python3
plugins

##### SUMMARY Various linting and unit test fixups - unused variables - overly broad Exception catching (highlighted some broken tests) - removes direct use of unittest in favour of pytest...

new_plugin
feature
module
tests
needs_triage
community_review
plugins
needs_maintainer

### Summary `cloudwatchevent_rule` module always reports `Changed` = `True`. I believe this is caused to #1355. Output of boto3 `describe_rule` method only includes previously specified parameters. Therefore AWS `_rule_matches_aws` method...

bug
module
needs_triage
plugins

##### SUMMARY replicates https://github.com/ansible-collections/amazon.aws/pull/266 as suggested This PR contains some basic support for Amazon MQ. It covers - Managing Amazon MQ brokers - Managing Amazon MQ configurations - Managing Amazon...

new_plugin
new_module
new_contributor
integration
module
tests
community_review
plugins

| Release | ETA | Release Plan | | --- | --- | --- | | 6.0.0 | future | https://github.com/ansible-collections/community.aws/milestone/1 | | 5.3.0 | towards the end of 2023-02...

### Summary When using the `aws_ssm` connection plugin the user always seems to be root. When running commands that create files (such as `community.general.bundler`) they become owned as root. The...

bug
connection
needs_triage
python3
plugins

##### SUMMARY I was trying to use aws ssm connection for an ansible playbook. I faced this issue: ``` POST_PROCESS: echo ~admin echo $'\n'$? ssm_retry: attempt: 0, caught exception(invalid literal...

bug
new_contributor
connection
needs_triage
community_review
plugins

### Summary Would it be possible to create a module to manage Amazon Data Lifecycle Manager policies? ### Issue Type Feature Idea ### Component Name ec2_dlm ### Additional Information ```yaml...

feature
plugins