Browse Source

Mention support for detecting AWS ECS in "Deploying to the Cloud"

See gh-48170

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
pull/48172/head
Vedran Pavic 2 months ago committed by Stéphane Nicoll
parent
commit
802dacb007
  1. 3
      documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc

3
documentation/spring-boot-docs/src/docs/antora/modules/how-to/pages/deployment/cloud.adoc

@ -269,6 +269,9 @@ NOTE: Spring Boot applications can be packaged in Docker containers using techni @@ -269,6 +269,9 @@ 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.
You can override this detection with the configprop:spring.main.cloud-platform[] configuration property.
[[howto.deployment.cloud.aws.beanstalk]]

Loading…
Cancel
Save