I have a powershell script that returns the current value for the default AWS LaunchTemplate for some specific templates. Essentially the script when run checks for the latest base version of Windows Server 2019 Base & then creates a new template using this AMI. It then changes the default version & lastly checks the current default version.
I would like to have a notification send when the default version is changed. This would also cover if someone manually changed the default version via the AWS console. Is there a way to perform a change notification when a value changes?
Add comment