0Pricing
AWS for Backend Developers (EC2, S3, RDS, Lambda) · レッスン

VPC、サブネット、ルートテーブル

AWS 上に分離された仮想ネットワークを設計・構成し、サブネットを定義してトラフィックを効果的にルーティングします。

「VPC、サブネット、ルートテーブル」はCoddyKit上の無料AWS for Backend Developers (EC2, S3, RDS, Lambda)レッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはAWS for Backend Developers (EC2, S3, RDS, Lambda)学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 AWS for Backend Developers (EC2, S3, RDS, Lambda)コースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

Your Private Cloud Network

Welcome to AWS Networking! Just like your home or office network, applications in the cloud need a way to communicate securely.

AWS provides a service called Virtual Private Cloud (VPC). It's your own isolated network space in the AWS cloud where you can launch resources like EC2 instances.

Understanding Your Virtual Private Cloud

A VPC is a logically isolated section of the AWS Cloud. Think of it as your own private data center, but virtual!

  • You define its IP address range (a CIDR block).
  • It's completely isolated from other AWS customers' VPCs.
  • You have full control over your virtual networking environment.

Setting Up Your VPC's Address Range

When you create a VPC, you assign it an IPv4 CIDR block. This is a range of private IP addresses that your resources within the VPC will use.

A common choice is a /16 CIDR block, like 10.0.0.0/16. This gives you over 65,000 private IP addresses to work with!

CIDR (Classless Inter-Domain Routing) is a standard for allocating IP addresses.

Default VPCs vs. Custom Ones

When you first create an AWS account, a Default VPC is automatically provisioned in each region. It's pre-configured to get you started quickly.

However, for most real-world applications, you'll want to create a Custom VPC. This gives you more control over your network topology, IP ranges, and security settings.

Dividing Your VPC with Subnets

A subnet is a range of IP addresses within your VPC. Think of them as smaller sections or segments of your private network.

You create subnets to organize your resources and enhance security. For example, you might have one subnet for web servers and another for databases.

Public and Private Subnets

Subnets can be either public or private:

  • Public Subnet: Resources in a public subnet can access the internet directly via an Internet Gateway.
  • Private Subnet: Resources in a private subnet cannot directly access the internet. They are typically used for databases or internal application servers that need more isolation.

Subnets Are AZ Specific

An important concept: each subnet you create must reside entirely within a single Availability Zone (AZ).

This means if you want your application to be highly available across multiple AZs, you'll need to create a separate subnet in each AZ you plan to use.

Guiding Traffic with Route Tables

A route table contains a set of rules, called routes, that determine where network traffic from your subnet or gateway is directed.

Each subnet in your VPC must be associated with a route table. This association dictates how traffic flows in and out of that subnet.

Understanding Routes & Gateways

Every route table has a 'local' route by default, allowing communication within the VPC.

To enable internet access for a public subnet, you add a route to an Internet Gateway (IGW). The IGW connects your VPC to the internet.

Private subnets often use a NAT Gateway or NAT instance to send outbound internet traffic while remaining unreachable from the internet.

Test Your Networking Knowledge

Let's check your understanding of VPCs and subnets.

VPC, Subnets, and Routes Recap

In this lesson, you learned about the core components of AWS networking:

  • VPC: Your isolated virtual network.
  • Subnets: Divisions within your VPC, residing in a single AZ, categorized as public or private.
  • Route Tables: Rules that direct traffic from your subnets.
  • Internet Gateway: Connects your public subnets to the internet.

Mastering these concepts is crucial for building robust and secure cloud architectures!

よくある質問

「VPC、サブネット、ルートテーブル」レッスンは無料ですか?

はい。「VPC、サブネット、ルートテーブル」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、AWS for Backend Developers (EC2, S3, RDS, Lambda)コースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 AWS for Backend Developers (EC2, S3, RDS, Lambda)コースには全4レッスンが含まれています。

「VPC、サブネット、ルートテーブル」で何を学びますか?

AWS 上に分離された仮想ネットワークを設計・構成し、サブネットを定義してトラフィックを効果的にルーティングします。 ブラウザで直接実行するハンズオンコードでAWS for Backend Developers (EC2, S3, RDS, Lambda)を演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

AWS for Backend Developers (EC2, S3, RDS, Lambda)を始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのAWS for Backend Developers (EC2, S3, RDS, Lambda)は初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。

「VPC、サブネット、ルートテーブル」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このAWS for Backend Developers (EC2, S3, RDS, Lambda)レッスンでコードを書いて実行できますか?

はい。すべてのAWS for Backend Developers (EC2, S3, RDS, Lambda)レッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. VPC、サブネット、ルートテーブル
  2. セキュリティグループと NACL
  3. IAM ロールとポリシー
  4. VPCエンドポイントとプライベート接続
← AWS for Backend Developers (EC2, S3, RDS, Lambda)に戻る