EC2 Flashcards
Can I use the same Security Group across different regions?
No, security groups are locked for a specific region and VPC
What is the port 21 for?
FTP, File Transfer Protocol
What is the difference between Reserved Instance and Convertible Reserved Instance?
In a convertible instance you can change the instance type, instance family, OS, scope and tenancy. You have less discount
What’s the most cost efficient way to launch an instance?
Spot Instances
What type of use case has a C7g instance?
Compute optimized
What type of use case have R6a and X2gd instances?
Memory optimized
What type of use case have P4 and G5 instances?
Accelerated computing
What type of use case have Im4gn and D2 instances?
Storage optimized
How many Elastic IPs can you have in your account?
5
Do you pay for Elastic IPs?
Only if it’s not attached to any instances
What should I do if I want to have very low latency between my instances?
Put them in a Cluster placement group
Can I use ENI for fail tolerance?
Yes, if an instance dies, I can move its ENI to a new instance, and the traffic will start working again
Under the hood EC2 Hibernate write the RAM state in a file in the root EBS volume. True or false?
True
I can use EC2 Hibernate if the root EBS volume in not encrypted. True or false?
False
Can I attach an EBS volume to multiple instances?
Only if the volume type is io1 or io2, and the instances are in the same AZ