Amazon Interview Question

Best way to run a command/script on thousand servers under 10 secs without using any tools like puppet, chef etc.

Interview Answer

Anonymous

Nov 25, 2017

Two commons ways this can be done using PowerShell. A for each loop against a Get child item variable containing a list of servers. Or PS remoting cmdlets.

1