20+ practice questions focused on Identity and Access Management — one of the most tested topics on the AWS Certified Security - Specialty exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Identity and Access Management PracticeA security engineer must provide temporary read-only access to an S3 bucket for an external auditor without creating IAM users. Which method adheres to the principle of least privilege?
Explanation: Cross-account IAM roles are the standard for secure, temporary access. Option D is impractical for large buckets and does not adhere to the principle of least privilege as effectively as a role-based approach. Option B is a network-level control, not an identity-based access control, and does not provide authentication.
Refer to the exhibit. A user with this policy cannot download files from the bucket. What is the most likely reason?
Explanation: While the logic regarding kms:Decrypt is correct for encrypted objects, the explanation incorrectly mentions 'bucket owner permissions' as a general requirement for S3 access, which is misleading. Furthermore, without the exhibit, it is impossible to verify if the resource ARN is indeed correct or if the policy is malformed.
Which THREE conditions are required for a user to assume an IAM role in another account? (Select THREE)
Explanation: To assume a role in another account, three conditions must be met: 1) The trusting account's role must have a trust policy that permits the trusted account (or specific principal) to assume it. 2) The identity in the trusted account must have an IAM policy that grants the 'sts:AssumeRole' permission for the target role ARN. 3) The identity must programmatically call the 'sts:AssumeRole' API with the target role ARN.
Which AWS feature should be used to provide temporary, limited-privilege credentials to external applications?
Explanation: AWS Security Token Service (STS) is designed to issue temporary credentials. By using STS, you avoid the need for permanent IAM user credentials. These temporary credentials expire automatically, limiting the window of opportunity for an attacker if they are compromised. This is the industry-standard way to manage access for federated users, cross-account roles, and temporary application sessions, ensuring that long-lived keys are never used in dynamic or external environments.
Refer to the exhibit. What is the effective permission for a user with this policy regarding 'production-bucket'?
Explanation: While the Deny statement does take precedence, the explanation implies the Deny is for 's3:DeleteBucket' (the action of deleting the bucket itself). However, in standard S3 policy scenarios, the restriction is usually on 's3:DeleteObject' (deleting items inside the bucket). If the policy denies 's3:DeleteBucket', the user cannot delete the bucket resource, but if the policy allows 's3:*', they can still delete all objects within it. The explanation needs to clarify that the Deny applies to the specific action mentioned in the policy, not a blanket 'DeleteBucket' if the policy actually targets object-level actions.
+15 more Identity and Access Management questions available
Practice all Identity and Access Management questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Identity and Access Management. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Identity and Access Management questions on the SCS-C03 frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Identity and Access Management is tested as part of the AWS Certified Security - Specialty blueprint. Practicing with targeted Identity and Access Management questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free SCS-C03 practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Identity and Access Management is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Identity and Access Management practice session with instant scoring and detailed explanations.
Start Identity and Access Management Practice →