diff --git a/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Linux.md b/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Linux.md index 2b5756de..2edfb802 100644 --- a/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Linux.md +++ b/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Linux.md @@ -42,6 +42,10 @@ * ID: LoadBalancerType * Description: The type of load balancer for your environment. * Type: String +* **Load Balancer Scheme** + * ID: LoadBalancerScheme + * Description: Specify "Internal" if your application serves requests only from connected VPCs. "Public" load balancers serve requests from the Internet. + * Type: String * **Application IAM Role** * ID: ApplicationIAMRole * Description: The Identity and Access Management (IAM) role that provides AWS credentials to the application to access AWS services. diff --git a/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Windows.md b/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Windows.md index 5014bbec..4c60763f 100644 --- a/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Windows.md +++ b/site/content/docs/cicd/recipes/ASP.NET Core App to AWS Elastic Beanstalk on Windows.md @@ -37,6 +37,10 @@ * ID: LoadBalancerType * Description: The type of load balancer for your environment. * Type: String +* **Load Balancer Scheme** + * ID: LoadBalancerScheme + * Description: Specify "Internal" if your application serves requests only from connected VPCs. "Public" load balancers serve requests from the Internet. + * Type: String * **Application IAM Role** * ID: ApplicationIAMRole * Description: The Identity and Access Management (IAM) role that provides AWS credentials to the application to access AWS services. diff --git a/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkLinux.recipe b/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkLinux.recipe index d28205de..2b2f89ac 100644 --- a/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkLinux.recipe +++ b/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkLinux.recipe @@ -306,7 +306,7 @@ "Id": "LoadBalancerScheme", "Name": "Load Balancer Scheme", "Category": "LoadBalancer", - "Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. Public load balancers serve requests from the Internet.", + "Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. \"Public\" load balancers serve requests from the Internet.", "Type": "String", "DefaultValue": "public", "AllowedValues": [ diff --git a/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkWindows.recipe b/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkWindows.recipe index a9622b5e..93f93256 100644 --- a/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkWindows.recipe +++ b/src/AWS.Deploy.Recipes/RecipeDefinitions/ASP.NETAppElasticBeanstalkWindows.recipe @@ -295,7 +295,7 @@ "Id": "LoadBalancerScheme", "Name": "Load Balancer Scheme", "Category": "LoadBalancer", - "Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. Public load balancers serve requests from the Internet.", + "Description": "Specify \"Internal\" if your application serves requests only from connected VPCs. \"Public\" load balancers serve requests from the Internet.", "Type": "String", "DefaultValue": "public", "AllowedValues": [