Closed Bug 1383618 Opened 7 years ago Closed 7 years ago

Switch off general access to gecko level 3 windows builders

Categories

(Infrastructure & Operations :: RelOps: General, task)

Unspecified
Windows
task
Not set
normal

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
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: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.