AWS - S3 FundamentalsIf an S3 bucket is configured for static website hosting with error document "error.html", what happens when a user requests a missing page?AThe bucket returns a 500 internal server errorBThe bucket returns a 404 error with no pageCThe bucket redirects to the index documentDThe bucket returns the error.html pageCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand error document behaviorWhen a requested page is missing, S3 serves the configured error document if set.Step 2: Identify the error document responseThe bucket returns the error.html page to the user instead of a default error.Final Answer:The bucket returns the error.html page -> Option DQuick Check:Error document serves custom page on missing content [OK]Quick Trick: Set error document to show custom 404 page [OK]Common Mistakes:Expecting 404 with no pageAssuming redirect to index documentConfusing error document with server error
Master "S3 Fundamentals" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - AWS Cost Explorer basics - Quiz 1easy AWS Account and Billing - Creating an AWS account - Quiz 1easy AWS Account and Billing - Free tier usage monitoring - Quiz 1easy EC2 Fundamentals - Why EC2 matters for compute - Quiz 2easy EC2 Fundamentals - Key pairs for SSH access - Quiz 11easy Identity and Access Management - Managed vs inline policies - Quiz 8hard S3 Fundamentals - S3 lifecycle rules - Quiz 5medium S3 Fundamentals - Uploading and downloading objects - Quiz 12easy Security Groups and Network ACLs - Security groups vs NACLs decision - Quiz 12easy VPC Fundamentals - Creating a custom VPC - Quiz 2easy