I'm trying to launch a Ubuntu 18.04 with a instance-stored
device type on AWS. I search for Ubuntu 18.04 and find this one (ami-02e8efe84b4da2817
):
Okay, then I select the simplest instance type available, m5d.large
:
... but when I launch the instance, I get the following error:
Launch Failed
AMI 'ami-02e8efe84b4da2817' with an instance-store root device is not supported for the instance type 'm5d.large'.
Why do I get this error if I followed all the launching steps? What do I have to do to run a Ubuntu 18.04 on a instance-stored
? Thanks in advance.