
Ultimate access to all questions.
A company deploys its application on Amazon EC2 instances behind an Application Load Balancer (ALB), with instances managed by an Auto Scaling group. The application experiences unpredictable workloads, leading to frequent scaling of instances. The development team aims to analyze application logs to enhance performance, but encounters issues as logs are lost post-scale-in. What solution enables the team to access these logs post-scale-in?
A
Enable access logs for the ALB and store them in an Amazon S3 bucket.
B
Configure EC2 instances to send logs to Amazon CloudWatch Logs using the unified CloudWatch agent.
C
Adjust the Auto Scaling group to implement a step scaling policy.
D
Implement AWS X-Ray tracing for the application.