What are some use cases for AWS CodeDeploy?

AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances or on-premises instances in your own facility.

I use AWS CodeDeploy along with ELB to deploy my code to tens of thousands of machines with zero-downtime. It allows me to achieve real “fully automated continuous-deployment” methodology to market my product faster than the competition.