basically I want to setup an EC2 instance that is properly setup with LVM, instead of what you get when you start up one using the basic Ubuntu AMI which is completely un-partitioned.
Where I'm running into trouble though is the lack of a gui installer so I can set up the partitions before the first boot. This is my first time working in AWS, and I'm not familiar with how you'd set all this up after the fact.
Should I add an EBS volume and fully partition that? How would I then boot from that volume?
Or should I just set up the server in a virtual box, then create the AMI from that and create an instance from it in AWS?
What's the best way forward here?