AWS - EC2 FundamentalsYou want to save costs by stopping an EC2 instance but keep its data intact for later use. Which instance state should you use and why?ATerminate, because it deletes the instance and saves all costsBStop, because it powers off the instance but keeps data on the diskCRunning, because it keeps the instance active and data safeDPending, because it prepares the instance for shutdownCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand cost and data retentionStopping an instance powers it off but keeps the attached storage intact, preserving data.Step 2: Compare with terminationTerminating deletes the instance and storage, losing data and cannot be restarted.Step 3: Choose correct state for saving costs and keeping dataStopping is the correct choice to save costs while keeping data safe.Final Answer:Stop, because it powers off the instance but keeps data on the disk -> Option BQuick Check:Stop = Save cost + keep data [OK]Quick Trick: Stop to save cost and keep data intact [OK]Common Mistakes:Choosing terminate and losing dataThinking running saves costConfusing pending with stop
Master "EC2 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Cloud Computing Fundamentals - AWS global infrastructure (regions, AZs) - Quiz 2easy Identity and Access Management - IAM policies (JSON structure) - Quiz 12easy Identity and Access Management - IAM roles concept - Quiz 1easy S3 Fundamentals - Static website hosting on S3 - Quiz 1easy Security Groups and Network ACLs - Stateless behavior of NACLs - Quiz 7medium Security Groups and Network ACLs - Network ACLs overview - Quiz 8hard Security Groups and Network ACLs - Security group as virtual firewall - Quiz 5medium Security Groups and Network ACLs - Stateful behavior of security groups - Quiz 3easy VPC Fundamentals - Default VPC overview - Quiz 6medium VPC Fundamentals - Internet Gateway for public access - Quiz 12easy