What is the purpose of AWS CloudTrail?
a) To track user activity and API calls in AWS
b) To create virtual private networks
c) To run machine learning models
d) To automate backups
Answer:
a) To track user activity and API calls in AWS
Explanation:
AWS CloudTrail is a service that provides logging and monitoring of user activity and API calls made within an AWS account. It tracks actions performed on AWS resources and records them in log files, which can be used for auditing, compliance, and security monitoring.
CloudTrail records information such as the identity of the user making the request, the time of the request, and the specific API calls that were made. It helps organizations maintain visibility and accountability over their AWS environments.
CloudTrail logs can be integrated with other AWS services, such as CloudWatch, to trigger alerts or automate responses based on specific activity patterns.