update to the instance types we use in python-builds

This commit is contained in:
Joshua C. Forest 2022-07-26 10:18:17 -04:00
commit 5128deda83

View file

@ -105,16 +105,15 @@ rBuildsBatchComputeEnvironment:
InstanceRole: InstanceRole:
"Fn::GetAtt": [ rBuildsIamInstanceProfile, Arn ] "Fn::GetAtt": [ rBuildsIamInstanceProfile, Arn ]
InstanceTypes: InstanceTypes:
- m4.large - m6i
- m4.xlarge - m5
- m4.2xlarge - m5a
- m4.4xlarge - r6i
- m4.10xlarge - r5
- m4.16xlarge - r5a
- r4.large - c6i
- r4.xlarge - c5
- r4.2xlarge - c5a
- r4.4xlarge
Ec2KeyPair: ${self:custom.ec2KeyPair} Ec2KeyPair: ${self:custom.ec2KeyPair}
Tags: ${self:provider.stackTags} Tags: ${self:provider.stackTags}
MinvCpus: 0 MinvCpus: 0