Route 53 configures and manages domains: domain registration, DNS (Domain Name System) service, and health checking. – DNS uses port 53. That is how the name comes from.
Continue reading “[AWS] Route 53”Category Archives: AWS
[AWS] DNS
Domain Name System (DNS)
DNS is a process of mapping a human-friendly domain name to an IP address.
- DNS Root Servers: A group of servers to answer the root zone. Top Level Domains (TLDs) are controlled by the root zone database – Internet Assigned Numbers Authority (IANA).
- Domain Registrars: All domain names must be unique. A registrar is an authority that can assign domain names to top-level domains and ensure its uniqueness. Each domain name becomes registered in a central database (WhoIS server).
[AWS] VPC – VPC Flow Logs
This post deals with how to monitor VPC traffics. VPC Flow Logs can capture IP traffic information going from or to the network interfaces in a VPC.
Continue reading “[AWS] VPC – VPC Flow Logs”[AWS] VPC – Security
VPCs can be protected with 2 layers of firewalls; One for a subnet (NACL) and another for an instance (Security Group).
Continue reading “[AWS] VPC – Security”[AWS] VPC – IGW
Internet Gateway (IGW) is a VPC component that allows communication between resources in the VPC and the internet. It is horizontally scaled, redundant, and highly available.
Continue reading “[AWS] VPC – IGW”[AWS] VPC – Subnets and Routing Tables
Subnets are the logical network that you group your resources in a single local network. Communication in and out of a subnet is of critical importance, and a routing table contains the rules on how traffic can be directed.
Continue reading “[AWS] VPC – Subnets and Routing Tables”[AWS] VPC Basics
A VPC(Virtual Private Cloud) is a logically isolated portion of the AWS cloud within a chosen single region. In a VPC, you can define your own network such as IP address range, subnets, route tables, and security settings.
Continue reading “[AWS] VPC Basics”[AWS] Basic Networking
It is important to understand basic network concepts to understand how cloud services work.
Continue reading “[AWS] Basic Networking”