How to Create Egress-only internet gateway & DHCP option set on Amazon Web Services(AWS).

An egress-only internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows outbound communication over IPv6 from instances in your VPC to the internet, and prevents the internet from initiating an IPv6 connection with your instances. Egress-only Internet gateway works as a NAT gateway, but for IPv6 traffic. An egress-only Internet …

How to Create & Configure Route Table on Amazon Web Service(AWS).

A route table contains a set of rules, called routes, that are used to determine where network traffic from your subnet or gateway is directed. The route table contains existing routes with targets other than a network interface, Gateway Load Balancer endpoint, or the default local route. The route table contains existing routes to CIDR …

How to Create VPC & Subnets on Amazon Web Service(AWS).

Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You can use both IPv4 and IPv6 for most resources in your virtual private cloud, helping to ensure secure and easy access to resources and applications. A public subnet is a …

How to Create Peering connection between two VPC on Amazon Web Service(AWS).

Peering is a method that allows two networks to connect and exchange traffic directly without having to pay a third party to carry traffic across the Internet. A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.You can establish …

How to Create Security Groups on Amazon Web Service (AWS)

A security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing traffic. If you don’t specify a security group, Amazon EC2 uses the default security group. You can add rules to each security group that allow traffic to or from its associated instances.   Login to aws portal. Click …