Written by James McDonald

November 19, 2018

Just started a Microsoft AD environment on Amazon Web Services to test some ITGlue Auto Documentation PowerShell scripts.

Found that you need to pay attention to auto scaling settings. After my last session I shut down all the EC2 instances to avoid charges when I wasn’t working on it and discovered the autoscaling group will terminate the instance of  Remote Desktop Gateway Host you stop and then launch a new EC2 instance

I’m not too conversant with the minutiae of AutoScalingGroups so I have just added all the available options to the Suspended Processes field to stop the ASG from launching a new EC2 instance when I stop the Remote Desktop Gateway. This seems to allow a shutdown and restart without the ASG stepping in front of what I’m trying to achieve

If hindsight was foresight…

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...