Here goes my first post in the wonderful Ansible project
Here’s the problem that I am facing: I am trying to launch an EC2 instance (c3.2xlarge) and, in the process, I want to resize the root partition from 8GB to something bigger. Also while in the process of launching the instance, I’d like to add those two extra disks (2x80GB SSD) that come with this instance.
I do not know if this is even achievable via Ansible.
I did something like this for a c3.xlarge. Setting the ephemeral number is the trick (The ssds are considered ephemeral when part of the instance store)