Category: AWS

  • Full Tutorial On How To Deploy AWS VPC, Subnet and Route Table With Terrafom

    Full Tutorial On How To Deploy AWS VPC, Subnet and Route Table With Terrafom

    introduction In the previous blog post, we explored we can deploy EC2 instances with Terraform, empowering you to harness the full potential of the cloud. Now, get ready to take your knowledge further as we delve into the intricacies of deploying AWS VPC Subnet, route tables, and security group, and internet gateway with Terraform. These…

  • Learn The Best Way How To Deploy and Connect To a Bastion Host in AWS EC2 With Terraform

    Learn The Best Way How To Deploy and Connect To a Bastion Host in AWS EC2 With Terraform

    introduction to Bastion host Ever heard of the buzzword Bastion Host? What if I show you a secure and efficient way to access your instances in a private subnet? Follow me on this comprehensive guide that shows how to deploy and connect to a private AWS EC2 instance with Bastion hosts. Also, we will deploy…

  • How To Easily Deploy AWS EC2 Instance With Terraform

    How To Easily Deploy AWS EC2 Instance With Terraform

    Introduction In previous post, we walked through how to deploy an AWS EC2 Instance from the console. Here, we will deploy the same resources using the industry standard Infrastructure as a Code (IaC) called Terraform. what is infrastructure as code Infrastructure as code (IaC) means managing your cloud infrastructure using configuration files. This is as…

  • All You Need To Know About The New AWS Gateway Load Balancer

    All You Need To Know About The New AWS Gateway Load Balancer

    Introduction As businesses and organizations continue to expand their online presence, the need for scalable and highly available architectures becomes even more important. One of the tools Amazon Web Services (AWS) provides to accomplish this is the Gateway Load Balancer (GWLB). In this article, we’ll look at what GWLB is, how it works, and some…

  • How To Deploy AWS RDS From Console and Connect It To The AWS EC2

    How To Deploy AWS RDS From Console and Connect It To The AWS EC2

    Introduction In one of the post were we discussed about the AWS most essential services, I mentioned the AWS Relation Database Service (RDS). The AWS RDS is Amazon’s own relational database service that allows you to deploy and manage relational database of your choice in the cloud. It makes it easy to operate and scale…

  • My Opinion On The Microservice Versus Monolith: AWS Prime Video

    My Opinion On The Microservice Versus Monolith: AWS Prime Video

    Introduction Recently, Amazon Web Services (AWS) surprised many by announcing a move from a microservice architecture to a monolith architecture for their own retail platform Amazon Prime Video. This decision has sparked a debate on the pros and cons of both architectures. You can read the announcement here. I remember this was a key discussion…

  • Quick Overview of The AWS Load Balancer

    Quick Overview of The AWS Load Balancer

    In a previous post, we deploy an AWS Auto Scaling Group and use a Load Balancer to route traffic among the EC2 in the group. Amazon Web Services (AWS) offers a range of load balancing solutions to distribute incoming traffic across multiple targets, including EC2 instances, containers, and IP addresses. In this post, we’ll take…

  • How To Set Up AWS Auto Scaling Group With Elastic Load Balancer for AWS EC2 Instance

    How To Set Up AWS Auto Scaling Group With Elastic Load Balancer for AWS EC2 Instance

    Introduction We will learn to deploy an AWS Auto Scaling Group for a deployed EC2 instance. In this walk through, you will learn how to connect the Auto Scaling Group to an Application Load Balancer, and then use the AWS Launch Template to deploy our Auto Scaling Group. To have a better under standing of…

  • Quick Overview of The AWS Auto Scaling Group

    Quick Overview of The AWS Auto Scaling Group

    what is autoscaling group? AWS Auto Scaling (Automatic Scaling) is one of the essential AWS services that allows you to configure automatic scaling and maintenance for the resources that are part of your application according to their performance and workload. You can configure automatic scaling for individual resources or for whole applications. Also use it…

  • WHAT YOU NEED TO KNOW ABOUT THE AWS IAM IN 5 MINUTES

    WHAT YOU NEED TO KNOW ABOUT THE AWS IAM IN 5 MINUTES

    introduction AWS Identity and Access Management (IAM) is an essential service helps you securely control access to AWS resources or services. You can use IAM to control who and what a user or service can do in your account. That also means you authenticate and authorize what goes on in your account using the IAM.…

  • Part 2: Quick Overview of The Most Essential AWS Services.

    Part 2: Quick Overview of The Most Essential AWS Services.

    We will continue with the discussion on the important AWS services you should know as an AWS Cloud professional. This post is the continuation part to the first post on the overview of the most essential AWS services. I decided to break it into two. I believe it will also help to put the information…

  • Quick Overview of The Most Essential AWS Services.

    Quick Overview of The Most Essential AWS Services.

    If you have ever wondered what are the most essential AWS services, I bet you are not alone. I have always wondered too. AWS is blessed with hundreds of services to choose from. All the services are as good as any other. Therefore, it becomes a little challenging to pick one for your application. However,…