There are different types of AWS instances. Here you will also know for which requirement a particular instance type has to be used. Let’s start with the naming convention of the instance types.
m5.2xlarge
m: instance class
5: Generation
2xlarge: size within the instance class
Mostly for diversified workloads with balanced resources.
The balance between Compute, Memory, Networking
Use cases:
Mostly used for compute-intensive tasks which require high-performance processors
Use cases:
Mostly for workloads which process large data sets in memory.
Use cases:
Storage Optimized:
Mostly used for storage-intensive tasks which require high, sequential read and write access to large data sets on local storage.
Use Case:
All information on EC2instances is available at ec2instances.info
Linux has a convenient feature of running cronjob which will get executed at the correct…
As famous Tamil poet Auvaiyar said "Katradhu Kai Mann Alavu, Kallathathu Ulaga Alavu" which is…
Terraform Cheatsheet with pdf. You can download Terraform Cheatsheet pdf with all Terraform CLI commands…
I was planning to do Terraform certification a long time ago. I have worked on…
As a user of both of these services has got multiple benefits with both of…
You need not memorize these important docker commands. Repeated usage will make it easy for…
This website uses cookies.