Closed
Bug 1383618
Opened 8 years ago
Closed 8 years ago
Switch off general access to gecko level 3 windows builders
Categories
(Infrastructure & Operations :: RelOps: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: grenade, Assigned: grenade)
References
Details
remove security groups:
- livelog-direct
- rdp-only
- ssh-only
from worker type: gecko-3-b-win2012. replace it with security group: no-inbound
Assignee | ||
Comment 1•8 years ago
|
||
old launchspec from aws provisioner config for gecko-3-b-win2012:
"launchSpec": {
"SecurityGroups": [
"rdp-only",
"ssh-only",
"livelog-direct"
]
},
new launchspec:
"launchSpec": {
"SecurityGroups": [
"no-inbound"
]
},
deployment id changed from: a86d61718f03, to: a86d61718f03-no-inbound, in order to force termination of workers with old launchspec config.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•