AWS Launch Template - windows template patch
Flow:
- Create VM from Launch Template
- Update Windows OS with required patch (Expected WinRM present)
- Capture AMI
- Create Launch Template with latest AMI and set Default version
- Stop/Terminate Created VM
Command:
AWS_PROFILE=Profile ansible-playbook awslt.yaml -i localhost, --extra-vars "l_name=LaunchTemplateID r_name=RegionName ver_name=LtVersion profile=Profile"