Virtual Private Cloud

Create A Transit Gateway

Create a transit gateway Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created site to site VPN connection between AWS cloud and on premise network. https://cloudaffaire.com/create-a-site-to-site-vpn-connection/ We are almost done with VPC introductory series and in this blog post we are going to create a transit gateway between four VPC for VPC interconnectivity. Below is the configuration diagram for this demo. Transit gateway: A transit gateway…

1 Comment

Create A Site To Site VPN Connection

Create a site to site VPN connection Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have enabled flow logs with S3 as the destination to monitor the VPC traffic. https://cloudaffaire.com/enable-vpc-flow-logs/ In this blog post, we are going to create a site to site VPN connection between AWS cloud and on-premise network using VPN tunneling. Below is the configuration diagram for this demo. Site to site VPN connection:…

0 Comments

Enable VPC Flow Logs

Enable VPC flow logs Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a custom VPC network ACL and denied all connection to our public subnet. https://cloudaffaire.com/create-a-custom-vpc-network-acl/ In this blog post, we are going to enable flow logs for the entire VPC with S3 as the destination. Flow Logs: We can monitor the incoming and outgoing traffic in AWS using flow logs. If flow logs are…

0 Comments

Create A Custom VPC Network ACL

Create a custom VPC network ACL Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a custom VPC security group and enabled SSH over port 22. https://cloudaffaire.com/create-a-custom-vpc-security-group/ In this blog post we are going to create a custom VPC network ACL for our VPC and explicitly DENY all access to our public subnet. Below is the configuration diagram for this demo. Network ACL: A network access…

1 Comment

Create A Custom VPC Security Group

Create a custom VPC security group Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a peering connection between two cross region VPC of same AWS account. https://cloudaffaire.com/create-a-vpc-peering/ In this blog post, we are going to create a custom VPC security group and enable SSH. Below is the configuration diagram for this demo. Security Group: A security group acts as a virtual firewall for your instance…

0 Comments

Create A VPC Peering

Create a VPC peering Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a VPC endpoint service. https://cloudaffaire.com/create-a-vpc-endpoint-service/ In this blog post, we are going to create a VPC peering between two VPC in different regions. Below is the configuration diagram for this demo. VPC Peering: A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using…

0 Comments

Create A VPC Endpoint Service

Create a VPC endpoint service Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a VPC interface endpoint. https://cloudaffaire.com/create-a-vpc-interface-endpoint/ In this blog post, we are going to create a VPC endpoint service that can be used with VPC interface endpoint. Below is the configuration diagram for this demo. VPC endpoint service: You can create your own application in your VPC and configure it as an AWS…

1 Comment

Create A VPC Endpoint Interface

Create a VPC endpoint interface Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created a VPC endpoint gateway for S3 service. https://cloudaffaire.com/create-a-vpc-endpoint-gateway/ In this blog post, we are going configure a VPC endpoint interface. Below is the configuration diagram for this demo. VPC Interface endpoint: An interface VPC endpoint enables you to connect to services powered by AWS PrivateLink. These services include some AWS services, services…

1 Comment

Create A VPC Endpoint Gateway

Create a VPC endpoint gateway Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have created egress only internet gateway to enable only outbound internet access to our IPv6 subnet. https://cloudaffaire.com/create-an-egress-only-internet-gateway/ In this blog post we are going to create a VPC endpoint gateway. For this demo we need one VPC with a public subnet and private subnet, two EC2 instances hosted in the public and private subnet,…

0 Comments

Create An Egress Only Internet Gateway

Create an egress only internet gateway Hello Everyone Welcome to CloudAffaire and this is Debjeet In the last blog post, we have enabled internet connection to our IPv6 subnet. https://cloudaffaire.com/connect-to-an-ipv6-subnet/ In this blog post, we are going to configure create egress only internet gateway to enable only outbound internet access to our IPv6 subnet. Below is the configuration diagram for this demo. Create an egress only internet gateway Step 1: Login to AWS console…

0 Comments