Skip to content

Commit

Permalink
feat(ecs): add Fargate 1.4.0 support (aws#7267)
Browse files Browse the repository at this point in the history
Co-authored-by: netanir <neta1nir@gmail.com>
  • Loading branch information
robertd and NetaNir authored Apr 19, 2020
1 parent df2fc4b commit 5c83a46
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/@aws-cdk/aws-ecs/lib/fargate/fargate-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,19 @@ export class FargateService extends BaseService implements IFargateService {
*/
export enum FargatePlatformVersion {
/**
* The latest, recommended platform version
* The latest, recommended platform version.
*/
LATEST = 'LATEST',

/**
* Version 1.4.0
*
* Supports EFS endpoints, CAP_SYS_PTRACE Linux capability,
* network performance metrics in CloudWatch Container Insights,
* consolidated 20 GB ephemeral volume.
*/
VERSION1_4 = '1.4.0',

/**
* Version 1.3.0
*
Expand Down

0 comments on commit 5c83a46

Please sign in to comment.