Mark Chappell
Mark Chappell
I've bumped this issue over to amazon.aws which is where the more comprehensive documentation for amazon.aws *and* community.aws lives.
I don't have any docs to point you to. For CI there's a custom lambda that runs and deletes things (https://github.com/mattclay/aws-terminator) If you want an Ansible specific option what I'd...
Initial items I can think of - [ ] ~**Possibly** some refactoring work around non-module plugins (#872)~ - [x] ``purge_tags`` default switch over to ``True`` (when ``tags`` is not ``None``)...
5.0.0 released
Hi @jsalatiel, Thanks for taking the time to open this issue. This sounds like a good module to add to the collection. Most of our modules are written by community...
Feel free to leave it open, if enough other people chime in that they're interested in the feature than someone might pick it up. However, I ask that you understand...
Recommended name for any modules: - codedeploy_application - codedeploy_deployment - codedeploy_deployment_config - codedeploy_deployment_group
Hi @Tyler-2, The IAM service is one of a handful of "global" services (which don't need a region specified), as such it's not the greatest comparison. - Are you seeing...
Note to anyone else: When you use an Instance Profile boto3 won't automatically provide a region, and AnsibleAWSModule may even end up passing `region=None`
Leave it open for now. I *think* the bug is that `region=None` gets passed (to boto3) in some conditions