I would to know, if it is possible for AWS or Spring Boot to block one endpoint (like mydomain.com/endpoint) to be allowed to access only by one IP address. In my case, this endpoint will be dedicated for payments callback. Is this possible?
I've found this solution to the spring-boot. However, I would like to know if AWS offers anything like that as well.