Issue
I want to upload logs of applications hosted in my private AMZ EC2 machine to the log group ( Cloudwatch ) by using the AWS Cloudwatch agent, However, I am stuck with how to do this task without using NAT Gateway or jump/ NAT Instance. TIA.
Solution
You can use VPC interface endpoints to privately connect to cloudwatch logs without any internet access. Amazon CloudWatch Logs is supported endpoint.
Answered By - Marcin Answer Checked By - Pedro (WPSolving Volunteer)