3. EC2 Flashcards
What does EC2 stand for in AWS?
Elastic Compute Cloud
Fill in the blank: EC2 is considered _______ as a Service.
Infrastructure
True or False: EC2 allows renting virtual machines on AWS.
True
Which feature of EC2 allows you to automatically scale services?
Auto Scaling Group (ASG)
What type of cloud model is AWS EC2?
Infrastructure as a Service (IaaS)
What component stores data on virtual drives in EC2?
Elastic Block Store (EBS)
What is EC2 User Data used for?
To automate tasks like installing updates and software at the instance’s first start.
Describe a scenario where Compute Optimized EC2 instances are useful.
High-performance computing or batch processing.
Which EC2 instance type is best for memory-intensive applications?
Memory Optimized
What instance type is suitable for storage-intensive applications in EC2?
Storage Optimized
What is the function of Security Groups in EC2?
They act as a firewall to control inbound and outbound traffic.
True or False: Security Groups can block outbound traffic by default.
False
Fill in the blank: EC2 instances can have _______ network cards for different IP configurations.
multiple
What network protocol uses port 22 for secure access to EC2 instances?
SSH (Secure Shell)
Which protocol allows secure web browsing on EC2 instances?
HTTPS
What does t2.micro signify in EC2 instance naming?
A General Purpose instance in the AWS free tier.
True or False: EC2 On-Demand instances have the lowest cost among purchasing options.
False
Which EC2 instance purchase option is best for predictable, long-term workloads?
Reserved Instances
What is the primary advantage of EC2 Spot Instances?
Cost savings, up to 90% cheaper than On-Demand.
True or False: Spot Instances are suitable for critical databases.
False
Describe a scenario where Dedicated Hosts in EC2 are ideal.
For compliance needs or specific licensing requirements.
What is an example of an application suited for Compute Optimized instances?
Media transcoding or machine learning.
Fill in the blank: For compute-intensive applications, you would choose _______ Optimized instances.
Compute
What type of instance is ideal for web servers and general workloads?
General Purpose
True or False: You can configure firewall rules using EC2 User Data.
False
Which EC2 purchase plan allows the highest level of flexibility?
Savings Plans
What is an advantage of using Reserved Convertible Instances?
Ability to switch instance types or operating systems.
Which EC2 purchase option is equivalent to booking an entire server?
Dedicated Hosts