AWS CCP Notes

Search

Search IconIcon to open search

20-01 Logging Services

Last updated Aug 27, 2023 Edit Source

Amazon Web Services (AWS) provides service-specific operational metrics and log files to give customers insight into how the service is operating.

# CloudTrail

75
Cloud Trail - logs all API calls (SDK, CLI) between various AWS services

Example Questions that CloudTrail can answer:

Who created this bucket? - detect developer mis-configuration
Who spun up that expensive EC2 instance? - Detect malicious actors
Who launched this SageMaker notebook? - Automate responses

# CloudWatch

#aws-service
75
CloudWatch - is a collection of multiple services

# X-Ray

#aws-service
75
AWS X-Ray is a distributed tracing system. You can use it to pinpoint issues with your microservices.​ See how data moves from one app to another, how long it took to move, and if it failed to move forward.