Hi,
I am trying to automate ec2 instance launch launch and mount available all instance store for any instance.
ec2_module does have volume option which is more specific to type of instance. I didn’t find any way to tell ansible to activate all instance stores (ephemeral drive) available for the instance which it is launching.
anyone know how to do this ?
Thanks