0
0
AWScloud~20 mins

Why EC2 matters for compute in AWS - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
EC2 Compute Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the primary benefit of using EC2 for compute?

Imagine you want to run a website. Why would you choose EC2 instead of your own computer?

AEC2 lets you rent virtual computers that can run your website anytime, without needing your own hardware.
BEC2 is a storage service that keeps your website files safe.
CEC2 automatically writes your website code for you.
DEC2 is a tool to design website graphics.
Attempts:
2 left
💡 Hint

Think about what you need to run a website 24/7 without buying a physical machine.

Architecture
intermediate
2:00remaining
Which EC2 feature helps you handle sudden traffic spikes?

You run an online store. Sometimes many people visit at once. Which EC2 feature helps your site stay fast?

AElastic Load Balancer to spread traffic across multiple EC2 instances.
BEC2 Snapshots to save your data.
CEC2 Key Pairs to secure your login.
DEC2 Placement Groups to store files.
Attempts:
2 left
💡 Hint

Think about how to share work among many computers to avoid overload.

security
advanced
2:00remaining
What happens if you launch an EC2 instance without a security group?

You start an EC2 server but forget to assign a security group. What is the result?

AThe instance will be open to the internet with no restrictions.
BThe instance will automatically get a default security group.
CThe instance will have no network access, blocking all inbound and outbound traffic.
DThe instance will fail to launch.
Attempts:
2 left
💡 Hint

Security groups act like firewalls. What if none is set?

service_behavior
advanced
2:00remaining
How does EC2 Auto Scaling respond when CPU usage is high?

Your EC2 Auto Scaling group monitors CPU usage. When usage goes above 80%, what happens?

AIt sends an alert but takes no action.
BIt shuts down existing instances to save costs.
CIt launches new EC2 instances to share the workload and reduce CPU usage.
DIt automatically upgrades the CPU on existing instances.
Attempts:
2 left
💡 Hint

Think about how to keep performance steady when demand grows.

Best Practice
expert
3:00remaining
Which practice improves EC2 cost efficiency for steady workloads?

You run a steady application on EC2 24/7. Which option best reduces your costs?

AKeep instances running without monitoring usage.
BUse On-Demand Instances only when traffic spikes.
CLaunch Spot Instances without interruption handling.
DPurchase Reserved Instances to get a lower hourly rate for long-term use.
Attempts:
2 left
💡 Hint

Think about paying less when you know you will use the server for a long time.