AWS Instance Metadata and more
Understanding Instance Naming
Let's break it down t2.micro as an example:
First letter (t): Instance family (e.g., t - Burstable, m - General Purpose, c - Compute Optimized)
Number (2): Generation within the family (higher number usually signifies ...
ascribeworx.hashnode.dev5 min read