EBS: Amazon Elastic Block Storage
To understand Elastic Block Storage, we need to first understand what block storage is and how if differs from object storage. Block storage breaks data into block and then stores…
Simply Explaining Technology
To understand Elastic Block Storage, we need to first understand what block storage is and how if differs from object storage. Block storage breaks data into block and then stores…
Amazon provides three primary services to handle traffic. Amazon Route 53 is a DNS service. AWS Direct Connect is a fast connection to between Amazon cloud and on-premise resources. Elastic…
Routing allows traffic in and out of a VPC. An Internet Gateway (IGW) allows two different networks to share traffic. The networks would be your VPC and another VPC or…
A Virtual Private Cloud (VPC) is a logically isolated section of Amazon cloud. You can create your own VPC in AWS cloud. With Amazon VPC, you get full control over…
A well-architected infrastructure is reliable, secure, performant, cost effective, and operationally excellent. In infrastructure, reliability mostly refers to fault tolerance, availability, and durability. A fault tolerant system is able to…
No. Route in Route 53 refers to routing traffic, not an Interstate highway. Amazon Route 53 is a globally distributed Domain Name Service (DNS). DNS is a web service designed…
Routing is the process of directing traffic flow between networks or VPCs. Routing also connects a VPC to the Internet. Routing defines how traffic flows from one network to another.…
AWS global infrastructure is divided into regions. A region is a locations that hosts a collection of AWS data centers. Each region is a completely separate entity. AWS consumers can…
Following is a snapshot of key AWS services: Compute Amazon EC2: virtual computing AWS Lambda: serverless computing Amazon Elastic Container Service ECS: containerized computing Storage Amazon Elastic Block Store (EBS):…
Elastic Compute Cloud (EC2) refers to compute (server) resources. In AWS, servers are called Amazon EC2 instances or just “instances”. You can install application instances, web instances, database instances, gaming…