mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit adds support for detecting AWS ECS to `CloudPlatform`. The detection is based on presence of `AWS_EXECUTION_ENV` environment variable with value starting with `AWS_ECS`. See gh-47482 Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>