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

Ansible Collection for Amazon AWS

Results 218 amazon.aws issues
Sort by recently updated
recently updated
newest added

Manual backport of #954 ##### SUMMARY Minor linting fixups - docs linting and cleanup - unused variables - unused import - "mutually_exclusive" which was accidentally dropped on the floor. #####...

new_plugin
new_module
feature
integration
module
tests
community_review
needs_triage
plugins

##### SUMMARY Minor linting fixups - docs - unused variables ##### ISSUE TYPE Feature Pull Request ##### COMPONENT NAME plugins/inventory/aws_ec2.py plugins/inventory/aws_rds.py plugins/lookup/aws_account_attribute.py plugins/lookup/aws_secret.py plugins/lookup/aws_ssm.py plugins/module_utils/acm.py plugins/module_utils/botocore.py plugins/module_utils/cloud.py plugins/module_utils/iam.py plugins/module_utils/modules.py plugins/module_utils/rds.py...

feature
module_utils
community_review
needs_triage
plugins

### Summary I am trying to launch new EC2 instances with the 'stop hibernate' option enabled, as per options available in AWS Console. https://aws.amazon.com/about-aws/whats-new/2019/10/amazon-ec2-hibernation-now-available-on-windows/ ### Issue Type Feature Idea ###...

feature
module
needs_triage
plugins

### Summary I am duplicating issue #859 because it was incorrectly closed. Idempotency -- the core design pattern and expectation on which Ansible is built -- requires that the module's...

bug
has_pr
module
python3
plugins

##### SUMMARY This is the Ansible way. Since a call to enforce_count() requires that a call to find_instances() has already been made, the information required to populate the `instances` return...

bug
needs_rebase
needs_revision
new_contributor
integration
module
tests
plugins

### Summary We recently bumped `amazon.aws` collection to `4.1.0` from `4.0.0` and started experiencing errors due to process locks and other similar errors. We found that the inventory file was...

bug
has_pr
inventory
python3
plugins
needs_verified
jira
p2

### Summary I would like to use ansible to create an AMI with UEFI secure boot and TPM support. In the [ec2_ami module](https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_ami_module.html#ansible-collections-amazon-aws-ec2-ami-module), there are currently no parameters to do...

waiting_on_contributor
feature
has_pr
module
plugins

##### SUMMARY rds - Handle errors for engine_mode and scaling_configuration options ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME rds.py

feature
module_utils
WIP
plugins

##### SUMMARY Add support for carrier gateway entry on route table. ##### ISSUE TYPE - Feature Pull Request ##### COMPONENT NAME - module/ec2_vpc_route_table ##### ADDITIONAL INFORMATION Support Carrier Gateway route...

new_contributor
feature
module
community_review
plugins

### Summary While creating the `opensearch` module, I missed a few step that are not documented in CONTRIBUTING.md. It would help a lot to document these steps. ### Issue Type...

docs