Implementing CI/CD integration with your Elastic Beanstalk environment - Amazon Elastic Beanstalk
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Implementing CI/CD integration with your Elastic Beanstalk environment

Elastic Beanstalk integrates with many CI/CD tools to automate your application development workflow. CI/CD practices enable you to automatically build, test, and deploy your applications with minimal manual intervention. Continuous delivery/deployment (CD) extends continuous integration (CI) by automating the deployment process. You can create streamlined deployment pipelines using Amazon services like CodePipeline or third-party tools such as Jenkins and GitLab to ensure consistent, reliable deployments to your Elastic Beanstalk environments.

Amazon sources to get started

The following list highlights CI/CD tools and the corresponding Amazon resources that provide step-by-step guidance for creating automated deployment pipelines to Elastic Beanstalk environments:

  • Amazon CodePipeline – This Amazon Getting Started Resource Center tutorial shows you how to set up a continuous deployment pipeline to Elastic Beanstalk from GitHub , S3, or Amazon CodeCommit.

  • GitHub Actions – This .NET on Amazon Blog post walks you through configuring YAML-based workflows to setup a continuous deployment pipeline to Elastic Beanstalk directly from GitHub.

  • GitLab – This Amazon DevOps Developer Productivity Blog post demonstrates how to configure GitLab continuous pipelines to deploy Node.js applications to Elastic Beanstalk Docker environments.

  • Azure DevOps – This .NET on Amazon Blog post guides you through implementing a continuous deployment pipeline from an Azure DevOps Git repository to Elastic Beanstalk using Azure Pipelines.

Additional resources

The following third-party tools and resources can help you implement automated deployment pipelines to Elastic Beanstalk environments: