CI/CD in AWS Cloud
Amazon Web Services (AWS) has a big set of different tools and services that can be manipulated via API. And it is obvious aim to automate all steps of application development, including continuous integration and delivery of your code.
A set of AWS Code* tools comes to the scene here. They offer different capabilities for all project roles. Developers, testers and ops guys can use them to achieve their goals.
AWS CodePipeline comes as an umbrella and band director, and CodeBuild and CodeDeploy are hard workers for these tasks.
You will understand how to use them and integrate with all other AWS services. Will see a way to have manual involvement in a long pipeline together with fully automated building, testing and deployment of your code.