Scenario: You are tasked with setting up centralized log management for a distributed microservices architecture. Which AWS service would you recommend, and how would you implement it?

  • Amazon CloudFront
  • Amazon CloudWatch Logs
  • Amazon EC2
  • Amazon S3
Amazon CloudWatch Logs is a centralized logging service that allows you to monitor, store, and access log files from various AWS services and resources. You would configure each microservice to send its logs to CloudWatch Logs for centralized management and analysis.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *