For when you want your application to be accessible to the world (0.0.0.0/0). Your application load balancer will have a public IP address that can be reached by anyone, so only use if you are aware and happy with the consequences!
Example usage:
{ scope: AccessScope.PUBLIC } Copy
{ scope: AccessScope.PUBLIC }
For when you want your application to be accessible to the world (0.0.0.0/0). Your application load balancer will have a public IP address that can be reached by anyone, so only use if you are aware and happy with the consequences!
Example usage: