Setup tagging for security groups. The sailing application uses 1 still.

This commit is contained in:
Thomas Stokes
2023-11-23 11:44:45 +00:00
parent 1bb720d2bb
commit fefee90d0d
7 changed files with 40 additions and 29 deletions
@@ -99,5 +99,23 @@ public interface SharedLandscapeConstants {
*/
String REVERSE_PROXY_TAG_NAME = "ReverseProxy";
/**
* The tag for a security group that a reverse proxy requires.
*/
String REVERSE_PROXY_SG_TAG = "reverse-proxy-sg";
/**
* Marks the most appropriate instance type for a reverse proxy.
*/
String DEFAULT_REVERSE_PROXY_INSTANCE_TYPE = "C5_AD_XLARGE";
/**
* The tag for any security groups for a mongo DB.
*/
String MONGO_SG_TAG = "mongo-sg";
/**
* The tag for a security group for a sailing application server.
*/
String SAILING_APPLICATION_SG_TAG = "application-server-sg";
}