The other day I stumbled upon a string of similar events logged from some of my Windows EC2 instances in regards to the SSM Agent. It simply refused to start up, and examining the log files, I could see the following:
After upgrading to Windows Server 2019, both the Event Log and Powershell commands on the servers displayed errors about Invalid Handle and Invalid Class. This is a howto on how I fixed it.
After upgrading from Windows 2012 R2 to Windows 2019, the SharePoint Management Console failed to load its snap-in. How is here I fixed it.
Ever had the need to transfer a registered Route53 domain from one AWS account to the other? Follow this guide to transfer your domains using PowerShell.
Recently I had the need to tag all our EC2 instances based on the platform, as I wanted to create resource groups based on the actual underlying platform used for the EC2 instances.
Much to my surprise the AWS console did not…