147k views
3 votes
Which AWS services can a company use to gather information about activity in their AWS account?

1) AWS CloudTrail
2) AWS Config
3) AWS CloudWatch
4) AWS Lambda

User Rozar
by
8.5k points

1 Answer

5 votes

Final answer:

A company can use AWS CloudTrail, AWS Config, and AWS CloudWatch to gather information about activity in their AWS account. These services provide the ability to monitor API calls, view resource configurations, and collect real-time metrics, logs, and alarms.

Step-by-step explanation:

There are multiple AWS services that a company can use to gather information about activity in their AWS account. These services include:

  • AWS CloudTrail: Captures all API calls for an AWS account, including calls made via the Management Console, SDKs, command line tools, and higher-level AWS services. It provides an event history of your AWS account activity, including actions taken through the AWS Management Console, AWS SDKs, command line tools, and other AWS services.
  • AWS Config: Provides a detailed view of the configuration of AWS resources in your account, including how resources were related and configured at different points in time.
  • AWS CloudWatch: Monitors AWS resources and the applications that run on AWS in real-time. It can collect and track metrics, collect and monitor log files, and set alarms.
  • AWS Lambda: This service is more about running serverless applications and executing code in response to certain triggers and is less focused on monitoring account activity.

For monitoring and gathering information about account activity, AWS CloudTrail, AWS Config, and AWS CloudWatch are specifically designed to provide insights and keep track of the usage and changes in an account.

User Christian Scott
by
7.6k points