Hi guys,
I’ve been spending some days tweaking some ansible playbooks to create ec2 instances using the ec2 module. I was wondering if the current module allows creation of alarms and if not if it’s on the development plan for the future? I see there are other ec2 modules (quite useful) for things like cloudformation, elastic ips, etc, but nothing specific for creating alarms.
Before ansible we used the fog gem which allows creation of alarms. The ec2 module uses the python boto library which is ready for that as well, so it may be a nice addition (even considering developing the feature myself).
Cheers