What is Amazon Cloud9?
Cloud9 allows you to write code within an integrated development environment (IDE) from within your web browser.

What is CodeCommit?
CodeCommit is a source control system for private Git repositories.

What is CodeBuild?
CodeBuild allows you to build and test your application source code.

What is CodeDeploy?
CodeDeploy manages the deployment of code to compute services in the cloud or on-premises.

What is CodePipeLine?
CodePipeline automates the software release process. CI/CD

What is CodePipeLine real world usecase?
When combined with other developer tools, CodePipeline helps development teams implement DevOps practices that automate testing and the movement of code to production.

What is X-Ray?
X-Ray helps you debug production applications.

What is X-Ray real world usecase?
X-Ray can help you map requests made to your RDS database from within your application. You can track information about the SQL queries generated and more.
