AWS - EC2 FundamentalsWhy can't you start an EC2 instance that is in the 'terminated' state, even if you have the instance ID?ATerminated instances are permanently deleted and cannot be recoveredBYou need special permissions to start terminated instancesCTerminated instances are paused and require rebootDThe instance is in a pending state and not ready to startCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand the meaning of 'terminated' stateTerminated means the instance is deleted and no longer exists in AWS.Step 2: Explain why start is impossibleSince the instance is deleted, it cannot be started or recovered.Final Answer:Terminated instances are permanently deleted and cannot be recovered -> Option AQuick Check:Terminated = permanent deletion, no restart [OK]Quick Trick: Terminated means gone forever, no restart possible [OK]Common Mistakes:Thinking permissions control startConfusing terminated with pausedMixing pending with terminated
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