amazon-genomics-cli icon indicating copy to clipboard operation
amazon-genomics-cli copied to clipboard

Ensure Fargate services always run the latest Fargate Platform Version

Open markjschreiber opened this issue 3 years ago • 0 comments

Description

At creation all ECS fargate services (e.g. Cromwell Engine and Toil Engine?) should use Fargate latest platform

Use Case

Rule: securityhub-ecs-fargate-latest-platform-version-11f90e85 Summary of Rule: This control checks if ECS Fargate Services is running on the latest Fargate platform version. This control fails if “PlatformVersion” is not set to “LATEST”

Proposed Solution

Examine CDK code and ensure we are not pinned to a specific version. See if it is possible to pin to "Latest"

markjschreiber avatar Oct 17 '22 14:10 markjschreiber