DEV Community

Alec Dutcher
Alec Dutcher

Posted on

Appendix: Developer Tools - AWS Certified Cloud Practitioner Study Guide

AWS CodeBuild

  • Fully managed continuous integration service
  • Compiles source code, runs tests, and produces software packages that are ready to deploy
  • Scales continuously and processes multiple builds concurrently
  • Charged by the minute for the compute resources

AWS CodeCommit

  • Secure, highly scalable, managed source control service
  • Contributions encrypted in transit and at rest
  • Supports the standard functionality of Git

AWS CodeDeploy

  • Fully managed deployment service that automates software deployments to a variety of compute services

AWS CodePipeline

  • Fully managed continuous delivery service
  • Automates the build, test, and deploy phases of your release process
  • Integrates with third-party services such as GitHub

AWS CodeStar

  • Software development management system
  • Manage access and add owners, contributors, and viewers to your projects
  • Integrated issue tracking capability powered by Atlassian JIRA Software

Top comments (0)