The ultimate guide to learn software architecture patterns, microservices and create release pipeline to rapidly deliver microservices using CodeCommit, CodeBuild, CodeDeploy, CodePipeline
Key Features
- Learn software architecture and microservices design patterns from an AWS certified professional architect
- Develop microservice using spring boot and automate the release using CodePipeline
- Master the deployment of microservices using CodeDeploy to EC2 instances, containers and OnPrem
Book Description
It is the need of the hour to have reliable automation in place for any code changes to go to production. Having a release pipeline enables you to effectively and timely deliver features for your users. AWS CodePipeline, with its powerful integration and automation of building, testing, and deployment presents a unique solution to several software delivery issues like outage during deployment, lack of standard delivery mechanism and obstcales in creating sustainable pipelines.
You will start by developing a java microservice and using AWS Services like CodeCommit, CodeArtifact and CodeGuru to manage and review the source code. You will then start building the code using AWS CodeBuild service and learn how to deploy it to AWS infrastructure and container services using the CodeDeploy Service. Further on, you will provision cloud infrastructure using CloudFormation templates and Terraform. In the end, you will combine all of these AWS Services together to form a CodePipeline to deliver the microservices in a reliable and automated way from source code check-in to deployment without any downtime. You will wrap up with solutions on integrating AWS CodePipeline with third-party services like GitHub or with a custom plugin.
By the end of this book the readers will practically be able to build release pipelines for their applications.
What you will learn
- Understanding Continuous integration and delivery with AWS
- Automated infrastructure provisioning with CloudFormation and Terraform
- Manage source code using AWS CodeCommit
- Automate code reviews and profiling using CodeGuru
- Build software package using AWS CodeBuild service
- Deploy microservices to AWS container services using CodeDeploy
- Automate serverless deployment of Lambda functions
- Tips to extend CodePipelines beyond AWS cloud
Who This Book Is For
This book is for Software Architects, DevOps engineers, SREs, and Cloud engineers who want to learn more about automating their release pipelines for modifying features and releasing updates. Some knowledge on AWS cloud, Java, Maven, and Git will come in handy to get most out of this book.
Table of Contents
- Software Architecture Patterns
- Microservices Fundamentals and Design Patterns
- CI/CD Principles and Developing a Sample Microservice Application
- Infrastructure as Code
- Creating repositories with AWS CodeCommit
- Automating code reviews Using CodeGuru
- Managing Artifact Using CodeArtifact
- Deploying to EC2 instance using CodeDeploy
- Deploying to ECS Cluster Using Code Deploy
- Setting Up CodePipeline
- Setting up Automated Serverless Deployment
- Extending CodePipeline Beyond AWS