Please enable JavaScript.
Coggle requires JavaScript to display documents.
Managing AWS EC2 Instances (Instance Families (General Purpose (T2 types :…
-
-
placement groups
types
spread
-
Using this type of placement group is great if you are running critical services and want to minimize the risk of a complete system outage.
partition
-
allowing you to achieve hardware isolation across each partition, but not on an instance level
-
Using this setup, instances can still communicate with other instances within the same partition, but not across partitions
makes it easy to visualize each partition as a unit of compute power that you're going to use for a task.
cluster
-
This is valuable for specific use cases, such as high-performance computing or data application
-
-