AWS - S3 FundamentalsWhich JSON element in a bucket policy specifies the user or service the policy applies to?A"Effect"B"Principal"C"Action"D"Resource"Check Answer
Step-by-Step SolutionSolution:Step 1: Identify the role of JSON elements in bucket policy"Principal" defines who the policy applies to (users, roles, services).Step 2: Differentiate from other elements"Effect" is allow or deny, "Action" is what can be done, "Resource" is the bucket or objects.Final Answer:"Principal" -> Option BQuick Check:Principal = user/service identity = A [OK]Quick Trick: "Principal" means who gets the permission [OK]Common Mistakes:MISTAKESConfusing "Effect" with "Principal"Using "Action" to specify userMixing up "Resource" with "Principal"
Master "S3 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 13medium AWS CLI - CLI scripting basics - Quiz 9hard EC2 Fundamentals - Instance states (running, stopped, terminated) - Quiz 14medium EC2 Fundamentals - EC2 pricing models (on-demand, reserved, spot) - Quiz 1easy Security Groups and Network ACLs - Security group as virtual firewall - Quiz 11easy Security Groups and Network ACLs - Security group as virtual firewall - Quiz 15hard VPC Fundamentals - NAT Gateway for private subnet internet - Quiz 6medium VPC Fundamentals - Internet Gateway for public access - Quiz 15hard VPC Fundamentals - NAT Gateway for private subnet internet - Quiz 7medium VPC Fundamentals - Default VPC overview - Quiz 15hard