Software Alternatives & Reviews

CI/CD for dummy project

Amazon ECR AWS CodePipeline
  1. Amazon ECR is a fully-managed Docker container registry enabling developers to store, manage, and deploy Docker container images.
    You can think of a CodeBuild execution as a docker container running through the commands you provide to it. CodePipeline can have a source configured to execute on actions within your Github repository, so you can set up a pipeline to, for example, automatically build your Dockerfiles and push them to ECR.

    #Container Registry #Cloud Hosting #Object Storage 39 social mentions

  2. Continuous delivery service for fast and reliable application updates
    If you're wanting to keep everything in AWS, you could look into CodePipeline, which provides a framework to manage various build steps, such as using CodeBuild.

    #Continuous Integration #DevOps Tools #Continuous Deployment 28 social mentions

Discuss: CI/CD for dummy project

Log in or Post with