Jan 1 · 3 min read · Getting Started with AWS CodePipeline (CI/CD on AWS) As part of my cloud and DevOps learning journey, I recently explored AWS CodePipeline, a fully managed Continuous Integration and Continuous Delivery (CI/CD) service provided by AWS. CodePipeline h...
Join discussionNov 30, 2025 · 4 min read · Repository: https://github.com/FreemanBoss/gitops-on-aws-eks-argocd In the world of DevOps, GitOps has shifted from a trendy buzzword to the industry standard for cloud-native delivery. It promises a simple yet powerful contract: Git is the single s...
Join discussion
Sep 5, 2025 · 19 min read · Course Introduction Welcome to the AWS CodePipeline course on KodeKloud! I’m Matthew Burch, and I’ll guide you through creating and managing robust CI/CD pipelines on AWS. In this lesson, you’ll learn how to: Understand the fundamentals of CI/CD (Co...
Join discussion
Sep 5, 2025 · 27 min read · Repositories Welcome to the deep dive on repositories for your AWS CI/CD pipeline. In this lesson, we’ll explore how repositories enable version control, collaboration, and seamless integration with AWS services. We’ll cover: What a repository is an...
Join discussion
Jun 3, 2025 · 3 min read · 🔹 What is AWS Control Tower? AWS Control Tower helps organizations set up and govern a secure multi-account AWS environment using best practices. It provides: A Landing Zone with preconfigured organizational units (OUs) An Account Factory to creat...
Join discussionMay 3, 2025 · 4 min read · In this comprehensive guide, I’ll walk through setting up a complete CI/CD pipeline using AWS CodePipeline to deploy a Spring Boot application to Elastic Beanstalk. Here's what we'll cover: Tools Used ToolRole CodeCommitGit repository for sour...
Join discussion
Apr 20, 2025 · 18 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) pipelines are essential for modern software development, enabling automated code testing, building, and deployment. AWS offers a suite of services, AWS CodeBuild, AWS CodeCommit, a...
Join discussion
Mar 14, 2025 · 4 min read · Introduction Continuous Integration and Continuous Deployment (CI/CD) is a crucial practice in modern software development. It enables teams to automate the software release process, reducing manual errors and accelerating delivery cycles. AWS, recog...
Join discussion
Mar 1, 2025 · 5 min read · Introduction It is a common use case whereby organizations set up FTP servers for external parties to access. Typically, the users which have access to this would download files from these servers on demand using some kind of FTP client such as WinSC...
Join discussion