Author : Editorial Team

3 ways to access the AWS resources

Three ways to access the AWS Resources AWS consists of many cloud services that you can use in combinations as per your organizational requirements. You need to create an AWS Account to access and manage AWS resources. Interacting with AWS services AWS Management Console AWS Management Console provides a web-based user interface that you can […]

What is network access control list

What is network access control list? A network access control list (ACL) used to control network level security. It controls traffic to or from a subnet level, by configuring inbound and outbound traffic rules. Important points about Network ACL Components of Network ACL rules Below image is an example default network ACL for a VPC […]

How to Create EC2 Linux Instance

How to Create EC2 Linux Instance How to connect EC2 Linux instance from Windows using PuTTY How to use EC2 Linux instance as a web server Done! Now, Your web page is running on your EC2 instance. Learn More – How to Create EC2 Windows Instance

Difference between Security Group and Network Access Control List

Difference between Security Group and Network Access Control List Security Group Network Access Control List Security group is like a virtual firewall of EC2 Instances.It Operates at the instance level. Network Access Control List is like a firewall of the VPC Subnets.It Operates at the subnet level. Security group supports allow rules only (by default […]

What is AWS

What is AWS? AWS (Amazon Web Services) is the world’s biggest and most secure cloud platform. AWS offers many services such as computing power, virtual private network, database storage, content delivery, etc. to millions of customers including individual user, startups, organizations, and government agencies across the globe. AWS History Advantages of AWS AWS Global Cloud […]

What is AWS Security Groups

What is AWS Security Groups? Amazon Security group acts like a virtual firewall for your EC2 instances, They control both inbound and outbound traffic. When you launch an instance you need to link it with a VPC, Subnet, and at least one security group. Important points about security group Default Security Group of VPC Every […]

What is a NAT device

What is a NAT device? A NAT(Network Address Translation) devices enable you to connect your virtual machines (EC2) in a private subnet to connect to the internet or other AWS services. For example, you can install or update software using a NAT device to your server that sits in the private subnet, which has no […]

What is an Internet Gateway

What is an Internet Gateway? An Internet Gateway is redundant, horizontally scaled, and a highly available VPC component. It allows communication between instances in your VPC and the internet using VPC route tables for internet-routable traffic. An Internet Gateway supports IPv4 and IPv6 traffic. It does not cause availability risks or bandwidth constraints on your […]

Amazon VPC Route Tables

Amazon VPC Route tables A route table containing a set of rules, called routes, that are used to determine where network traffic from your subnet or gateway is directed. When a network packet arrives at a Router, it determines the destination IP address of a received packet and makes the routing decisions to send a […]

Amazon VPC Subnets

Amazon VPC Subnets A subnet or subnetwork is a logical sub-division of an IP network into multiple smaller networks.In AWS a subnet is a component(A range of IP addresses) within your VPC to provide a logical grouping of resources. A subnet can exist within one and only one Availability Zone (1 Subnet == 1 Availability […]

Scroll to top