Lets say we have a ec2 instance that running in the private subnet. No Public IP associated with this instance. There is a running application (server with endpoint) inside this instance.
Problem is I need to access this application endpoint through a Lambda function. If that instance had a public IP we could directly make a call to the instance but this instance is a private instance.
Is there any way to communicate with that private EC2 instance through a Lambda function?