How to protect access to this endpoint from a single Windows machine.
URL: https://test.rev.com:443/press/api/v1/receiver
Need to avoid POST access from any other machine in AWS
How to protect access to this endpoint from a single Windows machine.
URL: https://test.rev.com:443/press/api/v1/receiver
Need to avoid POST access from any other machine in AWS
Based on your response that the endpoint in question is an ALB what you can do is to update the security group associated with that application load balancer
In the inbound rules add the following:
In the outbound rules add the ones mentioned in the documentation