AWS CodeDeploy agent version 1.0-1.1518
Fix: Graceful shutdown was not working properly, thread synchronization has been added to the threads, so that when an agent starts exiting it does not accept any new poll requests.
Enhancement: Agent now has a deployment tracking mechanism to stop the agent from exiting, when a deployment is in progress.
Enhancement: Shelling out the Delete Commands: Customers had reported the delete dirs for ruby was causing CPU spikes
Enhancement: Adding exponential backoff at install bin, which downloads Agent files from S3.