Topic 1 Question 60
Which AWS service can identify when an Amazon EC2 instance was terminated?
AWS Identity and Access Management (IAM)
AWS CloudTrail
AWS Compute Optimizer
Amazon EventBridge
ユーザの投票
コメント(11)
B. AWS CloudTrail
AWS CloudTrail is a service that records all API activity in your AWS account, including the termination of EC2 instances. It creates log entries for various events, providing an audit trail of actions taken on resources. By reviewing CloudTrail logs, you can identify when an EC2 instance was terminated, who initiated the termination, and other relevant details about the event.
👍 12felixlugo062023/10/18- 正解だと思う選択肢: B
AWS CloudTrail: A service that records API calls and related events for your AWS account. It provides visibility into user activity, resource changes, and important events. CloudTrail logs can be used to identify when an Amazon EC2 instance was terminated, along with other activities and events within your AWS environment.
The other options do not specifically focus on tracking and logging events related to instance termination:
AWS Identity and Access Management (IAM): Is used for managing access to AWS services and resources. It does not provide detailed logs of instance termination events. AWS Compute Optimizer: Analyzes the configuration and utilization of EC2 instances to make recommendations for optimal performance. It does not log specific events like instance termination. Amazon EventBridge: A serverless event bus service that makes it easy to connect different applications using events. While it can be used for event-driven architectures, it doesn't focus on logging and tracking instance termination events.👍 9TheFivePips2024/01/24 - 正解だと思う選択肢: B
B: AWS CloudTrail enables auditing, security monitoring, and operational troubleshooting by tracking user activity and API usage.
👍 2ezeadnah2023/10/19
シャッフルモード