Source: mitesh-n.medium.com

CI/CD Workflow on AWS
Here is simple CI-CD architecture that I recently created for client. AWS CodePipeline polls GitHub for new commits. AWS CodePipeline lets you model and visualize custom release workflow (source à build à test (staging) à prod).

Managed Load test is run on the servers with help of Blazemeter. BlazeMeter is a continuous testing as a service platform provider which integrates with AWS CodePipeline & CodeDeploy.

Related Articles