Skip to content

Commit

Permalink
feat: addEcs2Ami
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Dec 27, 2023
1 parent dc91c42 commit cf37b33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/aws-cdk-lib/aws-ecs/lib/amis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,14 @@ export enum BottlerocketEcsVariant {
* aws-ecs-1-nvidia variant
*/
AWS_ECS_1_NVIDIA = 'aws-ecs-1-nvidia',
/**
* aws-ecs-2 variant
*/
AWS_ECS_2 = 'aws-ecs-2',
/**
* aws-ecs-2-nvidia variant
*/
AWS_ECS_2_NVIDIA = 'aws-ecs-2-nvidia',
}

/**
Expand Down

0 comments on commit cf37b33

Please sign in to comment.