AWS Route53 Additions

Hey guys,

I would like to add in some list features such as list_resource_record_sets(**kwargs) which is available in boto3 to provide a list of all available record sets in a given route53 zone.

I’m happy to give this a stab, should I try and add this to the existing route53.py core module or add it in as an extra’s?

Regards

Karen

I would prefer to see a route53_facts module, but would also be interested in the details on how you want it to work with the current r53 module. Boto3 is cool, just be sure to use the boto3 connection function in module_utils/ec2.py

Thanks heaps for the reply. I’ve taken a stab at a new module as it would have been quite a pain to try and integrate it with the existing core module given that the core module is in boto rather than boto3.

PR created and submitted https://github.com/ansible/ansible-modules-extras/pull/1203

Cheers

Karen