Building a VPC using CloudFormation Template

AWS console, AWS CLI, AWS SDK, … which one do you prefer?   graph credit: aws.amazon.com This lab is a replica of AWS Skills Challenge 3: VPC (with AWS Console), but using CloudFormation. I will provide a step by step guide to build a VPC with 3 subnets named “Alpha”, “Bravo”, and “Charlie”. The “Alpha” subnet […]

AWS VPC

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch AWS resources into a virtual network that you’ve defined. picture: aws.amazon.com Hello everyone. Another day Another challenge. Today, I will show you how to create a VPC. After completing this challenge, you will be familiar with AWS networking service such as VPC. Background Amazon VPC […]

AWS VPC explained in simple words

Amazon Virtual Private Cloud (Amazon VPC) is one of the most used service provided by AWS, that allows users to create a virtual network environment in the cloud. With Amazon VPC, users can define their own virtual network topology, including IP address ranges, subnets, route tables, and network gateways. Amazon VPC explained in simple words.  […]