Explain the instance type naming convention
Answer
Let's take for example the following instance type: m5.large
m is the instance class
5 is the generation
large is the size of the instance (affects the spec properties like vCPUs and RAM)
Let's take for example the following instance type: m5.large
m is the instance class
5 is the generation
large is the size of the instance (affects the spec properties like vCPUs and RAM)