What is Elastic IP?
-It is static/fix public IP address.
What is Placement Groups?
Explain the use case, pros and cons for “Placement Groups Cluster”
Explain the use case, pros and cons for “Placement Groups Spread”
Pros:
- All instance are located on different racks/hardware.
- Reduce risk of simultaneous failure
- Can span across Availability zones
Cons:
- limited to 7 instances per AZ(Availability Zones) per placement group
Use case:
- Application that needs high availability
- Critical Application that each instance must be isolated from failure from each other.
Explain “Placement Groups Partition”
What is EC2 Hibernate? p53
-Use Cases:
- long running processing
- saving the RAM state
- services that take time to initialize
What is EC2 Nitro?
What is vCPU?