So I am fairly new when it comes to working with AWS/EC2. I know that you can assign elastic IP which are static and they direct all the incoming requests to my ec2 instance.
What I want to know is, if it is same IP used by instance when it's making a request outwards?
Suppose I use my instance to open a webpage, which IP will that webpage see? Is there a way for me to make this outward IP static?
Thanks