I have an EC2 instance that runs an application which connects and listens to a third party WebSocket server (also deployed on AWS, using EC2 instances and Elastic Load Balancing to the best of my knowledge). My EC2 instance also runs a separate application which connects and sends request to a third party REST server (also deployed on AWS, using CloudFront and Lambda to the best of my knowledge).
Minimizing latency is of utmost important to me, so I want to know how much additional latency I would incur by using an Elastic IP with my EC2 instance instead of a public IP (which is the default I believe). Are we dealing with nanoseconds, microseconds, or milliseconds here? Would love the input of someone familiar with this. Thanks!