(os: VmOs)
| 47 | ]; |
| 48 | |
| 49 | const guestUser = (os: VmOs): string => |
| 50 | os === "windows" ? "Administrator" : (process.env.E2E_EC2_LINUX_USER ?? "ubuntu"); |
| 51 | |
| 52 | /** |
| 53 | * Reboot an EC2 guest by address, statelessly (no live handle) — the mirror of |
no outgoing calls
no test coverage detected