I am trying to create an ami from an ec2 instance, I have four volumes attached to instance but I wanted choose particular device types without detaching volumes from instance while creating an ami using ansible, I have tried multiple scenarios like no_device: yes, and device_mapping: "{{ devices }}" nothing is working.
Asked
Active
Viewed 66 times