snehaksuresh.hashnode.devUnderstanding Infrastructure as Code and Configuration ManagementThis blog lets us understand what Infrastructure as Code and Configuration Management are. Also, we will look at the differences. Regarding the cloud and automation, Infrastructure as Code (IaC) and Configuration Management (CM) are inseparable. With...Jul 18, 2023·6 min read
snehaksuresh.hashnode.devYour CI/CD pipeline on AWS - Part 4AWS CodePipeline AWS CodePipeline is a continuous delivery service you can use to model, visualize, and automate the steps required to release your software. You can quickly model and configure the different stages of a software release process. Code...Jul 5, 2023·2 min read
snehaksuresh.hashnode.devYour CI/CD pipeline on AWS - Part 3In the previous blogs, we dealt with AWS CodeCommit & CodeBuild. In this blog let's discuss AWS CodeDeploy. AWS CodeDeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serve...Jul 4, 2023·5 min read
snehaksuresh.hashnode.devYour CI/CD pipeline on AWS - Part 2In this blog, let's discuss AWS CodeBuild. AWS CodeBuild AWS CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need...Jun 26, 2023·6 min read
snehaksuresh.hashnode.devYour CI/CD pipeline on AWS - Part-1In the upcoming 4 blogs, we will be making a CI/CD pipeline on AWS with these tools: CodeCommit, CodeBuild, CodeDeploy, and CodePipeline. In today's learning, let's deal with AWS CodeCommit. What is AWS CodeCommit? AWS CodeCommit AWS CodeCommit is a ...Jun 23, 2023·4 min read