- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 296字
- 2021-07-02 19:41:27
Various AWS network services
In this section, we shall come to understand the building blocks of AWS Cloud. We are going to use or create the following components through this book.
- Region: AWS Cloud currently has data centers in 16 cities and is also coming up in new locations throughout the world. Each region is completely isolated from the others. You need to choose one region to create network components.
- Availability Zone (AZ): Each region of AWS Cloud has multiple physically isolated and separate data centers called availability zone. Some network components span across multiple AZs in a region like VPC. Components like subnet are confined within an AZ. AWS provides various networking services as Platform as a Service (PaaS). Examples are:
- Route 53: Distributed, scalable and highly available Domain Name System (DNS)
- Direct connect: This provides a dedicated low latency and high bandwidth network connectivity between a data center and an AWS VPC.
- ELB: This is a high availablility and scalable load balancing service provided by AWS.
- AWS VPC: VPC is a virtual network built in the AWS Cloud similar to a network in a data center. It is isolated from other VPCs that are created in your account or other accounts. You can choose the Classless Inter-Domain Routing (CIDR) range of the VPC and can create instances with the IP address within that range. Virtual Routing and Forwarding (VRF) in conventional networking is equivalent to a VPC in AWS, whereas VLAN is synonymous to a subnet. You can isolate instances in separate VLANs or subnets.
The following figure gives the default VPC components which include Internet gateway, Virtual private gateway, Router, Route table, Subnet, Network ACL and Security group.

AWS VPC high level components
Source: http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/images/security-diagram.png
推薦閱讀
- Visual Basic .NET程序設(shè)計(第3版)
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Apache ZooKeeper Essentials
- Machine Learning with R Cookbook(Second Edition)
- 網(wǎng)頁設(shè)計與制作教程(HTML+CSS+JavaScript)(第2版)
- 軟件架構(gòu):Python語言實(shí)現(xiàn)
- Java程序設(shè)計:原理與范例
- Python Data Structures and Algorithms
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- 時空數(shù)據(jù)建模及其應(yīng)用
- SQL Server 入門很輕松(微課超值版)
- C陷阱與缺陷
- Java網(wǎng)絡(luò)編程實(shí)用精解
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Python算法交易實(shí)戰(zhàn)