With that in mind I can see the ec2_facts of the tagged instances that I’m going to use in the cluster but when executed it doesn’t recognized the ansible_ec2_instance_id variable that I can actually see when running the ec2_facts.
Thanks for your post, I just tried your suggestion but still isn’t working. But you pointed me in the right direction. I was running ec2_facts as a local action which was incorrect and using a tripple debug flag I noticed that aws_access_key and aws_secret_key were null, seems kind of dump having to set them up as variables for ec2_vol to work, but after doing that but it worked, bellow how I end up doing it