AWS Fargate Linux platform version deprecation
This page lists Linux platform versions that AWS Fargate has deprecated or have been scheduled for deprecation. These platform versions remain available until the published deprecation date.
A force update date is provided for each platform version scheduled for deprecation.
On the force update date, any service using the LATEST
platform version
that is pointed to a platform version that is scheduled for deprecation will be updated using the force new
deployment option. When the service is updated using the force new deployment option, all tasks running on a
platform version scheduled for deprecation are stopped and new tasks are launched using the platform version
that the LATEST
tag points to at that time. Standalone tasks or services with an explicit platform version set are
not affected by the force update date.
We recommend updating your services standalone tasks to use the most recent platform version. For more information on migrating to the most recent platform version, see Migrating to Linux platform version 1.4.0 on Amazon ECS.
Once a platform version reaches the deprecation date, the platform version will no longer be available for new tasks or services. Any standalone tasks or services which explicitly use a deprecated platform version will continue using that platform version until the tasks are stopped. After the deprecation date, a deprecated platform version will no longer receive any security updates or bug fixes.
Platform version | Force update date | Deprecation date |
---|---|---|
1.0.0 |
October 26, 2020 |
December 14, 2020 |
1.1.0 |
October 26, 2020 |
December 14, 2020 |
1.2.0 |
October 26, 2020 |
December 14, 2020 |
For information about current platform versions, see Fargate platform versions for Amazon ECS.
Deprecated Fargate Linux versions change log
1.2.0
The following is the changelog for platform version 1.2.0
.
Note
Platform version 1.2.0
is no longer available. For information about platform version
deprecation, see AWS Fargate Linux platform version deprecation.
-
Added support for private registry authentication using AWS Secrets Manager. For more information, see Using non-AWS container images in Amazon ECS.
1.1.0
The following is the changelog for platform version 1.1.0
.
Note
Platform version 1.1.0
is no longer available. For information about platform version
deprecation, see AWS Fargate Linux platform version deprecation.
-
Added support for the Amazon ECS task metadata endpoint. For more information, see Amazon ECS task metadata available for tasks on Fargate.
-
Added support for Docker health checks in container definitions. For more information, see Health check.
-
Added support for Amazon ECS service discovery. For more information, see Use service discovery to connect Amazon ECS services with DNS names.
1.0.0
The following is the changelog for platform version 1.0.0
.
Note
Platform version 1.0.0
is no longer available. For information about platform version
deprecation, see AWS Fargate Linux platform version deprecation.
-
Based on Amazon Linux 2017.09.
-
Initial release.