diff --git a/pkg/types/aws/defaults/platform.go b/pkg/types/aws/defaults/platform.go index 6c591d23cb0..be076c75355 100644 --- a/pkg/types/aws/defaults/platform.go +++ b/pkg/types/aws/defaults/platform.go @@ -6,11 +6,12 @@ import ( var ( defaultMachineClass = map[string]string{ - "ap-east-1": "m5", - "eu-north-1": "m5", - "eu-west-3": "m5", - "us-gov-east-1": "m5", - "us-west-2": "m5", + "ap-east-1": "m5", + "ap-northeast-2": "m5", + "eu-north-1": "m5", + "eu-west-3": "m5", + "us-gov-east-1": "m5", + "us-west-2": "m5", } )