diff --git a/app/scripts/modules/amazon/src/help/amazon.help.ts b/app/scripts/modules/amazon/src/help/amazon.help.ts index 8f63f730c74..a87f9689682 100644 --- a/app/scripts/modules/amazon/src/help/amazon.help.ts +++ b/app/scripts/modules/amazon/src/help/amazon.help.ts @@ -31,6 +31,7 @@ const helpContents: {[key: string]: string} = { 'aws.loadBalancer.detail': `

(Optional) Detail is a string of free-form alphanumeric characters; by convention, we recommend using "frontend".

However, if your stack name needs to be longer (load balancer names are limited to 32 characters), consider changing it to "elb", or omit it altogether.

`, + 'aws.loadBalancer.internal': 'Controls the load balancer scheme, not the subnet. By default, load balancers are created with a DNS name that resolves to public IP addresses. Specify internal to create a load balancer with a DNS name that resolves to private IP addresses.', 'aws.loadBalancer.stack': '(Optional) Stack is one of the core naming components of a cluster, used to create vertical stacks of dependent services for integration testing.', 'aws.loadBalancer.targetGroups': 'Add a target group if you want to associate this with an Application Load Balancer (ALB)', 'aws.loadBalancer.loadBalancers': 'And a load balancer directly if you created a Classic Load Balancer (a classic load balancer does not have target groups)', diff --git a/app/scripts/modules/amazon/src/loadBalancer/configure/common/createLoadBalancerLocation.html b/app/scripts/modules/amazon/src/loadBalancer/configure/common/createLoadBalancerLocation.html index 7b2672188f2..7034330d868 100644 --- a/app/scripts/modules/amazon/src/loadBalancer/configure/common/createLoadBalancerLocation.html +++ b/app/scripts/modules/amazon/src/loadBalancer/configure/common/createLoadBalancerLocation.html @@ -89,7 +89,7 @@ on-change="ctrl.subnetUpdated()">
-
Internal
+
Internal