
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is migrating its applications from on-premises to the AWS Cloud. The company wants to ensure that the applications are assigned only the minimum permissions that are needed to perform all operations.
Which AWS service will meet these requirements?
A
AWS Identity and Access Management (IAM)
B
Amazon CloudWatch
C
Amazon Macie
D
Amazon GuardDuty
Explanation:
AWS Identity and Access Management (IAM) is the correct answer because:
IAM enables fine-grained access control - It allows you to create policies that grant specific permissions to users, groups, roles, and services
Principle of least privilege - IAM supports implementing the security best practice of granting only the minimum permissions necessary to perform required tasks
Application permissions management - IAM roles can be assigned to applications running on AWS services (like EC2 instances, Lambda functions) to control what AWS resources they can access
Policy-based authorization - IAM policies define what actions are allowed or denied on which AWS resources under what conditions
Amazon CloudWatch - A monitoring and observability service for collecting and tracking metrics, logs, and events
Amazon Macie - A security service that uses machine learning to discover and protect sensitive data in AWS
Amazon GuardDuty - A threat detection service that continuously monitors for malicious activity and unauthorized behavior
IAM is specifically designed for identity and access management, making it the appropriate service for implementing the principle of least privilege for application permissions.