Tag: aws

  • Building a Serverless Event-Driven Order Fulfillment System using AWS EventBridge (Part 2)

    Building a Serverless Event-Driven Order Fulfillment System using AWS EventBridge (Part 2)

    This is part 2 of my last post, “Building a Serverless Event-Driven Order Fulfillment System using AWS Event Bridge“. In Part 1, I’ve already setup the infrastructure to accept orders and publish them as events to EventBridge, along with routing them to an API destination and CloudWatch log group. For the next steps, we can…

    Read More

    //

  • Use AWS CodePipeline CI/CD to automate Unit Test and Deploy Lambda Function

    Use AWS CodePipeline CI/CD to automate Unit Test and Deploy Lambda Function

    In this guide, I will walk you through setting up a Continuous Integration and Continuous Deployment (CI/CD) pipeline. This pipeline will automate unit testing and deploy your code to an AWS Lambda function using AWS CodePipeline, CodeBuild and CloudFormation. Source Stage Our journey begins with a GitHub repository, which stores our source code. Any time…

    Read More

    //

  • Provisioning an EKS cluster using Terraform

    Provisioning an EKS cluster using Terraform

    In this exercise, I will deploy an AWS Elastic Kubernetes Service (EKS) cluster using Terraform and configure kubectl to verify the cluster is ready to use. Kubernetes is an open-source container orchestration system used to manage and deploy containerized applications. A Kubernetes cluster is a collection of nodes that run containerized applications. With AWS EKS,…

    Read More

    //

  • The Cloud Resume Challenge

    The Cloud Resume Challenge

    I’ve always been fascinated by cloud computing. Throughout my career, I’ve witnessed firsthand how painful and costly it can be for organizations to upsize their existing infrastructure. Whether it’s increasing server computing power, expanding network drive storage, or setting up and maintaining a remote disaster recovery site for mission-critical applications, the challenges are immense. When…

    Read More

    //

  • Hosting a WordPress on AWS with High Availability

    Hosting a WordPress on AWS with High Availability

    In this AWS project, I create my blog using WordPress and deploy it on AWS using EC2, RDS – MySQL, EFS, VPC, NAT Gateway, Application Load Balancer, Auto Scaling Group, Route 53, Certificate Manager, Systems Manager and IAM. Instead of using CloudFormation to automate the deployment, I decide to build everything from scratch. I start…

    Read More

    //