Question 180:
In your LAMP application, you have some developers that say they would like access to your logs. However, since you are using an AWS Auto Scaling group, your instances are constantly being re-created. What would you do to make sure that these developers can access these log files? Choose the most appropriate answer from the options below.
Answer options:
A.Give only the necessary access to the Apache servers so that the developers can gain access to the log files. B.Give root access to your Apache servers to the developers. C.Give read-only access to your developers to the Apache servers. D.Setup a CloudWatch Logs Group to store the logs. Archive these logs to an S3 bucket for developer-access.