mirror of https://github.com/rancher/ui.git
Merge pull request #4595 from westlywright/bug.aws.nt.mach.type
AWS Node Template `me` Region Changes
This commit is contained in:
commit
a2a0d4251c
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue