AWS - EC2 FundamentalsWhy might an AMI fail to launch an instance even if it exists and you have permissions?AThe AMI is shared publiclyBThe AMI's root device type is incompatible with the selected instance typeCThe AMI is encryptedDThe AMI has no associated snapshotsCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand root device type compatibilitySome instance types only support certain root device types (EBS or instance store). Incompatibility causes launch failure.Step 2: Exclude other optionsEncryption or public sharing does not prevent launch if permissions are correct; AMI always has snapshots.Final Answer:The AMI's root device type is incompatible with the selected instance type -> Option BQuick Check:Root device type mismatch blocks instance launch [OK]Quick Trick: Match AMI root device type with instance type to launch [OK]Common Mistakes:Assuming encryption blocks launchConfusing public sharing with launch failureIgnoring root device compatibility
Master "EC2 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Resource tagging for cost tracking - Quiz 11easy AWS Account and Billing - Why account management matters - Quiz 10hard Cloud Computing Fundamentals - AWS Management Console walkthrough - Quiz 8hard Cloud Computing Fundamentals - AWS Management Console walkthrough - Quiz 12easy Identity and Access Management - IAM users and groups - Quiz 3easy Identity and Access Management - IAM users and groups - Quiz 2easy Identity and Access Management - IAM best practices - Quiz 8hard S3 Fundamentals - Bucket policies for access control - Quiz 4medium S3 Fundamentals - Static website hosting on S3 - Quiz 3easy Security Groups and Network ACLs - Stateless behavior of NACLs - Quiz 7medium