AWS - EC2 FundamentalsWhich IP address is used inside an EC2 instance to access instance metadata?A127.0.0.1B169.254.169.254C192.168.0.1D10.0.0.1Check Answer
Step-by-Step SolutionSolution:Step 1: Recall the special metadata IPA fixed IP address 169.254.169.254 is reserved for instance metadata access inside EC2 instances.Step 2: Exclude other common IPs127.0.0.1 is localhost, 192.168.0.1 and 10.0.0.1 are private network IPs but not for metadata.Final Answer:169.254.169.254 -> Option BQuick Check:Metadata IP = 169.254.169.254 [OK]Quick Trick: Metadata IP always starts with 169.254 [OK]Common Mistakes:Using localhost IP 127.0.0.1Confusing with private network IPsTrying public IP addresses
Master "EC2 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Why account management matters - Quiz 10hard AWS CLI - CLI output formats (json, table, text) - Quiz 7medium Cloud Computing Fundamentals - AWS Management Console walkthrough - Quiz 8hard EC2 Fundamentals - Elastic IP addresses - Quiz 15hard EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 8hard S3 Fundamentals - Bucket policies for access control - Quiz 12easy S3 Fundamentals - Static website hosting on S3 - Quiz 15hard Security Groups and Network ACLs - Security groups vs NACLs decision - Quiz 11easy Security Groups and Network ACLs - Why security groups matter - Quiz 14medium VPC Fundamentals - Internet Gateway for public access - Quiz 11easy