Skip to content

Commit e9a867a

Browse files
chore(ec2): trn1n instance type (#28914)
adding support of trn1n instance type *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 41bb188 commit e9a867a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/aws-cdk-lib/aws-ec2/lib/instance-types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,11 @@ export enum InstanceClass {
616616
*/
617617
TRN1 = 'trn1',
618618

619+
/**
620+
* High performance computing powered by AWS Trainium
621+
*/
622+
TRN1N = 'trn1n',
623+
619624
/**
620625
* Storage/compute balanced instances, 1st generation
621626
*/
@@ -1401,6 +1406,7 @@ export class InstanceType {
14011406
[InstanceClass.STORAGE3_ENHANCED_NETWORK]: 'd3en',
14021407
[InstanceClass.D3EN]: 'd3en',
14031408
[InstanceClass.TRN1]: 'trn1',
1409+
[InstanceClass.TRN1N]: 'trn1n',
14041410
[InstanceClass.STORAGE_COMPUTE_1]: 'h1',
14051411
[InstanceClass.H1]: 'h1',
14061412
[InstanceClass.IO3]: 'i3',

0 commit comments

Comments
 (0)