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 2edfb802..6b2dd681 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 @@ -34,6 +34,10 @@ * ID: InstanceType * Description: The EC2 instance type of the EC2 instances created for the environment. * Type: String +* **Access to IMDS v1** + * ID: IMDSv1Access + * Description: Access to IMDS v1; Default means new deployments will disable IMDSv1, redeployments leave the setting at its current value. + * Type: String * **Environment Type** * ID: EnvironmentType * Description: The type of environment to create; for example, a single instance for development work or load balanced for production. 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 4c60763f..aba416f5 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 @@ -29,6 +29,10 @@ * ID: InstanceType * Description: The EC2 instance type of the EC2 instances created for the environment. * Type: String +* **Access to IMDS v1** + * ID: IMDSv1Access + * Description: Access to IMDS v1; Default means new deployments will disable IMDSv1, redeployments leave the setting at its current value. + * Type: String * **Environment Type** * ID: EnvironmentType * Description: The type of environment to create; for example, a single instance for development work or load balanced for production.