
Ultimate access to all questions.
A development team is managing a diverse set of applications, some hosted on-premises and others on EC2 instances within AWS. The application residing on-premises oversees the operations of all applications deployed on the EC2 instances. The team seeks to utilize Amazon CloudWatch to effectively monitor and troubleshoot the on-premises application in the event of any errors.
As an AWS Certified Developer Associate, what solution would you propose to meet this requirement?
A
Configure CloudWatch Logs to directly read the logs from the on-premises server
B
Upload log files from the on-premises server to an EC2 instance which further forwards the logs to CloudWatch
C
Configure the CloudWatch agent on the on-premises server by using IAM user credentials with permissions for CloudWatch
D
Upload log files from the on-premises server to S3 and let CloudWatch process the files from S3