Imagine you want to run a website. Why would you choose EC2 instead of your own computer?
Think about what you need to run a website 24/7 without buying a physical machine.
EC2 provides virtual servers you can use anytime, so you don't need to own or manage physical computers.
You run an online store. Sometimes many people visit at once. Which EC2 feature helps your site stay fast?
Think about how to share work among many computers to avoid overload.
Elastic Load Balancer distributes incoming traffic to multiple EC2 instances, helping handle more visitors smoothly.
You start an EC2 server but forget to assign a security group. What is the result?
Security groups act like firewalls. What if none is set?
If you don't specify a security group when launching, the instance is automatically associated with the default security group for the VPC.
Your EC2 Auto Scaling group monitors CPU usage. When usage goes above 80%, what happens?
Think about how to keep performance steady when demand grows.
Auto Scaling adds more EC2 instances when CPU usage is high to handle more work smoothly.
You run a steady application on EC2 24/7. Which option best reduces your costs?
Think about paying less when you know you will use the server for a long time.
Reserved Instances offer a discount for committing to use EC2 over a period, saving money for steady workloads.