Home:ALL Converter>Patching windows with AWS system patch manager using script

Patching windows with AWS system patch manager using script

Ask Time:2019-01-11T00:51:29         Author:Shashank Sachan

Json Formatter

Is it possible to run the aws patch manager for windows using lambda?

We have 2 server behind ELB. Now we want to perform following action.
1. Remove 1st server from ELB.
2. Patch this windows server.
3. Add the server back to ELB.
4. Perform the same things with other server.

I'm not sure how to perform step 2.
I can see that patch can be scheduled from the AWS console -> Patch manager but not able to find out if I can trigger patch baseline to any targeted instance using lambda.

Thanks for the help!

Author:Shashank Sachan,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/54133412/patching-windows-with-aws-system-patch-manager-using-script
yy