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.