From 538ee7df86a2281719beccc23d9cc64e70f59c7d Mon Sep 17 00:00:00 2001 From: Alex Shovlin Date: Mon, 24 Jun 2024 12:16:46 -0400 Subject: [PATCH] Add docs for Load Balancer Scheme --- .../ASP.NET Core App to AWS Elastic Beanstalk on Linux.md | 4 ++++ .../ASP.NET Core App to AWS Elastic Beanstalk on Windows.md | 4 ++++ .../RecipeDefinitions/ASP.NETAppElasticBeanstalkLinux.recipe | 2 +- .../ASP.NETAppElasticBeanstalkWindows.recipe | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) 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 2b5756de4..2edfb8021 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 5014bbec3..4c60763f5 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 d28205de9..2b2f89ac4 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 a9622b5e6..93f93256f 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": [