AWS - Identity and Access ManagementWhich of the following is the correct JSON key to specify the effect of a statement in an IAM policy?A"Permission"B"Action"C"Resource"D"Effect"Check Answer
Step-by-Step SolutionSolution:Step 1: Recall IAM policy statement keysIAM policy statements include keys like Effect, Action, Resource, and optionally Condition.Step 2: Identify key for permission typeThe key that specifies whether to allow or deny is "Effect".Final Answer:"Effect" -> Option DQuick Check:Effect key = permission type [OK]Quick Trick: Effect key sets allow or deny in IAM policy [OK]Common Mistakes:Using "Permission" instead of "Effect"Confusing "Action" with permission typeMistaking "Resource" for effect
Master "Identity and Access Management" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Account and Billing - Setting up billing alerts - Quiz 1easy AWS Account and Billing - Free tier usage monitoring - Quiz 4medium AWS CLI - Installing AWS CLI - Quiz 12easy Cloud Computing Fundamentals - AWS Management Console walkthrough - Quiz 8hard EC2 Fundamentals - Why EC2 matters for compute - Quiz 6medium Identity and Access Management - Assuming roles for temporary access - Quiz 14medium S3 Fundamentals - S3 versioning - Quiz 10hard Security Groups and Network ACLs - Security groups vs NACLs decision - Quiz 12easy Security Groups and Network ACLs - Stateless behavior of NACLs - Quiz 1easy VPC Fundamentals - Internet Gateway for public access - Quiz 4medium