Merge pull request #4595 from westlywright/bug.aws.nt.mach.type

AWS Node Template `me` Region Changes
This commit is contained in:
Westly Wright 2021-04-29 10:59:34 -07:00 committed by GitHub
commit a2a0d4251c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,11 @@ export default Component.extend(NodeDriver, {
let subnets = [];
let rName = get(this, 'config.region');
if (rName.includes('me-')) {
set(this, 'config.instanceType', 't3.medium');
}
const auth = {
accessKeyId: randomStr(),
secretAccessKey: randomStr(),