wallix / awless

A Mighty CLI for AWS
http://awless.io/
Apache License 2.0
4.97k stars 263 forks source link

Launched instances are not EBS-optimized, no flag to enable #281

Open alsrgv opened 4 years ago

alsrgv commented 4 years ago

High-performance instances, like p3.* or g4dn.* launched with awless are created with EBS-optimized flag set to False, and there's no way to turn it to True other than going to the AWS console and manually changing instance type. This causes significantly degraded performance.

AWS UI not only defaults to EBS-optimized for these instances, but it does not allow you to uncheck it: image

Can awless follow similar guidelines?