CLF-C02 · Question #681
CLF-C02 Question #681: Real Exam Question with Answer & Explanation
The correct answer is D. Grant permissions to applications that run on Amazon EC2 instances.. IAM allows users to create roles and attach them to EC2 instances, enabling applications running on those instances to access other AWS services securely. Validating JSON syntax is not related to IAM. Analyzing logs is handled by services like CloudWatch or CloudTrail. Filtering
Question
Options
- AValidate JSON syntax from an application configuration file.
- BAnalyze logs from an Amazon API Gateway call.
- CFilter traffic to or from an Amazon EC2 instance.
- DGrant permissions to applications that run on Amazon EC2 instances.
Explanation
IAM allows users to create roles and attach them to EC2 instances, enabling applications running on those instances to access other AWS services securely. Validating JSON syntax is not related to IAM. Analyzing logs is handled by services like CloudWatch or CloudTrail. Filtering traffic for EC2 instances is done with security groups or network ACLs, not IAM.
Community Discussion
No community discussion yet for this question.