b1873: setup nlb addition

Add new rev proxies to the target groups attaced to an NLB
This commit is contained in:
Thomas Stokes
2023-12-22 10:44:49 +00:00
parent d6bedfce0b
commit 0aa05d93b1
4 changed files with 20 additions and 1 deletions
@@ -89,6 +89,10 @@ public interface SharedLandscapeConstants {
*/
String ALL_REVERSE_PROXIES = "allReverseProxies";
/**
*
*/
String NLB_ARN_CONTAINS = "loadbalancer/net";
/**
* Used to launch the correct ami.
*/
@@ -122,4 +126,6 @@ public interface SharedLandscapeConstants {
* Indicates that an instance is suitable for co-deployment with httpd.
*/
String INSTANCE_SUITABLE_FOR_HTTPD = "canCoDeployWithHttpd";
}