Can we invoke an AWS Lambda function from EC2 instances?
I have tried AWS Lambda invoking another Lambda, but not sure if we do can invoke from EC2 instance.
Yes.
You can invoke the Lambda from EC2 instance just like from any other machine.
Just use the boto3 call invoke() or use the cli to invoke it