Blog

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 […]

What is an Elastic IP address

What is an Elastic IP address? An Elastic IP address is a static IP address designed for dynamic cloud computing. An Elastic IP address is associated with your AWS account and you can use it until you release it. An Elastic IP address is a public IPv4 address that is reachable from the internet. If […]

Amazon Virtual Private Cloud

What is Amazon Virtual Private Cloud (VPC)? Amazon Virtual Private Cloud (Amazon VPC) is a logically isolated virtual network in the AWS cloud where you can launch AWS resources. Each VPC that you create is logically isolated from others in the AWS cloud. You have complete control over your virtual networking environment, including a selection […]

Easy Amazon EBS Volume Setup: How to Configure in 2 Minutes

How to create Amazon EBS volume In this tutorial, you will learn step by step –How to create Amazon EBS volume and Attach it to an EC2 instance Now the attached Amazon EBS volume to your instance is exposed as a block device. You can format the volume with any file system before mounting it.

Amazon Elastic Block Store

Amazon Elastic Block Store (EBS) Amazon EBS is an easy to use, high-performance, block-level storage solution designed for EC2 to store persistent data. EBS can be dynamically attached, detached, and scaled with any EC2 instance, like physical hard drives or volume storage. You can use EBS to store any kind of data such as relational […]

Amazon EC2 (Amazon Elastic Compute Cloud)

What is Amazon Elastic Compute Cloud? Amazon Elastic Compute Cloud (Amazon EC2) is one of the well-known AWS web service, that provides secure, resizable compute capacity in the cloud. It is designed for developers to have complete control on scaling, configuration, and computing environment. Amazon EC2 reduces the time required to obtain and boot new […]

AWS Snow Family (Move Terabytes, Petabytes, Exabytes of Data to the Cloud)

AWS Snow Family AWS Snow Family is a collection of physical devices that help to migrate large amounts (terabytes or petabytes or exabytes) of data into the cloud without depending on networks/Internet. AWS Snow Family services help physically import/export of data securely and quickly to AWS. Use cases AWS Snowball AWS Snowball is a service […]

Content delivery network with Amazon CloudFront

What is Content delivery network? A content delivery network (CDN) is a globally distributed set of servers that helps to provide fast delivery of Internet content by minimizing the distance between the server and the end user. A CDN caches static and dynamic web content such as .html, .css, .js, image, and video files in […]

Scroll to top