aws / aws-codedeploy-agent

Host Agent for AWS CodeDeploy
https://aws.amazon.com/codedeploy
Apache License 2.0
328 stars 188 forks source link

[feature] allow codeploy agent service with manual start on windows #391

Open lmayorga1980 opened 5 months ago

lmayorga1980 commented 5 months ago

Currently the windows service is set to AUTO_START but it would be nice to configure this value in case there is a need to bake into a custom ami without starting up automatically.

https://github.com/aws/aws-codedeploy-agent/blob/main/lib/register.rb#L13