EC2 Flashcards
What is the difference between Elastic Load Balancer and Auto-Scaling Groups
Elastic Load Balancer distributes traffic across deployments and Auto-Scaling Groups add or remove deployments based on parameters such as workload.
What is the naming convention AWS uses for EC2 Instance Types
[instance class][generation].[size] (example; m5.2xlarge)
Which instance type would be best suited for a batch processing workload?
Compute Optimized
Which instance type would be best suited for media transcoding?
Compute Optimized
Which instance type would be best suited for a high performance web server?
Compute Optimized
Which instance type would be best suited for dedicated gaming servers?
Compute Optimized
Which instance type would be best suited for scientific modeling and machine learning?
Compute Optimized
Which instance type would be best suited for an application performing real time processing of big data?
Memory Optimized
Which instance type would be best suited for an online transaction processing (OLTP) system?
Storage Optimized
Which instance type would be best suited for a data warehousing application?
Storage Optimized
If a request to an application times out, what is the most likely issue?
A security group blocked the request.
If a request to an application gives a “connection refused” error, what is the most likely issue?
Application error or application did not launch.
What are the default settings of a security group for inbound and outbound traffic?
All inbound traffic is denied and all outbound traffic is allowed.
What is the effect of referencing Security Group B inside of Security Group A?
Security Group A will allow traffic from any resource that is using Security Group B.
Secure file transfers and secure shells use which port?
22
Remote Desktop Protocol uses which port and allows you to do what?
Port 3389. Log into a Windows instance.
How long can you reserve a Reserved Instance for?
1 OR 3 years.
What are the three payment options for Reserved Instances?
No Upfront, Partial Upfront, All Upfront.
What purchase option would be suited for an application that has a complicated licensing model?
EC2 Dedicated Host
What purchase option gives a physical server that is fully dedicated to your instance alone and also is the most expensive option.
EC2 Dedicated Host
What purchase option allows many instances on the same account to run on hardware that’s dedicated to you?
EC2 Dedicated Instances
What purchase option is suitable for jobs where its acceptable for it to fail from time to time.
Spot Instances
EBS Volumes are bound to what?
Availability Zones
EBS Volumes are what kind of drive?
Network drive