From 15bf80d3ff2641d6ea6e643444a78022734dccea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 18 Nov 2025 16:22:11 +0100 Subject: [PATCH] Polish contribution See gh-48170 --- .../src/docs/antora/modules/how-to/pages/deployment/cloud.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc b/documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc index 59b32af8072..8ed0d6f75df 100644 --- a/documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc +++ b/documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc @@ -269,7 +269,7 @@ NOTE: Spring Boot applications can be packaged in Docker containers using techni In addition to the developer guide, AWS also provides a https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-container-image.html[topical guide] for deploying containerized Java services on Amazon ECS using AWS Fargate. -TIP: Spring Boot auto-detects AWS ECS environments by checking for the `AWS_EXECUTION_ENV` variable. +TIP: Spring Boot auto-detects AWS ECS deployment environments by checking the environment for the `AWS_EXECUTION_ENV` variable. You can override this detection with the configprop:spring.main.cloud-platform[] configuration property.