I am going through a situation where i do not know which is the correct way and how to do it.
My Aim is :
ec2 Logs should be uploaded in S3 and logs should be reviewed and monitored using cloudwatch for any unwanted events.
Scenario 1:
1) Upload ec2 logs to s3 and then to cloudwatch for security review and monitoring
Scenario 2:
1) Upload ec2 logs to cloudwatch and send data then s3
Scenario 3:
1) Upload ec2 logs to both s3 and cloudwatch simultaneously
Please help me to achieve what is correct way.
Thanks & Regards