Developer Tools

Cloud9

  • Is an integrated development environment running in AWS cloud.

  • It allows you to deploy servers directly to AWS from an integrated development environment.

CodeStar

  • Makes it easy to develop and deploy applications to AWS.

  • It can manage the entire CI/CD pipeline for you.

  • It has a project management dashboard, including an integrated issue tracking capability powered by Atlassian Jira software.

X-Ray

  • Makes easy to analyze and debug applications.

  • This provides you with a better insight to the performance of your application and the underlying services that it relies upon.

CodeCommit

  • Is a git repository just like GitHub, and its running in the AWS Cloud.

CodePipeline

  • Is a CI/CD service that can build, test and then deploy your code every time a code change occurs.

CodeBuild

  • Compiles your source code, runs tests and then produces software packages that are ready to deploy on AWS.

CodeDeploy

  • Is a service that automates software deployments to a variety of compute services, including EC2, Lambda, and even instances that are running on-premises.

Last updated