Amazon Virtual Private Cloud - User Guide PDF
Amazon Virtual Private Cloud - User Guide PDF
Amazon Virtual Private Cloud - User Guide PDF
User Guide
Amazon Virtual Private Cloud User Guide
Amazon Virtual Private Cloud User Guide
Table of Contents
What is Amazon VPC? .................................................................................................................. 1
Amazon VPC Concepts ......................................................................................................... 1
VPCs and Subnets ....................................................................................................... 1
Supported Platforms ...................................................................................................... 2
Default and Nondefault VPCs ......................................................................................... 2
Accessing the Internet ................................................................................................... 2
Accessing a Corporate or Home Network ......................................................................... 5
How to Get Started with Amazon VPC ..................................................................................... 6
Using Amazon VPC with Other AWS Services .......................................................................... 7
Accessing Amazon VPC ........................................................................................................ 7
Pricing for Amazon VPC ........................................................................................................ 8
Amazon VPC Limits .............................................................................................................. 8
PCI DSS Compliance ............................................................................................................ 8
Getting Started ............................................................................................................................. 9
Getting Started With Amazon VPC .......................................................................................... 9
Step 1: Create the VPC ............................................................................................... 10
Step 2: Create a Security Group ................................................................................... 13
Step 3: Launch an Instance into Your VPC ..................................................................... 15
Step 4: Assign an Elastic IP Address to Your Instance ...................................................... 17
Step 5: Clean Up ........................................................................................................ 19
Getting Started with IPv6 ...................................................................................................... 19
Step 1: Create the VPC ............................................................................................... 20
Step 2: Create a Security Group ................................................................................... 22
Step 3: Launch an Instance .......................................................................................... 23
Scenarios and Examples .............................................................................................................. 26
Scenario 1: VPC with a Single Public Subnet .......................................................................... 26
Overview .................................................................................................................... 27
Routing ...................................................................................................................... 29
Security ..................................................................................................................... 30
Implementing Scenario 1 .............................................................................................. 32
Scenario 2: VPC with Public and Private Subnets (NAT) ........................................................... 34
Overview .................................................................................................................... 34
Routing ...................................................................................................................... 37
Security ..................................................................................................................... 38
Implementing Scenario 2 .............................................................................................. 42
Implementing Scenario 2 with a NAT Instance ................................................................. 45
Scenario 3: VPC with Public and Private Subnets and Hardware VPN Access ............................... 46
Overview .................................................................................................................... 47
Routing ...................................................................................................................... 49
Security ..................................................................................................................... 51
Implementing Scenario 3 .............................................................................................. 54
Scenario 4: VPC with a Private Subnet Only and Hardware VPN Access ...................................... 58
Overview .................................................................................................................... 59
Routing ...................................................................................................................... 61
Security ..................................................................................................................... 61
Implementing Scenario 4 .............................................................................................. 62
Example: Create an IPv4 VPC and Subnets Using the AWS CLI ................................................ 64
Step 1: Create a VPC and Subnets ............................................................................... 65
Step 2: Make Your Subnet Public .................................................................................. 65
Step 3: Launch an Instance into Your Subnet .................................................................. 67
Step 4: Clean Up ........................................................................................................ 69
Example: Create an IPv6 VPC and Subnets Using the AWS CLI ................................................ 69
Step 1: Create a VPC and Subnets ............................................................................... 70
Step 2: Configure a Public Subnet ................................................................................. 71
Step 3: Configure an Egress-Only Private Subnet ............................................................ 73
iv
Amazon Virtual Private Cloud User Guide
v
Amazon Virtual Private Cloud User Guide
vi
Amazon Virtual Private Cloud User Guide
vii
Amazon Virtual Private Cloud User Guide
Amazon VPC Concepts
Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services (AWS)
resources into a virtual network that you've defined. This virtual network closely resembles a
traditional network that you'd operate in your own data center, with the benefits of using the scalable
infrastructure of AWS.
Topics
Amazon VPC Concepts (p. 1)
How to Get Started with Amazon VPC (p. 6)
Using Amazon VPC with Other AWS Services (p. 7)
Accessing Amazon VPC (p. 7)
Pricing for Amazon VPC (p. 8)
Amazon VPC Limits (p. 8)
PCI DSS Compliance (p. 8)
Amazon VPC is the networking layer for Amazon EC2. If you're new to Amazon EC2, see What is
Amazon EC2? in the Amazon EC2 User Guide for Linux Instances to get a brief overview.
1
Amazon Virtual Private Cloud User Guide
Supported Platforms
A subnet is a range of IP addresses in your VPC. You can launch AWS resources into a subnet that
you select. Use a public subnet for resources that must be connected to the Internet, and a private
subnet for resources that won't be connected to the Internet. For more information about public and
private subnets, see VPC and Subnet Basics (p. 79).
To protect the AWS resources in each subnet, you can use multiple layers of security, including
security groups and network access control lists (ACL). For more information, see Security (p. 117).
Supported Platforms
The original release of Amazon EC2 supported a single, flat network that's shared with other customers
called the EC2-Classic platform. Older AWS accounts still support this platform, and can launch
instances into either EC2-Classic or a VPC. Accounts created after 2013-12-04 support EC2-VPC
only. For more information, see Detecting Your Supported Platforms and Whether You Have a Default
VPC (p. 94).
By launching your instances into a VPC instead of EC2-Classic, you gain the ability to:
Assign static private IPv4 addresses to your instances that persist across starts and stops
Optionally associate an IPv6 CIDR block to your VPC and assign IPv6 addresses to your instances
Assign multiple IP addresses to your instances
Define network interfaces, and attach one or more network interfaces to your instances
Change security group membership for your instances while they're running
Control the outbound traffic from your instances (egress filtering) in addition to controlling the
inbound traffic to them (ingress filtering)
Add an additional layer of access control to your instances in the form of network access control lists
(ACL)
Run your instances on single-tenant hardware
Regardless of which platforms your account supports, you can create your own VPC, and configure it
as you need. This is known as a nondefault VPC. Subnets that you create in your nondefault VPC and
additional subnets that you create in your default VPC are called nondefault subnets.
Your default VPC includes an Internet gateway, and each default subnet is a public subnet. Each
instance that you launch into a default subnet has a private IPv4 address and a public IPv4 address.
These instances can communicate with the Internet through the Internet gateway. An Internet gateway
enables your instances to connect to the Internet through the Amazon EC2 network edge.
2
Amazon Virtual Private Cloud User Guide
Accessing the Internet
By default, each instance that you launch into a nondefault subnet has a private IPv4 address, but no
public IPv4 address, unless you specifically assign one at launch, or you modify the subnet's public IP
address attribute. These instances can communicate with each other, but can't access the Internet.
3
Amazon Virtual Private Cloud User Guide
Accessing the Internet
You can enable Internet access for an instance launched into a nondefault subnet by attaching an
Internet gateway to its VPC (if its VPC is not a default VPC) and associating an Elastic IP address with
the instance.
4
Amazon Virtual Private Cloud User Guide
Accessing a Corporate or Home Network
Alternatively, to allow an instance in your VPC to initiate outbound connections to the Internet but
prevent unsolicited inbound connections from the Internet, you can use a network address translation
(NAT) device for IPv4 traffic. NAT maps multiple private IPv4 addresses to a single public IPv4
address. A NAT device has an Elastic IP address and is connected to the Internet through an Internet
gateway. You can connect an instance in a private subnet to the Internet through the NAT device,
which routes traffic from the instance to the Internet gateway, and routes any responses to the
instance.
You can optionally associate an Amazon-provided IPv6 CIDR block with your VPC and assign IPv6
addresses to your instances. Instances can connect to the Internet over IPv6 through an Internet
gateway. Alternatively, instances can initiate outbound connections to the Internet over IPv6 using an
egress-only Internet gateway. For more information, see Egress-Only Internet Gateways (p. 202).
IPv6 traffic is separate to IPv4 traffic; your route tables must include separate routes for IPv6 traffic.
A VPN connection consists of a virtual private gateway attached to your VPC and a customer gateway
located in your data center. A virtual private gateway is the VPN concentrator on the Amazon side of
the VPN connection. A customer gateway is a physical device or software appliance on your side of the
VPN connection.
5
Amazon Virtual Private Cloud User Guide
How to Get Started with Amazon VPC
For more information, see Adding a Hardware Virtual Private Gateway to Your VPC (p. 250).
If you have a default VPC, and you want to get started launching instances into your VPC without
performing any additional configuration on your VPC, see Launching an EC2 Instance into Your Default
VPC (p. 95).
To learn about the basic scenarios for Amazon VPC, see Scenarios and Examples (p. 26). You can
configure your VPC and subnets in other ways to suit your needs.
The following table lists related resources that you'll find useful as you work with this service.
Resource Description
Amazon Virtual Private Cloud A whitepaper that provides an overview of the options for
Connectivity Options network connectivity.
6
Amazon Virtual Private Cloud User Guide
Using Amazon VPC with Other AWS Services
Resource Description
AWS Data Pipeline Launching Resources for Your Pipeline into a VPC
To get a detailed view of the VPCs, subnets, and other VPC resources in your account and their
relation to each other, you can use the AWS Config service. For more information, see What is AWS
Config? in the AWS Config Developer Guide.
If you prefer to use a command line interface, you have the following options:
7
Amazon Virtual Private Cloud User Guide
Pricing for Amazon VPC
Amazon VPC provides a Query API. These requests are HTTP or HTTPS requests that use the HTTP
verbs GET or POST and a Query parameter named Action. For more information about the API
actions for Amazon VPC, see Actions in the Amazon EC2 API Reference.
If you prefer to build applications using language-specific APIs instead of submitting a request over
HTTP or HTTPS, AWS provides libraries, sample code, tutorials, and other resources for software
developers. These libraries provide basic functions that automatically take care of tasks such as
cryptographically signing your requests, retrying requests, and handling error responses, so that it is
easier for you to get started. For more information about downloading the AWS SDKs, see AWS SDKs
and Tools.
8
Amazon Virtual Private Cloud User Guide
Getting Started With Amazon VPC
Getting Started
The following topics will help you set up a nondefault VPC quickly. If you already have a default VPC
and you want to get started launching instances into it (and not creating or configuring a new VPC),
see Launching an EC2 Instance into Your Default VPC.
If you want resources in your VPC to communicate over IPv6, you can set up a VPC with an
associated IPv6 CIDR block.
Topics
Getting Started With Amazon VPC (p. 9)
Getting Started with IPv6 for Amazon VPC (p. 19)
Create a nondefault VPC with a single public subnet. Subnets enable you to group instances based
on your security and operational needs. A public subnet is a subnet that has access to the Internet
through an Internet gateway.
Create a security group for your instance that allows traffic only through specific ports.
9
Amazon Virtual Private Cloud User Guide
Step 1: Create the VPC
Before you can use Amazon VPC for the first time, you must sign up for Amazon Web Services (AWS).
When you sign up, your AWS account is automatically signed up for all services in AWS, including
Amazon VPC. If you haven't created an AWS account already, go to http://aws.amazon.com, and then
choose Create a Free Account.
Note
This exercise assumes that your account supports the EC2-VPC platform only. If your account
also supports the older EC2-Classic platform, you can still follow the steps in this exercise;
however, you will not have a default VPC in your account to compare against your nondefault
VPC. For more information, see Supported Platforms.
Contents
Step 1: Create the VPC (p. 10)
Step 2: Create a Security Group (p. 13)
Step 3: Launch an Instance into Your VPC (p. 15)
Step 4: Assign an Elastic IP Address to Your Instance (p. 17)
Step 5: Clean Up (p. 19)
Creates a VPC with a /16 IPv4 CIDR block (a network with 65,536 private IP addresses). For more
information about CIDR notation and the sizing of a VPC, see Your VPC.
Attaches an Internet gateway to the VPC. For more information about Internet gateways, see
Internet Gateways.
Creates a size /24 IPv4 subnet (a range of 256 private IP addresses) in the VPC.
Creates a custom route table, and associates it with your subnet, so that traffic can flow between the
subnet and the Internet gateway. For more information about route tables, see Route Tables.
The following diagram represents the architecture of your VPC after you've completed this step.
10
Amazon Virtual Private Cloud User Guide
Step 1: Create the VPC
Note
This exercise covers the first scenario in the VPC wizard. For more information about the
other scenarios, see Scenarios for Amazon VPC.
11
Amazon Virtual Private Cloud User Guide
Step 1: Create the VPC
Note
Do not choose Your VPCs in the navigation pane; you cannot access the VPC wizard
from this page.
4. Choose the first option, VPC with a Single Public Subnet, and then choose Select.
5. On the configuration page, enter a name for your VPC in the VPC name field; for example, my-
vpc, and enter a name for your subnet in the Subnet name field. This helps you to identify the
VPC and subnet in the Amazon VPC console after you've created them. For this exercise, you can
leave the rest of the configuration settings on the page, and choose Create VPC.
(Optional) If you prefer, you can modify the configuration settings as follows, and then choose
Create VPC.
The IPv4 CIDR block displays the IPv4 address range that you'll use for your VPC
(10.0.0.0/16), and the Public subnet's IPv4 CIDR field displays the IPv4 address range
you'll use for the subnet (10.0.0.0/24). If you don't want to use the default CIDR ranges, you
can specify your own. For more information, see VPC and Subnet Sizing.
The Availability Zone list enables you to select the Availability Zone in which to create the
subnet. You can leave No Preference to let AWS choose an Availability Zone for you. For more
information, see Regions and Availability Zones.
In the Service endpoints section, you can select a subnet in which to create a VPC endpoint to
Amazon S3 in the same region. For more information, see VPC Endpoints.
The Enable DNS hostnames option, when set to Yes, ensures that instances that are launched
into your VPC receive a DNS hostname. For more information, see Using DNS with Your VPC.
The Hardware tenancy option enables you to select whether instances launched into your VPC
are run on shared or dedicated hardware. Selecting a dedicated tenancy incurs additional costs.
For more information about hardware tenancy, see Dedicated Instances in the Amazon EC2
User Guide for Linux Instances.
6. A status window shows the work in progress. When the work completes, choose OK to close the
status window.
7. The Your VPCs page displays your default VPC and the VPC that you just created. The VPC that
you created is a nondefault VPC, therefore the Default VPC column displays No.
12
Amazon Virtual Private Cloud User Guide
Step 2: Create a Security Group
2. In the navigation pane, choose Your VPCs. Take note of the name and the ID of the VPC that
you created (look in the Name and VPC ID columns). You will use this information to identify the
components that are associated with your VPC.
3. In the navigation pane, choose Subnets. The console displays the subnet that was created when
you created your VPC. You can identify the subnet by its name in Name column, or you can use
the VPC information that you obtained in the previous step and look in the VPC column.
4. In the navigation pane, choose Internet Gateways. You can find the Internet gateway that's
attached to your VPC by looking at the VPC column, which displays the ID and the name (if
applicable) of the VPC.
5. In the navigation pane, choose Route Tables. There are two route tables associated with the
VPC. Select the custom route table (the Main column displays No), and then choose the Routes
tab to display the route information in the details pane:
The first row in the table is the local route, which enables instances within the VPC to
communicate. This route is present in every route table by default, and you can't remove it.
The second row shows the route that the Amazon VPC wizard added to enable traffic destined
for an IPv4 address outside the VPC (0.0.0.0/0) to flow from the subnet to the Internet
gateway.
6. Select the main route table. The main route table has a local route, but no other routes.
Your VPC comes with a default security group. Any instance not associated with another security
group during launch is associated with the default security group. In this exercise, you'll create a new
security group, WebServerSG, and specify this security group when you launch an instance into your
VPC.
Topics
Rules for the WebServerSG Security Group (p. 13)
Creating Your WebServerSG Security Group (p. 14)
Inbound
13
Amazon Virtual Private Cloud User Guide
Step 2: Create a Security Group
Public IPv4 TCP 3389 Allows inbound RDP access from your
address range home network to a Windows instance.
of your home
network
Outbound
a. Select HTTP from the Type list, and enter 0.0.0.0/0 in the Source field.
b. Choose Add another rule, then select HTTPS from the Type list, and enter 0.0.0.0/0 in
the Source field.
c. Choose Add another rule. If you're launching a Linux instance, select SSH from the Type
list, or if you're launching a Windows instance, select RDP from the Type list. Enter your
network's public IP address range in the Source field. If you don't know this address range,
you can use 0.0.0.0/0 for this exercise.
Caution
If you use 0.0.0.0/0, you enable all IP addresses to access your instance using
SSH or RDP. This is acceptable for the short exercise, but it's unsafe for production
environments. In production, you'll authorize only a specific IP address or range of
addresses to access your instance.
14
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance into Your VPC
The following diagram represents the architecture of your VPC after you've completed this step.
15
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance into Your VPC
16
Amazon Virtual Private Cloud User Guide
Step 4: Assign an Elastic IP Address to Your Instance
8. On the Configure Security Group page, the wizard automatically defines the launch-wizard-x
security group to allow you to connect to your instance. Instead, choose the Select an existing
security group option, select the WebServerSG group that you created previously, and then
choose Review and Launch.
9. On the Review Instance Launch page, check the details of your instance, and then choose
Launch.
10. In the Select an existing key pair or create a new key pair dialog box, you can choose an
existing key pair, or create a new one. If you create a new key pair, ensure that you download the
file and store it in a secure location. You'll need the contents of the private key to connect to your
instance after it's launched.
To launch your instance, select the acknowledgment check box, and then choose Launch
Instances.
11. On the confirmation page, choose View Instances to view your instance on the Instances page.
Select your instance, and view its details in the Description tab. The Private IPs field displays the
private IP address that's assigned to your instance from the range of IP addresses in your subnet.
For more information about the options available in the Amazon EC2 launch wizard, see Launching an
Instance in the Amazon EC2 User Guide for Linux Instances.
The following diagram represents the architecture of your VPC after you've completed this step.
17
Amazon Virtual Private Cloud User Guide
Step 4: Assign an Elastic IP Address to Your Instance
Your instance is now accessible from the Internet. You can connect to your instance through its Elastic
IP address using SSH or Remote Desktop from your home network. For more information about how
to connect to a Linux instance, see Connecting to Your Linux Instance in the Amazon EC2 User Guide
for Linux Instances. For more information about how to connect to a Windows instance, see Connect to
Your Windows Instance Using RDP in the Amazon EC2 User Guide for Windows Instances.
18
Amazon Virtual Private Cloud User Guide
Step 5: Clean Up
This completes the exercise; you can choose to continue using your instance in your VPC, or if you
do not need the instance, you can terminate it and release its Elastic IP address to avoid incurring
charges for them. You can also delete your VPC note that you are not charged for the VPC and
VPC components created in this exercise (such as the subnets and route tables).
Step 5: Clean Up
Before you can delete a VPC, you must terminate any instances that are running in the VPC. If you
delete a VPC using the VPC console, it also deletes resources that are associated with the VPC, such
as subnets, security groups, network ACLs, DHCP options sets, route tables, and Internet gateways.
To terminate your instance, release your Elastic IP address, and delete your VPC
Create a nondefault VPC with an IPv6 CIDR block and a single public subnet. Subnets enable you to
group instances based on your security and operational needs. A public subnet is a subnet that has
access to the Internet through an Internet gateway.
Create a security group for your instance that allows traffic only through specific ports.
Launch an Amazon EC2 instance into your subnet, and associate an IPv6 address with
your instance during launch. An IPv6 address is globally unique, and allows your instance to
communicate with the Internet.
For more information about IPv4 and IPv6 addressing, see IP Addressing in Your VPC.
Before you can use Amazon VPC for the first time, you must sign up for Amazon Web Services (AWS).
When you sign up, your AWS account is automatically signed up for all services in AWS, including
Amazon VPC. If you haven't created an AWS account already, go to http://aws.amazon.com and
choose Create a Free Account.
Contents
Step 1: Create the VPC (p. 20)
19
Amazon Virtual Private Cloud User Guide
Step 1: Create the VPC
Creates a VPC with a /16 IPv4 CIDR block and associates a /56 IPv6 CIDR block with the VPC. For
more information, see Your VPC. The size of the IPv6 CIDR block is fixed (/56) and the range of
IPv6 addresses is automatically allocated from Amazon's pool of IPv6 addresses (you cannot select
the range yourself).
Attaches an Internet gateway to the VPC. For more information about Internet gateways, see
Internet Gateways.
Creates a subnet with an /24 IPv4 CIDR block and a /64 IPv6 CIDR block in the VPC. The size of the
IPv6 CIDR block is fixed (/64).
Creates a custom route table, and associates it with your subnet, so that traffic can flow between the
subnet and the Internet gateway. For more information about route tables, see Route Tables.
The following diagram represents the architecture of your VPC after you've completed this step.
Note
This exercise covers the first scenario in the VPC wizard. For more information about the
other scenarios, see Scenarios for Amazon VPC.
20
Amazon Virtual Private Cloud User Guide
Step 1: Create the VPC
Note
Do not choose Your VPCs in the navigation pane; you cannot access the VPC wizard
from this page.
4. Choose the first option, VPC with a Single Public Subnet, and choose Select.
5. On the configuration page, enter a name for your VPC for VPC name; for example, my-vpc, and
enter a name for your subnet for Subnet name. This helps you to identify the VPC and subnet in
the Amazon VPC console after you've created them.
6. For IPv4 CIDR block, you can leave the default setting (10.0.0.0/16), or specify your own. For
more information, see VPC Sizing.
21
Amazon Virtual Private Cloud User Guide
Step 2: Create a Security Group
4. In the navigation pane, choose Internet Gateways. You can find the Internet gateway that's
attached to your VPC by looking at the VPC column, which displays the ID and the name (if
applicable) of the VPC.
5. In the navigation pane, choose Route Tables. There are two route tables associated with the
VPC. Select the custom route table (the Main column displays No), and then choose the Routes
tab to display the route information in the details pane:
The first two rows in the table are the local routes, which enable instances within the VPC to
communicate over IPv4 and IPv6. You can't remove these routes.
The next row shows the route that the Amazon VPC wizard added to enable traffic destined for
an IPv4 address outside the VPC (0.0.0.0/0) to flow from the subnet to the Internet gateway.
The next row shows the route that enables traffic destined for an IPv6 address outside the VPC
(::/0) to flow from the subnet to the Internet gateway.
6. Select the main route table. The main route table has a local route, but no other routes.
Your VPC comes with a default security group. Any instance not associated with another security
group during launch is associated with the default security group. In this exercise, you create a new
security group, WebServerSG, and specify this security group when you launch an instance into your
VPC.
Topics
Rules for the WebServerSG Security Group (p. 22)
Creating Your WebServerSG Security Group (p. 23)
Inbound
IPv6 address TCP 22 or 3389 Allows inbound SSH access (port 22)
range of your from the range of IPv6 addresses in
home network your home network to a Linux/UNIX
instance. If your instance is a Windows
instance, you need a rule that allows
RDP access (port 3389).
Outbound
22
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance
Note
If you want to use your web server instance for IPv4 traffic too, you must add rules that enable
access over IPv4; in this case, HTTP and HTTPS traffic from all IPv4 addresses (0.0.0.0/0)
and SSH/RDP access from the IPv4 address range of your home network.
a. For Type, choose HTTP and enter ::/0 in the Source field.
b. Choose Add another rule, For Type, choose HTTPS, and then enter ::/0 in the Source
field.
c. Choose Add another rule. If you're launching a Linux instance, choose SSH for Type, or if
you're launching a Windows instance, choose RDP. Enter your network's public IPv6 address
range in the Source field. If you don't know this address range, you can use ::/0 for this
exercise.
Caution
If you use ::/0, you enable all IPv6 addresses to access your instance using SSH
or RDP. This is acceptable for the short exercise, but it's unsafe for production
environments. In production, authorize only a specific IP address or range of
addresses to access your instance.
23
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance
To ensure that your instance is accessible from the Internet, assign an IPv6 address from the subnet
range to the instance during launch. This ensures that your instance can communicate with the Internet
over IPv6.
The following diagram represents the architecture of your VPC after you've completed this step.
24
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance
9. On the Add Tags page, you can tag your instance with a Name tag; for example
Name=MyWebServer. This helps you to identify your instance in the Amazon EC2 console after
you've launched it. Choose Next: Configure Security Group when you are done.
10. On the Configure Security Group page, the wizard automatically defines the launch-wizard-x
security group to allow you to connect to your instance. Instead, choose the Select an existing
security group option, select the WebServerSG group that you created previously, and then
choose Review and Launch.
11. On the Review Instance Launch page, check the details of your instance and choose Launch.
12. In the Select an existing key pair or create a new key pair dialog box, you can choose an
existing key pair, or create a new one. If you create a new key pair, ensure that you download the
file and store it in a secure location. You need the contents of the private key to connect to your
instance after it's launched.
To launch your instance, select the acknowledgment check box and choose Launch Instances.
13. On the confirmation page, choose View Instances to view your instance on the Instances page.
Select your instance, and view its details in the Description tab. The Private IPs field displays
the private IPv4 address that's assigned to your instance from the range of IPv4 addresses in your
subnet. The IPv6 IPs field displays the IPv6 address that's assigned to your instance from the
range of IPv6 addresses in your subnet.
For more information about the options available in the Amazon EC2 launch wizard, see Launching an
Instance in the Amazon EC2 User Guide for Linux Instances.
You can connect to your instance through its IPv6 address using SSH or Remote Desktop from your
home network. For more information about how to connect to a Linux instance, see Connecting to Your
Linux Instance in the Amazon EC2 User Guide for Linux Instances. For more information about how
to connect to a Windows instance, see Connect to Your Windows Instance Using RDP in the Amazon
EC2 User Guide for Windows Instances.
Note
If you also want your instance to be accessible via an IPv4 address over the Internet, SSH, or
RDP, you must associate an Elastic IP address (a static public IPv4 address) to your instance,
and you must adjust your security group rules to allow access over IPv4. To do this, see the
steps in Getting Started (p. 9).
25
Amazon Virtual Private Cloud User Guide
Scenario 1: VPC with a Single Public Subnet
This section has examples for creating and configuring a VPC, including scenarios for how to use the
VPC wizard in the Amazon VPC console.
Scenario Usage
Scenario 1: VPC with a Single Use the VPC wizard to create a VPC for running a single-tier,
Public Subnet (p. 26) public-facing web application such as a blog or simple web site.
Scenario 2: VPC with Use the VPC wizard to create a VPC for running a public-facing
Public and Private Subnets web application, while still maintaining non-publicly accessible
(NAT) (p. 34) back-end servers in a second subnet.
Scenario 3: VPC with Use the VPC wizard to create a VPC for extending your data
Public and Private Subnets center into the cloud, and also directly access the Internet from
and Hardware VPN your VPC.
Access (p. 46)
Scenario 4: VPC with a Private Use the VPC wizard to create a VPC for extending your data
Subnet Only and Hardware center into the cloud, and leverage Amazon's infrastructure without
VPN Access (p. 58) exposing your network to the Internet.
Example: Create an IPv4 VPC Use the AWS CLI to create a VPC and and a public and private
and Subnets Using the AWS subnet.
CLI (p. 64)
Example: Create an IPv6 VPC Use the AWS CLI to create a VPC with an associated IPv6 CIDR
and Subnets Using the AWS block, and a public and private subnet each with an associated
CLI (p. 69) IPv6 CIDR block.
26
Amazon Virtual Private Cloud User Guide
Overview
This topic assumes that you'll use the VPC wizard in the Amazon VPC console to create the VPC.
This scenario can also be optionally configured for IPv6you can use the VPC wizard to create a VPC
and subnet with associated IPv6 CIDR blocks. Instances launched into the public subnet can receive
IPv6 addresses, and communicate using IPv6. For more information about IPv4 and IPv6 addressing,
see IP Addressing in Your VPC (p. 97).
Topics
Overview (p. 27)
Routing (p. 29)
Security (p. 30)
Implementing Scenario 1 (p. 32)
Overview
The following diagram shows the key components of the configuration for this scenario.
Note
If you completed the exercise Getting Started (p. 9), then you've already implemented this
scenario using the VPC wizard in the Amazon VPC console.
27
Amazon Virtual Private Cloud User Guide
Overview
A virtual private cloud (VPC) with a size /16 IPv4 CIDR block (example: 10.0.0.0/16). This provides
65,536 private IPv4 addresses.
A subnet with a size /24 IPv4 CIDR block (example: 10.0.0.0/24). This provides 256 private IPv4
addresses.
An Internet gateway. This connects the VPC to the Internet and to other AWS services.
An instance with a private IPv4 address in the subnet range (example: 10.0.0.6), which enables the
instance to communicate with other instances in the VPC, and an Elastic IPv4 address (example:
198.51.100.2), which is a public IPv4 address that enables the instance to be reached from the
Internet.
A custom route table associated with the subnet. The route table entries enable instances in the
subnet to use IPv4 to communicate with other instances in the VPC, and to communicate directly
over the Internet. A subnet that's associated with a route table that has a route to an Internet
gateway is known as a public subnet.
For more information about subnets, see VPCs and Subnets (p. 79). For more information about
Internet gateways, see Internet Gateways (p. 196).
A size /56 IPv6 CIDR block associated with the VPC (example: 2001:db8:1234:1a00::/56). Amazon
automatically assigns the CIDR; you cannot choose the range yourself.
A size /64 IPv6 CIDR block associated with the public subnet (example: 2001:db8:1234:1a00::/64).
You can choose the range for your subnet from the range allocated to the VPC. You cannot choose
the size of the subnet IPv6 CIDR block.
An IPv6 address assigned to the instance from the subnet range (example:
2001:db8:1234:1a00::123).
Route table entries in the custom route table that enable instances in the VPC to use IPv6 to
communicate with each other, and directly over the Internet.
28
Amazon Virtual Private Cloud User Guide
Routing
Routing
Your VPC has an implied router (shown in the configuration diagram above). In this scenario, the VPC
wizard creates a custom route table that routes all traffic destined for an address outside the VPC to
the Internet gateway, and associates this route table with the subnet.
The following table shows the route table for the example in the configuration diagram above. The first
entry is the default entry for local IPv4 routing in the VPC; this entry enables the instances in this VPC
to communicate with each other. The second entry routes all other IPv4 subnet traffic to the Internet
gateway (for example, igw-1a2b3c4d).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 igw-id
29
Amazon Virtual Private Cloud User Guide
Security
added for local routing in the VPC over IPv6. The fourth entry routes all other IPv6 subnet traffic to the
Internet gateway.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 igw-id
::/0 igw-id
Security
AWS provides two features that you can use to increase security in your VPC: security groups and
network ACLs. Security groups control inbound and outbound traffic for your instances, and network
ACLs control inbound and outbound traffic for your subnets. In most cases, security groups can meet
your needs; however, you can also use network ACLs if you want an additional layer of security for
your VPC. For more information, see Security (p. 117).
For this scenario, you use a security group but not a network ACL. If you'd like to use a network ACL,
see Recommended Rules for Scenario 1 (p. 141).
Your VPC comes with a default security group (p. 120). An instance that's launched into the VPC
is automatically associated with the default security group if you don't specify a different security
group during launch. You can add rules to the default security group, but the rules may not be suitable
for other instances that you launch into the VPC. Instead, we recommend that you create a custom
security group for your web server.
For this scenario, create a security group named WebServerSG. When you create a security group,
it has a single outbound rule that allows all traffic to leave the instances. You must modify the rules to
enable inbound traffic and restrict the outbound traffic as needed. You specify this security group when
you launch instances into the VPC.
The following are the inbound and outbound rules for IPv4 traffic for the WebServerSG security group.
Inbound
30
Amazon Virtual Private Cloud User Guide
Security
Public IPv4 address range of TCP 3389 (Windows instances) Allow inbound
your network RDP access from your network over
IPv4.
The security group ID (sg- All All (Optional) Allow inbound traffic
xxxxxxxx) from other instances associated
with this security group. This rule is
automatically added to the default
security group for the VPC; for any
custom security group you create,
you must manually add the rule to
allow this type of communication.
Outbound (Optional)
The following are the IPv6-specific rules for the WebServerSG security group (which are in addition to
the rules listed above).
Inbound
IPv6 address range of your TCP 22 (Linux instances) Allow inbound SSH
network access over IPv6 from your network.
IPv6 address range of your TCP 3389 (Windows instances) Allow inbound
network RDP access over IPv6 from your
network
Outbound (Optional)
31
Amazon Virtual Private Cloud User Guide
Implementing Scenario 1
Implementing Scenario 1
To implement scenario 1, create a VPC using the VPC wizard, create and configure the WebServerSG
security group, and then launch an instance into your VPC.
These procedures include optional steps for enabling and configuring IPv6 communication for your
VPC. You do not have to perform these steps if you do not want to use IPv6 in your VPC.
To create a VPC
Select HTTP from the Type list, and enter 0.0.0.0/0 in the Source field.
Choose Add another rule, then select HTTPS from the Type list, and enter 0.0.0.0/0 in the
Source field.
Choose Add another rule, then select SSH (for Linux) or RDP (for Windows) from the Type list.
Enter your network's public IP address range in the Source field. (If you don't know this address
range, you can use 0.0.0.0/0 for testing purposes; in production, you authorize only a specific
IP address or range of addresses to access your instance.)
(Optional) Choose Add another rule, then select ALL traffic from the Type list. In the Source
field, enter the ID of the WebServerSG security group.
(Optional, IPv6-only) Choose Add another rule, select HTTP from the Type list, and enter ::/0
in the Source field.
(Optional, IPv6-only) Choose Add another rule, select HTTPS from the Type list, and enter
::/0 in the Source field.
32
Amazon Virtual Private Cloud User Guide
Implementing Scenario 1
(Optional, IPv6-only) Choose Add another rule, select SSH (for Linux) or RDP (for Windows)
from the Type list. Enter your network's IPv6 address range in the Source field. (If you don't
know this address range, you can use ::/0 for testing purposes; in production, you authorize
only a specific IPv6 address or range of addresses to access your instance.)
7. Choose Save.
8. (Optional) On the Outbound Rules tab, choose Edit. Locate the default rule that enables all
outbound traffic, choose Remove, and then choose Save.
You can now connect to your instances in the VPC. For information about how to connect to a Linux
instance, see Connect to Your Linux Instance in the Amazon EC2 User Guide for Linux Instances. For
33
Amazon Virtual Private Cloud User Guide
Scenario 2: VPC with Public and Private Subnets (NAT)
information about how to connect to a Windows instance, see Connect to Your Windows Instance in
the Amazon EC2 User Guide for Windows Instances.
The instances in the public subnet can send outbound traffic directly to the Internet, whereas the
instances in the private subnet can't. Instead, the instances in the private subnet can access the
Internet by using a network address translation (NAT) gateway that resides in the public subnet. The
database servers can connect to the Internet for software updates using the NAT gateway, but the
Internet cannot establish connections to the database servers.
Note
You can also use the VPC wizard to configure a VPC with a NAT instance; however,
we recommend that you use a NAT gateway. For more information, see NAT
Gateways (p. 205).
This topic assumes that you'll use the VPC wizard in the Amazon VPC console to create the VPC and
NAT gateway.
This scenario can also be optionally configured for IPv6you can use the VPC wizard to create a
VPC and subnets with associated IPv6 CIDR blocks. Instances launched into the subnets can receive
IPv6 addresses, and communicate using IPv6. Instances in the private subnet can use an egress-only
Internet gateway to connect to the Internet over IPv6, but the Internet cannot establish connections
to the private instances over IPv6. For more information about IPv4 and IPv6 addressing, see IP
Addressing in Your VPC (p. 97).
Topics
Overview (p. 34)
Routing (p. 37)
Security (p. 38)
Implementing Scenario 2 (p. 42)
Implementing Scenario 2 with a NAT Instance (p. 45)
Overview
The following diagram shows the key components of the configuration for this scenario.
34
Amazon Virtual Private Cloud User Guide
Overview
A VPC with a size /16 IPv4 CIDR block (example: 10.0.0.0/16). This provides 65,536 private IPv4
addresses.
A public subnet with a size /24 IPv4 CIDR block (example: 10.0.0.0/24). This provides 256 private
IPv4 addresses. A public subnet is a subnet that's associated with a route table that has a route to
an Internet gateway.
A private subnet with a size /24 IPv4 CIDR block (example: 10.0.1.0/24). This provides 256 private
IPv4 addresses.
An Internet gateway. This connects the VPC to the Internet and to other AWS services.
Instances with private IPv4 addresses in the subnet range (examples: 10.0.0.5, 10.0.1.5). This
enables them to communicate with each other and other instances in the VPC.
Instances in the public subnet with Elastic IPv4 addresses (example: 198.51.100.1), which are public
IPv4 addresses that enable them to be reached from the Internet. The instances can have public IP
addresses assigned at launch instead of Elastic IP addresses. Instances in the private subnet are
back-end servers that don't need to accept incoming traffic from the Internet and therefore do not
have public IP addresses; however, they can send requests to the Internet using the NAT gateway
(see the next bullet).
A NAT gateway with its own Elastic IPv4 address. This enables instances in the private subnet to
send requests to the Internet over IPv4 (for example, for software updates).
A custom route table associated with the public subnet. This route table contains an entry that
enables instances in the subnet to communicate with other instances in the VPC over IPv4, and an
entry that enables instances in the subnet to communicate directly with the Internet over IPv4.
35
Amazon Virtual Private Cloud User Guide
Overview
The main route table associated with the private subnet. The route table contains an entry that
enables instances in the subnet to communicate with other instances in the VPC over IPv4, and
an entry that enables instances in the subnet to communicate with the Internet through the NAT
gateway over IPv4.
For more information about subnets, see VPCs and Subnets (p. 79). For more information about
Internet gateways, see Internet Gateways (p. 196). For more information about NAT gateways, see
NAT Gateways (p. 205).
A size /56 IPv6 CIDR block associated with the VPC (example: 2001:db8:1234:1a00::/56). Amazon
automatically assigns the CIDR; you cannot choose the range yourself.
A size /64 IPv6 CIDR block associated with the public subnet (example: 2001:db8:1234:1a00::/64).
You can choose the range for your subnet from the range allocated to the VPC. You cannot choose
the size of the VPC IPv6 CIDR block.
A size /64 IPv6 CIDR block associated with the private subnet (example: 2001:db8:1234:1a01::/64).
You can choose the range for your subnet from the range allocated to the VPC. You cannot choose
the size of the subnet IPv6 CIDR block.
IPv6 addresses assigned to the instances from the subnet range (example:
2001:db8:1234:1a00::1a).
An egress-only Internet gateway. This enables instances in the private subnet to send requests
to the Internet over IPv6 (for example, for software updates). An egress-only Internet gateway is
necessary if you want instances in the private subnet to be able to initiate communication with the
Internet over IPv6. For more information, see Egress-Only Internet Gateways (p. 202).
Route table entries in the custom route table that enable instances in the public subnet to use IPv6 to
communicate with each other, and directly over the Internet.
Route table entries in the main route table that enable instances in the private subnet to use IPv6 to
communicate with each other, and to communicate with the Internet through an egress-only Internet
gateway.
36
Amazon Virtual Private Cloud User Guide
Routing
Routing
In this scenario, the VPC wizard updates the main route table used with the private subnet, and creates
a custom route table and associates it with the public subnet.
In this scenario, all traffic from each subnet that is bound for AWS (for example, to the Amazon EC2
or Amazon S3 endpoints) goes over the Internet gateway. The database servers in the private subnet
can't receive traffic from the Internet directly because they don't have Elastic IP addresses. However,
the database servers can send and receive Internet traffic through the NAT device in the public subnet.
Any additional subnets that you create use the main route table by default, which means that they are
private subnets by default. If you want to make a subnet public, you can always change the route table
that it's associated with.
The following tables describe the route tables for this scenario.
The first entry is the default entry for local routing in the VPC; this entry enables the instances in the
VPC to communicate with each other. The second entry sends all other subnet traffic to the NAT
gateway (for example, nat-12345678901234567).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 nat-gateway-id
37
Amazon Virtual Private Cloud User Guide
Security
The first entry is the default entry for local routing in the VPC; this entry enables the instances in this
VPC to communicate with each other. The second entry routes all other subnet traffic to the Internet
over the Internet gateway (for example, igw-1a2b3d4d).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 igw-id
The second entry is the default route that's automatically added for local routing in the VPC over IPv6.
The fourth entry routes all other IPv6 subnet traffic to the egress-only Internet gateway.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 nat-gateway-id
::/0 egress-only-igw-id
The second entry is the default route that's automatically added for local routing in the VPC over IPv6.
The fourth entry routes all other IPv6 subnet traffic to the Internet gateway.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 igw-id
::/0 igw-id
Security
AWS provides two features that you can use to increase security in your VPC: security groups and
network ACLs. Security groups control inbound and outbound traffic for your instances, and network
ACLs control inbound and outbound traffic for your subnets. In most cases, security groups can meet
your needs; however, you can also use network ACLs if you want an additional layer of security for
your VPC. For more information, see Security (p. 117).
38
Amazon Virtual Private Cloud User Guide
Security
For scenario 2, you'll use security groups but not network ACLs. If you'd like to use a network ACL, see
Recommended Rules for Scenario 2 (p. 143).
Your VPC comes with a default security group (p. 120). An instance that's launched into the VPC is
automatically associated with the default security group if you don't specify a different security group
during launch. For this scenario, we recommend that you create the following security groups instead
of using the default security group:
WebServerSG: Specify this security group when you launch the web servers in the public subnet.
DBServerSG: Specify this security group when you launch the database servers in the private
subnet.
The instances assigned to a security group can be in different subnets. However, in this scenario, each
security group corresponds to the type of role an instance plays, and each role requires the instance to
be in a particular subnet. Therefore, in this scenario, all instances assigned to a security group are in
the same subnet.
The following table describes the recommended rules for the WebServerSG security group, which
allow the web servers to receive Internet traffic, as well as SSH and RDP traffic from your network. The
web servers can also initiate read and write requests to the database servers in the private subnet,
and send traffic to the Internet; for example, to get software updates. Because the web server doesn't
initiate any other outbound communication, the default outbound rule is removed.
Note
These recommendations include both SSH and RDP access, and both Microsoft SQL Server
and MySQL access. For your situation, you might only need rules for Linux (SSH and MySQL)
or Windows (RDP and Microsoft SQL Server).
Inbound
Your home network's public TCP 22 Allow inbound SSH access to Linux
IPv4 address range instances from your home network
(over the Internet gateway). You can
get the public IPv4 address of your
local computer using a service such
as http://checkip.amazonaws.com. If
you are connecting through an ISP
or from behind your firewall without
a static IP address, you need to find
out the range of IP addresses used
by client computers.
Your home network's public TCP 3389 Allow inbound RDP access to
IPv4 address range Windows instances from your home
network (over the Internet gateway).
Outbound
39
Amazon Virtual Private Cloud User Guide
Security
The following table describes the recommended rules for the DBServerSG security group, which allow
read or write database requests from the web servers. The database servers can also initiate traffic
bound for the Internet (the route table sends that traffic to the NAT gateway, which then forwards it to
the Internet over the Internet gateway).
Inbound
Outbound
(Optional) The default security group for a VPC has rules that automatically allow assigned instances
to communicate with each other. To allow that type of communication for a custom security group, you
must add the following rules:
Inbound
40
Amazon Virtual Private Cloud User Guide
Security
The ID of the security group All All Allow inbound traffic from other
instances assigned to this security
group.
Outbound
The ID of the security group All All Allow outbound traffic to other
instances assigned to this security
group.
The following are the IPv6-specific rules for the WebServerSG security group (which are in addition to
the rules listed above).
Inbound
IPv6 address range of your TCP 22 (Linux instances) Allow inbound SSH
network access over IPv6 from your network.
IPv6 address range of your TCP 3389 (Windows instances) Allow inbound
network RDP access over IPv6 from your
network
Outbound
The following are the IPv6-specific rules for the DBServerSG security group (which are in addition to
the rules listed above).
Outbound
41
Amazon Virtual Private Cloud User Guide
Implementing Scenario 2
Implementing Scenario 2
You can use the VPC wizard to create the VPC, subnets, NAT gateway, and optionally, an egress-
only Internet gateway. You must specify an Elastic IP address for your NAT gateway; if you don't have
one, you must first allocate one to your account. If you want to use an existing Elastic IP address,
ensure that it's not currently associated with another instance or network interface. The NAT gateway is
automatically created in the public subnet of your VPC.
These procedures include optional steps for enabling and configuring IPv6 communication for your
VPC. You do not have to perform these steps if you do not want to use IPv6 in your VPC.
To create a VPC
Because the WebServerSG and DBServerSG security groups reference each other, create all the
security groups required for this scenario before you add rules to them.
42
Amazon Virtual Private Cloud User Guide
Implementing Scenario 2
3. Specify WebServerSG as the name of the security group, and provide a description. For VPC,
select the ID of the VPC you created and choose Yes, Create.
4. Choose Create Security Group again.
5. Specify DBServerSG as the name of the security group, and provide a description. For VPC,
select the ID of your VPC and choose Yes, Create.
1. Select the WebServerSG security group that you created. The details pane displays the details for
the security group, plus tabs for working with its inbound and outbound rules.
2. On the Inbound Rules tab, choose Edit and add rules for inbound traffic as follows:
a. Locate the default rule that enables all outbound traffic and choose Remove.
b. Choose Type, MS SQL. For Destination, specify the ID of the DBServerSG security group.
c. Choose Add another rule, Type, MySQL. For Destination, specify the ID of the
DBServerSG security group.
d. Choose Add another rule, Type, HTTPS. For Destination, enter 0.0.0.0/0.
e. Choose Add another rule, Type, HTTP. For Destination, enter 0.0.0.0/0.
f. (Optional, IPv6-only) Choose Add another rule, Type, HTTPS. For Destination, enter ::/0.
g. (Optional, IPv6-only) Choose Add another rule, Type, HTTP. For Destination, enter ::/0.
h. Choose Save.
1. Select the DBServerSG security group that you created. The details pane displays the details for
the security group, plus tabs for working with its inbound and outbound rules.
2. On the Inbound Rules tab, choose Edit and add rules for inbound traffic as follows:
a. Choose Type, MS SQL. For Source, specify the ID of your WebServerSG security group.
b. Choose Add another rule, Type, MYSQL. For Source, specify the ID of your WebServerSG
security group.
c. Choose Save.
3. On the Outbound Rules tab, choose Edit and add rules for outbound traffic as follows:
a. Locate the default rule that enables all outbound traffic and choose Remove.
b. Choose Type, HTTP. For Destination, enter 0.0.0.0/0.
c. Choose Add another rule, Type, HTTPS. For Destination, enter 0.0.0.0/0.
d. (Optional, IPv6-only) Choose Add another rule, Type, HTTP. For Destination, enter ::/0.
43
Amazon Virtual Private Cloud User Guide
Implementing Scenario 2
e. (Optional, IPv6-only) Choose Add another rule, Type, HTTPS. For Destination, enter ::/0.
f. Choose Save.
If you did not assign a public IPv4 address to your instance in the public subnet in step 5, you will not
be able to connect to it. Before you can access an instance in your public subnet, you must assign it an
Elastic IP address.
44
Amazon Virtual Private Cloud User Guide
Implementing Scenario 2 with a NAT Instance
You can now connect to your instances in the VPC. For information about how to connect to a Linux
instance, see Connect to Your Linux Instance in the Amazon EC2 User Guide for Linux Instances. For
information about how to connect to a Windows instance, see Connect to Your Windows Instance in
the Amazon EC2 User Guide for Windows Instances.
You can follow the same procedures as above; however, in the NAT section of the VPC wizard, choose
Use a NAT instance instead and specify the details for your NAT instance. You will also require a
security group for your NAT instance (NATSG), which allows the NAT instance to receive Internet-bound
traffic from instances in the private subnet, as well as SSH traffic from your network. The NAT instance
can also send traffic to the Internet, so that instances in the private subnet can get software updates.
After you've created the VPC with the NAT instance, you must change the security group associated
with the NAT instance to the new NATSG security group (by default, the NAT instance is launched using
the default security group).
Inbound
Outbound
45
Amazon Virtual Private Cloud User Guide
Scenario 3: VPC with Public and Private
Subnets and Hardware VPN Access
a. Choose Type, HTTP . For Source, enter the IP address range of your private subnet.
b. Choose Add another rule, Type, HTTPS. For Source, enter the IP address range of your
private subnet.
c. Choose Add another rule, Type, SSH. For Source, enter your network's public IP address
range.
d. Choose Save.
6. On the Outbound Rules tab, choose Edit and add rules for outbound traffic as follows:
a. Locate the default rule that enables all outbound traffic and choose Remove.
b. Choose Type, HTTP. For Destination, enter 0.0.0.0/0.
c. Choose Add another rule, Type, HTTPS. For Destination, enter 0.0.0.0/0.
d. Choose Save.
When the VPC wizard launched the NAT instance, it used the default security group for the VPC. You
need to associate the NAT instance with the NATSG security group instead.
This topic assumes that you'll use the VPC wizard in the Amazon VPC console to create the VPC and
the VPN connection.
This scenario can also be optionally configured for IPv6you can use the VPC wizard to create a
VPC and subnets with associated IPv6 CIDR blocks. Instances launched into the subnets can receive
IPv6 addresses. Currently, we do not support IPv6 communication over a VPN connection; however,
instances in the VPC can communicate with each other via IPv6, and instances in the public subnet
can communicate over the Internet via IPv6. For more information about IPv4 and IPv6 addressing,
see IP Addressing in Your VPC (p. 97).
Topics
Overview (p. 47)
Routing (p. 49)
Security (p. 51)
Implementing Scenario 3 (p. 54)
46
Amazon Virtual Private Cloud User Guide
Overview
Overview
The following diagram shows the key components of the configuration for this scenario.
Important
For this scenario, the Amazon VPC Network Administrator Guide describes what your network
administrator needs to do to configure the Amazon VPC customer gateway on your side of the
VPN connection.
A virtual private cloud (VPC) with a size /16 IPv4 CIDR (example: 10.0.0.0/16). This provides 65,536
private IPv4 addresses.
A public subnet with a size /24 IPv4 CIDR (example: 10.0.0.0/24). This provides 256 private IPv4
addresses. A public subnet is a subnet that's associated with a route table that has a route to an
Internet gateway.
A VPN-only subnet with a size /24 IPv4 CIDR (example: 10.0.1.0/24). This provides 256 private IPv4
addresses.
An Internet gateway. This connects the VPC to the Internet and to other AWS products.
47
Amazon Virtual Private Cloud User Guide
Overview
A VPN connection between your VPC and your network. The VPN connection consists of a virtual
private gateway located on the Amazon side of the VPN connection and a customer gateway located
on your side of the VPN connection.
Instances with private IPv4 addresses in the subnet range (examples: 10.0.0.5 and 10.0.1.5), which
enables the instances to communicate with each other and other instances in the VPC.
Instances in the public subnet with Elastic IP addresses (example: 198.51.100.1), which are public
IPv4 addresses that enable them to be reached from the Internet. The instances can have public
IPv4 addresses assigned at launch instead of Elastic IP addresses. Instances in the VPN-only
subnet are back-end servers that don't need to accept incoming traffic from the Internet, but can
send and receive traffic from your network.
A custom route table associated with the public subnet. This route table contains an entry that
enables instances in the subnet to communicate with other instances in the VPC, and an entry that
enables instances in the subnet to communicate directly with the Internet.
The main route table associated with the VPN-only subnet. The route table contains an entry that
enables instances in the subnet to communicate with other instances in the VPC, and an entry that
enables instances in the subnet to communicate directly with your network.
For more information about subnets, see VPCs and Subnets (p. 79) and IP Addressing in Your
VPC (p. 97). For more information about Internet gateways, see Internet Gateways (p. 196). For
more information about your VPN connection, see Adding a Hardware Virtual Private Gateway to Your
VPC (p. 250). For more information about configuring a customer gateway, see the Amazon VPC
Network Administrator Guide.
A size /56 IPv6 CIDR block associated with the VPC (example: 2001:db8:1234:1a00::/56). AWS
automatically assigns the CIDR; you cannot choose the range yourself.
A size /64 IPv6 CIDR block associated with the public subnet (example: 2001:db8:1234:1a00::/64).
You can choose the range for your subnet from the range allocated to the VPC. You cannot choose
the size of the IPv6 CIDR.
A size /64 IPv6 CIDR block associated with the VPN-only subnet (example:
2001:db8:1234:1a01::/64). You can choose the range for your subnet from the range allocated to the
VPC. You cannot choose the size of the IPv6 CIDR.
IPv6 addresses assigned to the instances from the subnet range (example:
2001:db8:1234:1a00::1a).
Route table entries in the custom route table that enable instances in the public subnet to use IPv6 to
communicate with each other, and directly over the Internet.
A route table entry in the main route table that enable instances in the VPN-only subnet to use IPv6
to communicate with each other.
48
Amazon Virtual Private Cloud User Guide
Routing
Routing
Your VPC has an implied router (shown in the configuration diagram for this scenario). In this scenario,
the VPC wizard updates the main route table used with the VPN-only subnet, and creates a custom
route table and associates it with the public subnet.
The instances in the VPN-only subnet can't reach the Internet directly; any Internet-bound traffic must
first traverse the virtual private gateway to your network, where the traffic is then subject to your firewall
and corporate security policies. If the instances send any AWS-bound traffic (for example, requests to
the Amazon S3 or Amazon EC2 APIs), the requests must go over the virtual private gateway to your
network and then egress to the Internet before reaching AWS. Currently, we do not support IPv6 for
VPN connections.
49
Amazon Virtual Private Cloud User Guide
Routing
Tip
Any traffic from your network going to an Elastic IP address for an instance in the public
subnet goes over the Internet, and not over the virtual private gateway. You could instead set
up a route and security group rules that enable the traffic to come from your network over the
virtual private gateway to the public subnet.
The following tables describe the route tables for this scenario.
The first entry is the default entry for local routing in the VPC; this entry enables the instances in the
VPC to communicate with each other over IPv4. The second entry routes all other IPv4 subnet traffic
from the private subnet to your network over the virtual private gateway (for example, vgw-1a2b3c4d).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 vgw-id
The first entry is the default entry for local routing in the VPC; this entry enables the instances in the
VPC to communicate with each other. The second entry routes all other IPv4 subnet traffic from the
public subnet to the Internet over the Internet gateway (for example, igw-1a2b3c4d).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 igw-id
Alternate Routing
Alternatively, if you want instances in the private subnet to access the Internet, you can create a
network address translation (NAT) gateway or instance in the public subnet, and set up the routing so
that the Internet-bound traffic for the subnet goes to the NAT device. This enables the instances in the
VPN-only subnet to send requests over the Internet gateway (for example, for software updates).
For more information about setting up a NAT device manually, see NAT (p. 205). For information
about using the VPC wizard to set up a NAT device, see Scenario 2: VPC with Public and Private
Subnets (NAT) (p. 34).
To enable the private subnet's Internet-bound traffic to go to the NAT device, you must update the
main route table as follows.
The first entry is the default entry for local routing in the VPC. The second row entry for routes the
subnet traffic bound for your customer network (in this case, assume your local network's IP address is
172.16.0.0/12) to the virtual private gateway. The third entry sends all other subnet traffic to a NAT
gateway.
50
Amazon Virtual Private Cloud User Guide
Security
Destination Target
10.0.0.0/16 local
172.16.0.0/12 vgw-id
0.0.0.0/0 nat-gateway-id
The second entry is the default route that's automatically added for local routing in the VPC over IPv6.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 vgw-id
The second entry is the default route that's automatically added for local routing in the VPC over IPv6.
The fourth entry routes all other IPv6 subnet traffic to the Internet gateway.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 igw-id
::/0 igw-id
Security
AWS provides two features that you can use to increase security in your VPC: security groups and
network ACLs. Security groups control inbound and outbound traffic for your instances, and network
ACLs control inbound and outbound traffic for your subnets. In most cases, security groups can meet
your needs; however, you can also use network ACLs if you want an additional layer of security for
your VPC. For more information, see Security (p. 117).
For scenario 3, you'll use security groups but not network ACLs. If you'd like to use a network ACL, see
Recommended Rules for Scenario 3 (p. 149).
Your VPC comes with a default security group (p. 120). An instance that's launched into the VPC is
automatically associated with the default security group if you don't specify a different security group
during launch. For this scenario, we recommend that you create the following security groups instead
of using the default security group:
51
Amazon Virtual Private Cloud User Guide
Security
WebServerSG: Specify this security group when you launch web servers in the public subnet.
DBServerSG: Specify this security group when you launch database servers in the VPN-only
subnet.
The instances assigned to a security group can be in different subnets. However, in this scenario, each
security group corresponds to the type of role an instance plays, and each role requires the instance to
be in a particular subnet. Therefore, in this scenario, all instances assigned to a security group are in
the same subnet.
The following table describes the recommended rules for the WebServerSG security group, which
allow the web servers to receive Internet traffic, as well as SSH and RDP traffic from your network. The
web servers can also initiate read and write requests to the database servers in the VPN-only subnet,
and send traffic to the Internet; for example, to get software updates. Because the web server doesn't
initiate any other outbound communication, the default outbound rule is removed.
Note
The group includes both SSH and RDP access, and both Microsoft SQL Server and MySQL
access. For your situation, you might only need rules for Linux (SSH and MySQL) or Windows
(RDP and Microsoft SQL Server).
Inbound
Outbound
The following table describes the recommended rules for the DBServerSG security group, which allow
Microsoft SQL Server and MySQL read and write requests from the web servers and SSH and RDP
52
Amazon Virtual Private Cloud User Guide
Security
traffic from your network. The database servers can also initiate traffic bound for the Internet (your
route table sends that traffic over the virtual private gateway).
Inbound
Your network's IPv4 address TCP 22 Allow inbound SSH traffic to Linux
range instances from your network (over
the virtual private gateway).
Your network's IPv4 address TCP 3389 Allow inbound RDP traffic to
range Windows instances from your
network (over the virtual private
gateway).
Outbound
(Optional) The default security group for a VPC has rules that automatically allow assigned instances
to communicate with each other. To allow that type of communication for a custom security group, you
must add the following rules:
Inbound
The ID of the security group All All Allow inbound traffic from other
instances assigned to this security
group.
Outbound
53
Amazon Virtual Private Cloud User Guide
Implementing Scenario 3
The ID of the security group All All Allow outbound traffic to other
instances assigned to this security
group.
The following are the IPv6-specific rules for the WebServerSG security group (which are in addition to
the rules listed above).
Inbound
IPv6 address range of your TCP 22 (Linux instances) Allow inbound SSH
network access over IPv6 from your network.
IPv6 address range of your TCP 3389 (Windows instances) Allow inbound
network RDP access over IPv6 from your
network
Outbound
Implementing Scenario 3
To implement scenario 3, get information about your customer gateway, and create the VPC using the
VPC wizard. The VPC wizard creates a VPN connection for you with a customer gateway and virtual
private gateway.
These procedures include optional steps for enabling and configuring IPv6 communication for your
VPC. You do not have to perform these steps if you do not want to use IPv6 in your VPC.
1. Determine the device you'll use as your customer gateway. For more information about the
devices that we've tested, see Amazon Virtual Private Cloud FAQs. For more information about
the requirements for your customer gateway, see the Amazon VPC Network Administrator Guide.
54
Amazon Virtual Private Cloud User Guide
Implementing Scenario 3
2. Obtain the Internet-routable IP address for the customer gateway's external interface. The address
must be static and may be behind a device performing network address translation (NAT).
3. If you want to create a statically-routed VPN connection, get the list of internal IP ranges (in CIDR
notation) that should be advertised across the VPN connection to the virtual private gateway. For
more information, see VPN Routing Options (p. 252).
In Customer Gateway IP, specify the public IP address of your VPN router.
Optionally specify a name for your customer gateway and VPN connection.
In Routing Type, select one of the routing options as follows:
If your VPN router supports Border Gateway Protocol (BGP), select Dynamic (requires
BGP).
If your VPN router does not support BGP, choose Static. In IP Prefix, add each IP range for
your network in CIDR notation.
Create the WebServerSG and DBServerSG security groups. These security groups will reference each
other, therefore you must create them before you add rules to them.
55
Amazon Virtual Private Cloud User Guide
Implementing Scenario 3
6. In the Create Security Group dialog box, specify DBServerSG as the name of the security group,
and provide a description. Select the ID of your VPC from the VPC list, and then choose Yes,
Create.
1. Select the WebServerSG security group that you created. The details pane displays the details for
the security group, plus tabs for working with its inbound and outbound rules.
2. On the Inbound Rules tab, choose Edit and add rules for inbound traffic as follows:
a. Select HTTP from the Type list, and enter 0.0.0.0/0 in the Source field.
b. Choose Add another rule, then select HTTPS from the Type list, and enter 0.0.0.0/0 in
the Source field.
c. Choose Add another rule, then select SSH from the Type list. Enter your network's public IP
address range in the Source field.
d. Choose Add another rule, then select RDP from the Type list. Enter your network's public IP
address range in the Source field.
e. (Optional, IPv6-only) Choose Add another rule, Type, HTTP. For Source, enter ::/0.
f. (Optional, IPv6-only) Choose Add another rule, Type, HTTPS. For Source, enter ::/0.
g. (Optional, IPv6-only) Choose Add another rule, Type, SSH (for Linux) or RDP (for
Windows). For Source, enter your network's IPv6 address range.
h. Choose Save.
3. On the Outbound Rules tab, choose Edit and add rules for outbound traffic as follows:
a. Locate the default rule that enables all outbound traffic, and then choose Remove.
b. Select MS SQL from the Type list. In the Destination field, specify the ID of the DBServerSG
security group.
c. Choose Add another rule, then select MySQL from the Type list. In the Destination field,
specify the ID of the DBServerSG security group.
d. Choose Add another rule, then select HTTPS from the Type list. In the Destination field,
enter 0.0.0.0/0.
e. Choose Add another rule, then select HTTP from the Type list. In the Destination field,
enter 0.0.0.0/0.
f. Choose Save.
1. Select the DBServerSG security group that you created. The details pane displays the details for
the security group, plus tabs for working with its inbound and outbound rules.
2. On the Inbound Rules tab, choose Edit and add rules for inbound traffic as follows:
a. Select SSH from the Type list, and enter the IP address range of your network in the Source
field.
b. Choose Add another rule, then select RDP from the Type list, and enter the IP address
range of your network in the Source field.
c. Choose Add another rule, then select MS SQL from the Type list. Specify the ID of your
WebServerSG security group in the Source field.
d. Choose Add another rule, then select MYSQL from the Type list. Specify the ID of your
WebServerSG security group in the Source field.
e. Choose Save.
3. On the Outbound Rules tab, choose Edit and add rules for outbound traffic as follows:
56
Amazon Virtual Private Cloud User Guide
Implementing Scenario 3
a. Locate the default rule that enables all outbound traffic, and then choose Remove.
b. Select HTTP from the Type list. In the Destination field, enter 0.0.0.0/0.
c. Choose Add another rule, then select HTTPS from the Type list. In the Destination field,
enter 0.0.0.0/0.
d. Choose Save.
After your network administrator configures your customer gateway, you can launch instances into your
VPC.
For the instances running in the VPN-only subnet, you can test their connectivity by pinging
them from your network. For more information, see Testing the End-to-End Connectivity of Your
Instance (p. 258).
If you did not assign a public IPv4 address to your instance in the public subnet in step 5, you will not
be able to connect to it. Before you can access an instance in your public subnet, you must assign it an
Elastic IP address.
57
Amazon Virtual Private Cloud User Guide
Scenario 4: VPC with a Private Subnet
Only and Hardware VPN Access
In scenario 3, you need a DNS server that enables your public subnet to communicate with servers on
the Internet, and you need another DNS server that enables your VPN-only subnet to communicate
with servers in your network.
You can now connect to your instances in the VPC. For information about how to connect to a Linux
instance, see Connect to Your Linux Instance in the Amazon EC2 User Guide for Linux Instances. For
information about how to connect to a Windows instance, see Connect to Your Windows Instance in
the Amazon EC2 User Guide for Windows Instances.
This topic assumes that you'll use the VPC wizard in the Amazon VPC console to create the VPC and
the VPN connection.
58
Amazon Virtual Private Cloud User Guide
Overview
This scenario can also be optionally configured for IPv6you can use the VPC wizard to create a
VPC and subnet with associated IPv6 CIDR blocks. Instances launched into the subnet can receive
IPv6 addresses. Currently, we do not support IPv6 communication over a VPN connection; however,
instances in the VPC can communicate with each other via IPv6. For more information about IPv4 and
IPv6 addressing, see IP Addressing in Your VPC (p. 97).
Topics
Overview (p. 59)
Routing (p. 61)
Security (p. 61)
Implementing Scenario 4 (p. 62)
Overview
The following diagram shows the key components of the configuration for this scenario.
Important
For this scenario, the Amazon VPC Network Administrator Guide describes what your network
administrator needs to do to configure the Amazon VPC customer gateway on your side of the
VPN connection.
A virtual private cloud (VPC) with a size /16 CIDR (example: 10.0.0.0/16). This provides 65,536
private IP addresses.
59
Amazon Virtual Private Cloud User Guide
Overview
A VPN-only subnet with a size /24 CIDR (example: 10.0.0.0/24). This provides 256 private IP
addresses.
A VPN connection between your VPC and your network. The VPN connection consists of a virtual
private gateway located on the Amazon side of the VPN connection and a customer gateway located
on your side of the VPN connection.
Instances with private IP addresses in the subnet range (examples: 10.0.0.5, 10.0.0.6, and 10.0.0.7),
which enables the instances to communicate with each other and other instances in the VPC.
A custom route table associated with the subnet. The route table contains a route that enables
instances in the subnet to communicate with other instances in the VPC, and a route that enables
instances in the subnet to communicate directly with your network.
For more information about subnets, see VPCs and Subnets (p. 79) and IP Addressing in Your
VPC (p. 97). For more information about your VPN connection, see Adding a Hardware Virtual
Private Gateway to Your VPC (p. 250). For more information about configuring a customer gateway,
see the Amazon VPC Network Administrator Guide.
A size /56 IPv6 CIDR block associated with the VPC (example: 2001:db8:1234:1a00::/56). AWS
automatically assigns the CIDR; you cannot choose the range yourself.
A size /64 IPv6 CIDR block associated with the VPN-only subnet (example:
2001:db8:1234:1a00::/64). You can choose the range for your subnet from the range allocated to the
VPC. You cannot choose the size of the IPv6 CIDR.
IPv6 addresses assigned to the instances from the subnet range (example:
2001:db8:1234:1a00::1a).
A route table entry in the custom route table that enable instances in the private subnet to use IPv6
to communicate with each other.
60
Amazon Virtual Private Cloud User Guide
Routing
Routing
Your VPC has an implied router (shown in the configuration diagram for this scenario). In this scenario,
the VPC wizard creates a route table that routes all traffic destined for an address outside the VPC to
the VPN connection, and associates the route table with the subnet.
The following describes the route table for this scenario. The first entry is the default entry for
local routing in the VPC; this entry enables the instances in this VPC to communicate with each
other. The second entry routes all other subnet traffic to the virtual private gateway (for example,
vgw-1a2b3c4d).
Destination Target
10.0.0.0/16 local
0.0.0.0/0 vgw-id
The instances in your VPC can't reach the Internet directly; any Internet-bound traffic must first
traverse the virtual private gateway to your network, where the traffic is then subject to your firewall
and corporate security policies. If the instances send any AWS-bound traffic (for example, requests to
Amazon S3 or Amazon EC2), the requests must go over the virtual private gateway to your network
and then to the Internet before reaching AWS. Currently, we do not support IPv6 for VPN connections.
Destination Target
10.0.0.0/16 local
2001:db8:1234:1a00::/56 local
0.0.0.0/0 vgw-id
Security
AWS provides two features that you can use to increase security in your VPC: security groups and
network ACLs. Security groups control inbound and outbound traffic for your instances, and network
ACLs control inbound and outbound traffic for your subnets. In most cases, security groups can meet
your needs; however, you can also use network ACLs if you want an additional layer of security for
your VPC. For more information, see Security (p. 117).
For scenario 4, you'll use the default security group for your VPC but not a network ACL. If you'd like to
use a network ACL, see Recommended Rules for Scenario 4 (p. 155).
Your VPC comes with a default security group whose initial settings deny all inbound traffic, allow all
outbound traffic, and allow all traffic between the instances assigned to the security group. For this
61
Amazon Virtual Private Cloud User Guide
Implementing Scenario 4
scenario, we recommend that you add inbound rules to the default security group to allow SSH traffic
(Linux) and Remote Desktop traffic (Windows) from your network.
Important
The default security group automatically allows assigned instances to communicate with each
other, so you don't have to add a rule to allow this. If you use a different security group, you
must add a rule to allow this.
The following table describes the inbound rules that you should add to the default security group for
your VPC.
Inbound
Private IPv4 address range of TCP 22 (Linux instances) Allow inbound SSH
your network traffic from your network.
Private IPv4 address range of TCP 3389 (Windows instances) Allow inbound
your network RDP traffic from your network.
Implementing Scenario 4
To implement scenario 4, get information about your customer gateway, and create the VPC using the
VPC wizard, The VPC wizard creates a VPN connection for you with a customer gateway and virtual
private gateway.
1. Determine the device you'll use as your customer gateway. For information about the devices
that we've tested, see Amazon Virtual Private Cloud FAQs. For more information about the
requirements for your customer gateway, see the Amazon VPC Network Administrator Guide.
2. Obtain the Internet-routable IP address for the customer gateway's external interface. The address
must be static and may be behind a device performing network address translation (NAT).
3. If you want to create a statically-routed VPN connection, get the list of internal IP ranges (in CIDR
notation) that should be advertised across the VPN connection to the virtual private gateway. For
more information, see VPN Routing Options (p. 252).
Use the VPC wizard to create your VPC and a VPN connection.
62
Amazon Virtual Private Cloud User Guide
Implementing Scenario 4
4. On the first page of the wizard, confirm the details for your VPC and private subnet. Naming your
VPC and subnet helps you identify them later in the console.
5. (Optional, IPv6-only) For IPv6 CIDR block, choose Amazon-provided IPv6 CIDR block. For
Private subnet's IPv6 CIDR, choose Specify a custom IPv6 CIDR. Specify the hexadecimal pair
value for the IPv6 subnet or leave the default value (00).
6. Choose Next.
7. On the Configure your VPN page, do the following, and then choose Create VPC:
In Customer Gateway IP, specify the public IP address of your VPN router.
Optionally specify a name for your customer gateway and VPN connection.
In Routing Type, select one of the routing options as follows:
If your VPN router supports Border Gateway Protocol (BGP), select Dynamic (requires
BGP).
If your VPN router does not support BGP, choose Static. In IP Prefix, add each IP range for
your network in CIDR notation.
For this scenario, you need to update the default security group with new inbound rules that allow SSH
and Remote Desktop (RDP) access from your network. If you don't want instances to initiate outbound
communication, you can also remove the default outbound rule.
a. Select SSH from the Type list, and enter your network's private IP address range in the
Source field; for example, 172.0.0.0/8.
b. Choose Add another rule, then select RDP from the Type list, and enter your network's
private IP address range in the Source field.
c. Choose Save.
4. (Optional) On the Outbound Rules tab, choose Edit, locate the default rule that enables all
outbound traffic, choose Remove, and then choose Save.
After your network administrator configures your customer gateway, you can launch instances into your
VPC. If you're already familiar with launching instances outside a VPC, then you already know most of
what you need to know to launch an instance into a VPC.
To launch an instance
63
Amazon Virtual Private Cloud User Guide
Example: Create an IPv4 VPC
and Subnets Using the AWS CLI
3. Follow the directions in the wizard. Choose an AMI, choose an instance type, and then choose
Next: Configure Instance Details.
Note
If you intend to use your instance for IPv6 communication, you must choose a supported
instance type; for example, T2. For more information, see Amazon EC2 Instance Types.
4. On the Configure Instance Details page, select the VPC that you created earlier from the
Network list, and then select the subnet. Choose Next: Add Storage.
5. On the next two pages of the wizard, you can configure storage for your instance, and add tags.
On the Configure Security Group page, select the Select an existing security group option,
and select the default security group. Choose Review and Launch.
6. Review the settings that you've chosen. Make any changes that you need, and then choose
Launch to choose a keypair and launch your instance.
In scenario 4, you need a DNS server that enables your VPN-only subnet to communicate with servers
in your network. You must create a new set of DHCP options that includes your DNS server and then
configure the VPC to use that set of options.
Note
Your VPC automatically has a set of DHCP options with domain-name-
servers=AmazonProvidedDNS. This is a DNS server that Amazon provides to enable any
public subnets in your VPC to communicate with the Internet over an Internet gateway.
Scenario 4 doesn't have any public subnets, so you don't need this set of DHCP options.
You can now use SSH or RDP to connect to your instance in the VPC. For information about how to
connect to a Linux instance, see Connect to Your Linux Instance in the Amazon EC2 User Guide for
Linux Instances. For information about how to connect to a Windows instance, see Connect to Your
Windows Instance in the Amazon EC2 User Guide for Windows Instances.
Topics
Step 1: Create a VPC and Subnets (p. 65)
64
Amazon Virtual Private Cloud User Guide
Step 1: Create a VPC and Subnets
{
"Vpc": {
"VpcId": "vpc-2f09a348",
...
}
}
2. Using the VPC ID from the previous step, create a subnet with a 10.0.1.0/24 CIDR block.
In the output that's returned, take note of the Internet gateway ID.
{
"InternetGateway": {
...
"InternetGatewayId": "igw-1ff7a07b",
65
Amazon Virtual Private Cloud User Guide
Step 2: Make Your Subnet Public
...
}
}
2. Using the ID from the previous step, attach the Internet gateway to your VPC.
In the output that's returned, take note of the route table ID.
{
"RouteTable": {
...
"RouteTableId": "rtb-c1c8faa6",
...
}
}
4. Create a route in the route table that points all traffic (0.0.0.0/0) to the Internet gateway.
5. To confirm that your route has been created and is active, you can describe the route table and
view the results.
{
"RouteTables": [
{
"Associations": [],
"RouteTableId": "rtb-c1c8faa6",
"VpcId": "vpc-2f09a348",
"PropagatingVgws": [],
"Tags": [],
"Routes": [
{
"GatewayId": "local",
"DestinationCidrBlock": "10.0.0.0/16",
"State": "active",
"Origin": "CreateRouteTable"
},
{
"GatewayId": "igw-1ff7a07b",
"DestinationCidrBlock": "0.0.0.0/0",
"State": "active",
"Origin": "CreateRoute"
}
]
}
]
66
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance into Your Subnet
6. The route table is currently not associated with any subnet. You need to associate it with a
subnet in your VPC so that traffic from that subnet is routed to the Internet gateway. First, use
the describe-subnets command to get your subnet IDs. You can use the --filter option to
return the subnets for your new VPC only, and the --query option to return only the subnet IDs
and their CIDR blocks.
[
{
"CIDR": "10.0.1.0/24",
"ID": "subnet-b46032ec"
},
{
"CIDR": "10.0.0.0/24",
"ID": "subnet-a46032fc"
}
]
7. You can choose which subnet to associate with the custom route table, for example, subnet-
b46032ec. This subnet will be your public subnet.
8. You can optionally modify the public IP addressing behavior of your subnet so that an instance
launched into the subnet automatically receives a public IP address. Otherwise, you should
associate an Elastic IP address with your instance after launch so that it's reachable from the
Internet.
1. Create a key pair and use the --query option and the --output text option to pipe your private
key directly into a file with the .pem extension.
In this example, you launch an Amazon Linux instance. If you use an SSH client on a Linux or
Mac OS X operating system to connect to your instance, use the following command to set the
permissions of your private key file so that only you can read it.
67
Amazon Virtual Private Cloud User Guide
Step 3: Launch an Instance into Your Subnet
2. Create a security group in your VPC, and add a rule that allows SSH access from anywhere.
{
"GroupId": "sg-e1fb8c9a"
}
Note
If you use 0.0.0.0/0, you enable all IPv4 addresses to access your instance using
SSH. This is acceptable for this short exercise, but in production, authorize only a specific
IP address or range of addresses.
3. Launch an instance into your public subnet, using the security group and key pair you've created.
In the output, take note of the instance ID for your instance.
Note
In this example, the AMI is an Amazon Linux AMI in the US East (N. Virginia) region. If
you're in a different region, you'll need the AMI ID for a suitable AMI in your region. For
more information, see Finding a Linux AMI in the Amazon EC2 User Guide for Linux
Instances.
4. Your instance must be in the running state in order to connect to it. Describe your instance and
confirm its state, and take note of its public IP address.
{
"Reservations": [
{
...
"Instances": [
{
...
"State": {
"Code": 16,
"Name": "running"
},
...
"PublicIpAddress": "52.87.168.235",
...
}
]
}
]
68
Amazon Virtual Private Cloud User Guide
Step 4: Clean Up
5. When your instance is in the running state, you can connect to it using an SSH client on a Linux or
Mac OS X computer by using the following command:
If you're connecting from a Windows computer, use the following instructions: Connecting to Your
Linux Instance from Windows Using PuTTY.
Step 4: Clean Up
After you've verified that you can connect to your instance, you can terminate it if you no longer need it.
To do this, use the terminate-instances command. To delete the other resources you've created in this
example, use the following commands in their listed order:
69
Amazon Virtual Private Cloud User Guide
Step 1: Create a VPC and Subnets
instance in your private subnet and verify that it can connect to the Internet. To begin, you must first
install and configure the AWS CLI. For more information, see Getting Set Up with the AWS Command
Line Interface.
Topics
Step 1: Create a VPC and Subnets (p. 70)
Step 2: Configure a Public Subnet (p. 71)
Step 3: Configure an Egress-Only Private Subnet (p. 73)
Step 4: Modify the IPv6 Addressing Behavior of the Subnets (p. 74)
Step 5: Launch an Instance into Your Public Subnet (p. 74)
Step 6: Launch an Instance into Your Private Subnet (p. 76)
Step 7: Clean Up (p. 77)
1. Create a VPC with a 10.0.0.0/16 CIDR block and associate an IPv6 CIDR block with the VPC.
{
"Vpc": {
"VpcId": "vpc-2f09a348",
...
}
2. Describe your VPC to get the IPv6 CIDR block that's associated with the VPC.
{
"Vpcs": [
{
...
"Ipv6CidrBlockAssociationSet": [
{
"Ipv6CidrBlock": "2001:db8:1234:1a00::/56",
"AssociationId": "vpc-cidr-assoc-17a5407e",
"Ipv6CidrBlockState": {
"State": "ASSOCIATED"
}
}
],
...
}
70
Amazon Virtual Private Cloud User Guide
Step 2: Configure a Public Subnet
3. Create a subnet with a 10.0.0.0/24 IPv4 CIDR block and a 2001:db8:1234:1a00::/64 IPv6
CIDR block (from the ranges that were returned in the previous step).
4. Create a second subnet in your VPC with a 10.0.1.0/24 IPv4 CIDR block and a
2001:db8:1234:1a01::/64 IPv6 CIDR block.
In the output that's returned, take note of the Internet gateway ID.
{
"InternetGateway": {
...
"InternetGatewayId": "igw-1ff7a07b",
...
}
}
2. Using the ID from the previous step, attach the Internet gateway to your VPC.
In the output that's returned, take note of the route table ID.
{
"RouteTable": {
...
"RouteTableId": "rtb-c1c8faa6",
...
}
}
71
Amazon Virtual Private Cloud User Guide
Step 2: Configure a Public Subnet
4. Create a route in the route table that points all IPv6 traffic (::/0) to the Internet gateway.
Note
If you intend to use your public subnet for IPv4 traffic too, you need to add another route
for 0.0.0.0/0 traffic that points to the Internet gateway.
5. To confirm that your route has been created and is active, you can describe the route table and
view the results.
{
"RouteTables": [
{
"Associations": [],
"RouteTableId": "rtb-c1c8faa6",
"VpcId": "vpc-2f09a348",
"PropagatingVgws": [],
"Tags": [],
"Routes": [
{
"GatewayId": "local",
"DestinationCidrBlock": "10.0.0.0/16",
"State": "active",
"Origin": "CreateRouteTable"
},
{
"GatewayId": "local",
"Origin": "CreateRouteTable",
"State": "active",
"DestinationIpv6CidrBlock": "2001:db8:1234:1a00::/56"
},
{
"GatewayId": "igw-1ff7a07b",
"Origin": "CreateRoute",
"State": "active",
"DestinationIpv6CidrBlock": "::/0"
}
]
}
]
}
6. The route table is not currently associated with any subnet. Associate it with a subnet in your VPC
so that traffic from that subnet is routed to the Internet gateway. First, describe your subnets to get
their IDs. You can use the --filter option to return the subnets for your new VPC only, and the
--query option to return only the subnet IDs and their IPv4 and IPv6 CIDR blocks.
[
{
"IPv6CIDR": [
72
Amazon Virtual Private Cloud User Guide
Step 3: Configure an Egress-Only Private Subnet
"2001:db8:1234:1a00::/64"
],
"ID": "subnet-b46032ec",
"IPv4CIDR": "10.0.0.0/24"
},
{
"IPv6CIDR": [
"2001:db8:1234:1a01::/64"
],
"ID": "subnet-a46032fc",
"IPv4CIDR": "10.0.1.0/24"
}
]
7. You can choose which subnet to associate with the custom route table, for example, subnet-
b46032ec. This subnet will be your public subnet.
1. Create an egress-only Internet gateway for your VPC. In the output that's returned, take note of
the gateway ID.
{
"EgressOnlyInternetGateway": {
"EgressOnlyInternetGatewayId": "eigw-015e0e244e24dfe8a",
"Attachments": [
{
"State": "attached",
"VpcId": "vpc-2f09a348"
}
]
}
}
2. Create a custom route table for your VPC. In the output that's returned, take note of the route table
ID.
3. Create a route in the route table that points all IPv6 traffic (::/0) to the egress-only Internet
gateway.
73
Amazon Virtual Private Cloud User Guide
Step 4: Modify the IPv6 Addressing
Behavior of the Subnets
4. Associate the route table with the second subnet in your VPC (you described the subnets in the
previous section). This subnet will be your private subnet with egress-only IPv6 Internet access.
1. Create a key pair and use the --query option and the --output text option to pipe your private
key directly into a file with the .pem extension.
In this example, launch an Amazon Linux instance. If you use an SSH client on a Linux or OS X
operating system to connect to your instance, use the following command to set the permissions of
your private key file so that only you can read it.
2. Create a security group for your VPC, and add a rule that allows SSH access from any IPv6
address.
74
Amazon Virtual Private Cloud User Guide
Step 5: Launch an Instance into Your Public Subnet
{
"GroupId": "sg-e1fb8c9a"
}
Note
If you use ::/0, you enable all IPv6 addresses to access your instance using SSH.
This is acceptable for this short exercise, but in production, authorize only a specific IP
address or range of addresses to access your instance.
3. Launch an instance into your public subnet, using the security group and key pair that you've
created. In the output, take note of the instance ID for your instance.
Note
In this example, the AMI is an Amazon Linux AMI in the US East (N. Virginia) region. If
you're in a different region, you need the AMI ID for a suitable AMI in your region. For
more information, see Finding a Linux AMI in the Amazon EC2 User Guide for Linux
Instances.
4. Your instance must be in the running state in order to connect to it. Describe your instance and
confirm its state, and take note of its IPv6 address.
{
"Reservations": [
{
...
"Instances": [
{
...
"State": {
"Code": 16,
"Name": "running"
},
...
"NetworkInterfaces": {
"Ipv6Addresses": {
"Ipv6Address": "2001:db8:1234:1a00::123"
}
...
}
]
}
]
75
Amazon Virtual Private Cloud User Guide
Step 6: Launch an Instance into Your Private Subnet
5. When your instance is in the running state, you can connect to it using an SSH client on a Linux or
OS X computer by using the following command. Your local computer must have an IPv6 address
configured.
If you're connecting from a Windows computer, use the following instructions: Connecting to Your
Linux Instance from Windows Using PuTTY.
1. Create a security group in your VPC, and add a rule that allows inbound SSH access from the
IPv6 address of the instance in your public subnet, and a rule that allows all ICMPv6 traffic:
{
"GroupId": "sg-aabb1122"
}
2. Launch an instance into your private subnet, using the security group you've created and the same
key pair you used to launch the instance in the public subnet.
Use the describe-instances command to verify that your instance is running, and to get its
IPv6 address.
3. Configure SSH agent forwarding on your local machine, and then connect to your instance in the
public subnet. For Linux, use the following commands:
ssh-add MyKeyPair.pem
76
Amazon Virtual Private Cloud User Guide
Step 7: Clean Up
ssh -A ec2-user@2001:db8:1234:1a00::123
ssh-add -K MyKeyPair.pem
ssh -A ec2-user@2001:db8:1234:1a00::123
For Windows, use the following instructions: To configure SSH agent forwarding for Windows
(PuTTY) (p. 210). Connect to the instance in the public subnet by using its IPv6 address.
4. From your instance in the public subnet (the bastion instance), connect to your instance in the
private subnet by using its IPv6 address:
ssh ec2-user@2001:db8:1234:1a01::456
5. From your private instance, test that you can connect to the Internet by running the ping6
command for a website that has ICMP enabled, for example:
ping6 -n ietf.org
6. To test that hosts on the Internet cannot reach your instance in the private subnet, use the ping6
command from a computer that's enabled for IPv6. You should get a timeout response.
ping6 2001:db8:1234:1a01::456
Step 7: Clean Up
After you've verified that you can connect to your instance in the public subnet and that your instance
in the private subnet can access the Internet, you can terminate the instances if you no longer need
them. To do this, use the terminate-instances command. To delete the other resources you've created
in this example, use the following commands in their listed order:
77
Amazon Virtual Private Cloud User Guide
Step 7: Clean Up
78
Amazon Virtual Private Cloud User Guide
VPC and Subnet Basics
To get started with Amazon Virtual Private Cloud (Amazon VPC), you create a VPC and subnets. For a
general overview of Amazon VPC, see What is Amazon VPC? (p. 1).
Topics
VPC and Subnet Basics (p. 79)
VPC and Subnet Sizing (p. 82)
Subnet Routing (p. 83)
Subnet Security (p. 84)
Connections with Your Local Network and Other VPCs (p. 84)
Working with VPCs and Subnets (p. 84)
CLI Overview (p. 89)
When you create a VPC, you must specify a range of IPv4 addresses for the VPC in the form of a
Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. For more information about
CIDR notation, see RFC 4632.
The following diagram shows a new VPC with an IPv4 CIDR block, and the main route table.
79
Amazon Virtual Private Cloud User Guide
VPC and Subnet Basics
When you create a VPC, it spans all the Availability Zones in the region. After creating a VPC, you
can add one or more subnets in each Availability Zone. When you create a subnet, you specify the
CIDR block for the subnet, which is a subset of the VPC CIDR block. Each subnet must reside entirely
within one Availability Zone and cannot span zones. Availability Zones are distinct locations that are
engineered to be isolated from failures in other Availability Zones. By launching instances in separate
Availability Zones, you can protect your applications from the failure of a single location. We assign a
unique ID to each subnet.
You can also optionally assign an IPv6 CIDR block to your VPC, and assign IPv6 CIDR blocks to your
subnets.
The following diagram shows a VPC that has been configured with subnets in multiple Availability
Zones. 1A, 1B, 2A, and 3A are instances in your VPC. An IPv6 CIDR block is associated with the VPC,
80
Amazon Virtual Private Cloud User Guide
VPC and Subnet Basics
and an IPv6 CIDR block is associated with subnet 1. An Internet gateway enables communication
over the Internet, and a virtual private network (VPN) connection enables communication with your
corporate network.
If a subnet's traffic is routed to an Internet gateway, the subnet is known as a public subnet. In this
diagram, subnet 1 is a public subnet. If you want your instance in a public subnet to communicate
with the Internet over IPv4, it must have a public IPv4 address or an Elastic IP address (IPv4). For
more information about public IPv4 addresses, see Public IPv4 Addresses (p. 99). If you want your
instance in the public subnet to communicate with the Internet over IPv6, it must have an IPv6 address.
If a subnet doesn't have a route to the Internet gateway, the subnet is known as a private subnet. In
this diagram, subnet 2 is a private subnet.
If a subnet doesn't have a route to the Internet gateway, but has its traffic routed to a virtual private
gateway for a VPN connection, the subnet is known as a VPN-only subnet. In this diagram, subnet 3 is
a VPN-only subnet. Currently, we do not support IPv6 traffic over a VPN connection.
81
Amazon Virtual Private Cloud User Guide
VPC and Subnet Sizing
For more information, see Scenarios and Examples (p. 26), Internet Gateways (p. 196), or Adding a
Hardware Virtual Private Gateway to Your VPC (p. 250).
Note
Regardless of the type of subnet, the internal IPv4 address range of the subnet is always
privatewe do not announce the address block to the Internet.
You have a limit on the number of VPCs and subnets you can create in your account. For more
information, see Amazon VPC Limits (p. 264).
When you create a VPC, we recommend that you specify a CIDR block from the private (non-publicly
routable) IPv4 address ranges as specified in RFC 1918:
You can create a VPC with a publicly routable CIDR block that falls outside of the private IPv4 address
ranges specified in RFC 1918; however, for the purposes of this documentation, we refer to private IP
addresses as the IPv4 addresses that are within the CIDR range of your VPC.
You can't change the size of a VPC after you create it. If your VPC is too small to meet your needs,
create a new, larger VPC, and then migrate your instances to the new VPC. To do this, create AMIs
from your running instances, and then launch replacement instances in your new, larger VPC. You can
then terminate your old instances, and delete your smaller VPC. For more information, see Deleting
Your VPC (p. 88).
The CIDR block of a subnet can be the same as the CIDR block for the VPC (for a single subnet in the
VPC), or a subset (for multiple subnets). The allowed block size is between a /28 netmask and /16
netmask. If you create more than one subnet in a VPC, the CIDR blocks of the subnets cannot overlap.
For example, if you create a VPC with CIDR block 10.0.0.0/24, it supports 256 IP addresses. You
can break this CIDR block into two subnets, each supporting 128 IP addresses. One subnet uses
CIDR block 10.0.0.0/25 (for addresses 10.0.0.0 - 10.0.0.127) and the other uses CIDR block
10.0.0.128/25 (for addresses 10.0.0.128 - 10.0.0.255).
There are many tools available to help you calculate subnet CIDR blocks; for example, see http://
www.subnet-calculator.com/cidr.php. Also, your network engineering group can help you determine the
CIDR blocks to specify for your subnets.
The first four IP addresses and the last IP address in each subnet CIDR block are not available
for you to use, and cannot be assigned to an instance. For example, in a subnet with CIDR block
10.0.0.0/24, the following five IP addresses are reserved:
82
Amazon Virtual Private Cloud User Guide
VPC and Subnet Sizing for IPv6
10.0.0.2: Reserved by AWS. The IP address of the DNS server is always the base of the VPC
network range plus two; however, we also reserve the base of each subnet range plus two. For more
information, see Amazon DNS Server (p. 225).
10.0.0.3: Reserved by AWS for future use.
10.0.0.255: Network broadcast address. We do not support broadcast in a VPC, therefore we
reserve this address.
If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with
an existing subnet in your VPC, or when you create a new subnet. A subnet's IPv6 CIDR block uses a
fixed prefix length of /64.
For example, you create a VPC and specify that you want to associate an IPv6 CIDR block with the
VPC. Amazon assigns the following IPv6 CIDR block to your VPC: 2001:db8:1234:1a00::/56.
You can create a subnet and associate an IPv6 CIDR block from this range; for example,
2001:db8:1234:1a00::/64.
You can disassociate an IPv6 CIDR block from a subnet, and you can disassociate an IPv6 CIDR block
from a VPC. After you've disassociated an IPv6 CIDR block from a VPC, you cannot expect to receive
the same CIDR if you associate an IPv6 CIDR block with your VPC again later.
Subnet Routing
Each subnet must be associated with a route table, which specifies the allowed routes for outbound
traffic leaving the subnet. Every subnet that you create is automatically associated with the main route
table for the VPC. You can change the association, and you can change the contents of the main route
table. For more information, see Route Tables (p. 183).
In the previous diagram, the route table associated with subnet 1 routes all IPv4 traffic (0.0.0.0/0)
and IPv6 traffic (::/0) to an Internet gateway (for example, igw-1a2b3c4d). Because instance 1A
has an IPv4 Elastic IP address and instance 1B has an IPv6 address, they can be reached from the
Internet over IPv4 and IPv6 respectively.
Note
(IPv4 only) The Elastic IPv4 address or public IPv4 address that's associated with your
instance is accessed through the Internet gateway of your VPC. Traffic that goes through
a VPN connection between your instance and another network traverses a virtual private
gateway, not the Internet gateway, and therefore does not access the Elastic IPv4 address or
public IPv4 address.
The instance 2A can't reach the Internet, but can reach other instances in the VPC. You can allow an
instance in your VPC to initiate outbound connections to the Internet over IPv4 but prevent unsolicited
inbound connections from the Internet using a network address translation (NAT) gateway or instance.
Because you can allocate a limited number of Elastic IP addresses, we recommend that you use a
NAT device if you have more instances that require a static public IP address. For more information,
see NAT (p. 205). To initiate outbound-only communication to the Internet over IPv6, you can use an
egress-only Internet gateway. For more information, see Egress-Only Internet Gateways (p. 202).
The route table associated with subnet 3 routes all IPv4 traffic (0.0.0.0/0) to a virtual private
gateway (for example, vgw-1a2b3c4d). Instance 3A can reach computers in the corporate network
over the VPN connection.
83
Amazon Virtual Private Cloud User Guide
Subnet Security
Subnet Security
AWS provides two features that you can use to increase security in your VPC: security groups and
network ACLs. Security groups control inbound and outbound traffic for your instances, and network
ACLs control inbound and outbound traffic for your subnets. In most cases, security groups can meet
your needs; however, you can also use network ACLs if you want an additional layer of security for
your VPC. For more information, see Security (p. 117).
By design, each subnet must be associated with a network ACL. Every subnet that you create is
automatically associated with the VPC's default network ACL. You can change the association,
and you can change the contents of the default network ACL. For more information, see Network
ACLs (p. 127).
You can create a flow log on your VPC or subnet to capture the traffic that flows to and from the
network interfaces in your VPC or subnet. You can also create a flow log on an individual network
interface. Flow logs are published to CloudWatch Logs. For more information, see VPC Flow
Logs (p. 172).
When those instances in the VPC try to talk to hosts in the 10.0.37.0/24 address space, the traffic is
dropped because 10.0.37.0/24 is part of the larger prefix assigned to the VPC (10.0.0.0/16). The
instances can talk to hosts in the 10.1.38.0/24 space because that block isn't part of 10.0.0.0/16.
You can also create a VPC peering connection between your VPCs, or with a VPC in another AWS
account. A VPC peering connection enables you to route traffic between the VPCs using private
IP addresses; however, you cannot create a VPC peering connection between VPCs that have
overlapping CIDR blocks. For more information, see Amazon VPC Peering Guide.
We therefore recommend that you create a VPC with a CIDR range large enough for expected future
growth, but not one that overlaps with current or expected future subnets anywhere in your corporate
or home network, or that overlaps with current or future VPCs.
84
Amazon Virtual Private Cloud User Guide
Creating a VPC
Topics
Creating a VPC (p. 85)
Associating an IPv6 CIDR Block with Your VPC (p. 85)
Adding a Subnet to Your VPC (p. 86)
Associating an IPv6 CIDR Block with Your Subnet (p. 86)
Launching an Instance into Your Subnet (p. 87)
Disassociating an IPv6 CIDR Block from Your VPC or Subnet (p. 87)
Deleting Your Subnet (p. 88)
Deleting Your VPC (p. 88)
Note
(EC2-Classic) If you use the launch wizard in the Amazon EC2 console to launch an instance
type that is available in a VPC only and you do not have any existing VPCs, the wizard
creates a nondefault VPC and subnets for you. For more information, see Instance Types
Available Only in a VPC in the Amazon EC2 User Guide for Linux Instances.
Creating a VPC
You can create an empty VPC using the Amazon VPC console.
To create a VPC
Name tag: Optionally provide a name for your VPC. Doing so creates a tag with a key of Name
and the value that you specify.
IPv4 CIDR block: Specify an IPv4 CIDR block for the VPC. We recommend that you specify
a CIDR block from the private (non-publicly routable) IP address ranges as specified in RFC
1918; for example, 10.0.0.0/16, or 192.168.0.0/16. It's possible to specify a range of
publicly routable IPv4 addresses; however, we currently do not support direct access to the
Internet from publicly routable CIDR blocks in a VPC. Windows instances cannot boot correctly
if launched into a VPC with ranges from 224.0.0.0 to 255.255.255.255 (Class D and Class
E IP address ranges). For more information about IP addresses, see IP Addressing in Your
VPC (p. 97).
IPv6 CIDR block: Optionally associate an IPv6 CIDR block with your VPC by choosing
Amazon-provided IPv6 CIDR block.
Tenancy: Select a tenancy option, for example, dedicated tenancy ensures that your instances
run on single-tenant hardware. For more information about Dedicated Instances, see Dedicated
Instances in the Amazon EC2 User Guide for Linux Instances.
After you've created a VPC, you can add subnets. For more information, see Adding a Subnet to Your
VPC (p. 86).
85
Amazon Virtual Private Cloud User Guide
Adding a Subnet to Your VPC
Name tag: Optionally provide a name for your subnet. Doing so creates a tag with a key of Name
and the value that you specify.
VPC: Choose the VPC for which you're creating the subnet.
Availability Zone: Optionally choose an Availability Zone in which your subnet will reside, or
leave the default No Preference to let AWS choose an Availability Zone for you.
IPv4 CIDR block: Specify an IPv4 CIDR block for your subnet, for example, 10.0.1.0/24. For
more information, see VPC and Subnet Sizing for IPv4 (p. 82).
IPv6 CIDR block: (Optional) If you've associated an IPv6 CIDR block with your VPC, choose
Specify a custom IPv6 CIDR. Specify the hexadecimal pair value for the subnet, or leave the
default value.
4. (Optional) If required, repeat the steps above to create more subnets in your VPC.
Configure your routing. To make your subnet a public subnet, you must first attach an Internet
gateway to your VPC. For more information, see Attaching an Internet Gateway (p. 199). You can
then create a custom route table, and add route to the Internet gateway. For more information, see
Creating a Custom Route Table (p. 199). For other routing options, see Route Tables (p. 183).
Modify the subnet settings to specify that all instances launched in that subnet receive a public IPv4
address, or an IPv6 address, or both. For more information, see IP Addressing Behavior for Your
Subnet (p. 100).
Create or modify your security groups as needed. For more information, see Security Groups for
Your VPC (p. 119).
Create or modify your network ACLs as needed. For more information about network ACLs, see
Network ACLs (p. 127).
86
Amazon Virtual Private Cloud User Guide
Launching an Instance into Your Subnet
To disassociate an IPv6 CIDR block, you must first unassign any IPv6 addresses that are assigned
to any instances in your subnet. For more information, see Unassigning an IPv6 Address From an
Instance (p. 103).
87
Amazon Virtual Private Cloud User Guide
Deleting Your Subnet
Note
Disassociating an IPv6 CIDR block does not automatically delete any security group rules,
network ACL rules, or route table routes that you've configured for IPv6 networking. You must
manually modify or delete these rules or routes.
If you have a VPN connection, you don't have to delete it or the other components related to the VPN
(such as the customer gateway and virtual private gateway). If you plan to use the customer gateway
with another VPC, we recommend that you keep the VPN connection and the gateways. Otherwise,
your network administrator must configure the customer gateway again after you create a new VPN
connection.
88
Amazon Virtual Private Cloud User Guide
CLI Overview
CLI Overview
You can perform the tasks described on this page using a command line interface (CLI). For more
information, including a list of available API actions, see Accessing Amazon VPC (p. 7).
Create a VPC
Create a subnet
Describe a VPC
Describe a subnet
Delete a VPC
89
Amazon Virtual Private Cloud User Guide
CLI Overview
Delete a subnet
90
Amazon Virtual Private Cloud User Guide
Default VPC Basics
If you created your AWS account after 2013-12-04, it supports only EC2-VPC. In this case, you'll have
a default VPC in each AWS region. A default VPC is ready for you to use you can immediately start
launching instances into your default VPC without having to perform any additional configuration steps.
A default VPC combines the benefits of the advanced networking features provided by the EC2-VPC
platform with the ease of use of the EC2-Classic platform.
For more information about the EC2-Classic and EC2-VPC platforms, see Supported Platforms.
Topics
Default VPC Basics (p. 91)
Detecting Your Supported Platforms and Whether You Have a Default VPC (p. 94)
Launching an EC2 Instance into Your Default VPC (p. 95)
Deleting Your Default Subnets and Default VPC (p. 95)
Availability
If you created your AWS account after 2013-12-04, it supports only EC2-VPC. In this case, we create a
default VPC for you in each AWS region. Therefore, unless you create a nondefault VPC and specify it
when you launch an instance, we launch your instances into your default VPC.
If you created your AWS account before 2013-03-18, it supports both EC2-Classic and EC2-VPC in
regions that you've used before, and only EC2-VPC in regions that you haven't used. In this case,
we create a default VPC in each region in which you haven't created any AWS resources. Therefore,
unless you create a nondefault VPC and specify it when you launch an instance in a region that you
haven't used before, we launch the instance into your default VPC for that region. However, if you
launch an instance in a region that you've used before, we launch the instance into EC2-Classic.
91
Amazon Virtual Private Cloud User Guide
Components
If you created your AWS account between 2013-03-18 and 2013-12-04, it may support only EC2-
VPC, or it may support both EC2-Classic and EC2-VPC in some of the regions that you've used. For
information about detecting the platform support in each region for your AWS account, see Detecting
Your Supported Platforms and Whether You Have a Default VPC (p. 94). For information about
when each region was enabled for default VPCs, see Announcement: Enabling regions for the default
VPC feature set in the AWS forum for Amazon VPC.
If an AWS account supports only EC2-VPC, any IAM accounts associated with this AWS account also
support only EC2-VPC, and use the same default VPC as the AWS account.
If your AWS account supports both EC2-Classic and EC2-VPC and you want the benefits of using
EC2-VPC with the simplicity of launching instances into EC2-Classic, you can either create a new AWS
account or launch your instances into a region that you haven't used before. If you'd prefer to add a
default VPC to a region that doesn't have one, see "I really want a default VPC for my existing EC2
account. Is that possible?" in the Default VPCs FAQ.
Components
When we create a default VPC, we do the following to set it up for you:
The following figure illustrates the key components that we set up for a default VPC.
92
Amazon Virtual Private Cloud User Guide
Default Subnets
Instances that you launch into a default subnet receive both a public IPv4 address and a private IPv4
address. Instances in a default subnet also receive both public and private DNS hostnames. Instances
that you launch into a nondefault subnet in a default VPC don't receive a public IPv4 address or a DNS
hostname. You can change your subnet's default public IP addressing behavior. For more information,
see Modifying the Public IPv4 Addressing Attribute for Your Subnet (p. 101).
You can use a default VPC as you would use any other VPC; you can add subnets, modify the main
route table, add additional route tables, associate additional security groups, update the rules of the
default security group, and add VPN connections. You can also create additional VPCs.
You can use a default subnet as you would use any other subnet; you can add custom route tables and
set network ACLs. You can also specify a default subnet when you launch an EC2 instance.
You can optionally associate an IPv6 CIDR block with your default VPC. For more information, Working
with VPCs and Subnets (p. 84).
Default Subnets
The CIDR block for a default VPC is always a /16 netmask (172.31.0.0/16). This provides up to 65,536
private IPv4 addresses. The netmask for a default subnet is always /20, which provides up to 4,096
addresses per subnet, a few of which are reserved for our use.
By default, a default subnet is a public subnet, because the main route table sends the subnet's traffic
that is destined for the Internet to the Internet gateway. You can make a default subnet a private
93
Amazon Virtual Private Cloud User Guide
Detecting Your Supported Platforms
and Whether You Have a Default VPC
subnet by removing the route from the destination 0.0.0.0/0 to the Internet gateway. However, if you do
this, any EC2 instance running in that subnet can't access the Internet.
From time to time, AWS may add a new Availability Zone to a region. In most cases, well automatically
create a new default subnet in this Availability Zone for your default VPC. However, if youve made any
modifications to your default VPC, we do not add a new default subnet. If you want a default subnet for
the new Availability Zone, contact AWS Support to create a default subnet for you.
Verify that the region you'll use is selected in the navigation bar. On the Amazon EC2 console
dashboard, look for Supported Platforms under Account Attributes. If there are two values, EC2 and
VPC, you can launch instances into either platform. If there is one value, VPC, you can launch instances
only into EC2-VPC.
For example, the following indicates that the account supports the EC2-VPC platform only, and has a
default VPC with the identifier vpc-1a2b3c4d.
If you delete your default VPC, the Default VPC value displayed is None. For more information, see
Deleting Your Default Subnets and Default VPC (p. 95).
Also, when you list your VPCs using the following commands, we indicate any default VPCs in the
output:
94
Amazon Virtual Private Cloud User Guide
Launching an EC2 Instance into Your Default VPC
To launch an EC2 instance into your default VPC, use these commands without specifying a subnet or
an Availability Zone.
To launch an EC2 instance into a specific default subnet in your default VPC, specify its subnet ID or
Availability Zone.
95
Amazon Virtual Private Cloud User Guide
Deleting Your Default Subnets and Default VPC
If you delete a default subnet, you can't launch instances into that Availability Zone in your default
VPC, unless you create a nondefault subnet in that Availability Zone. If you delete a default subnet and
want to restore it, you can create a nondefault subnet and contact AWS Support to mark the subnet
as a default subnet. You must provide the following details: your AWS account ID, the region, and the
subnet ID. To ensure that your new default subnet behaves as expected, modify the subnet attribute
to assign public IP addresses to instances that are launched in that subnet. For more information, see
Modifying the Public IPv4 Addressing Attribute for Your Subnet (p. 101). You can only have one
default subnet per Availability Zone. You cannot create a default subnet in a nondefault VPC.
If you delete your default VPC and need a new one, you can contact AWS Support to create a new
default VPC in that region for you. You cannot mark an existing VPC as a default VPC.
If you try to delete your default subnet or default VPC in the Amazon VPC console, a dialog box
displays a warning and requires you to acknowledge that you are aware that you are deleting a default
subnet or default VPC.
96
Amazon Virtual Private Cloud User Guide
By default, Amazon EC2 and Amazon VPC use the IPv4 addressing protocol. When you create
a VPC, you must assign it an IPv4 CIDR block (a range of private IPv4 addresses). Private IPv4
addresses are not reachable over the Internet. To connect to your instance over the Internet, or to
enable communication between your instances and other AWS services that have public endpoints,
you can assign a globally-unique public IPv4 address to your instance.
You can optionally associate an IPv6 CIDR block with your VPC and subnets, and assign IPv6
addresses from that block to the resources in your VPC. IPv6 addresses are public and reachable over
the Internet.
Note
To ensure that your instances can communicate with the Internet, you must also attach an
Internet gateway to your VPC. For more information, see Internet Gateways (p. 196).
Your VPC can operate in dual-stack mode: your resources can communicate over IPv4, or IPv6, or
both. IPv4 and IPv6 addresses are independent of each other; you must configure routing and security
in your VPC separately for IPv4 and IPv6.
The following table summarizes the differences between IPv4 and IPv6 in Amazon EC2 and Amazon
VPC.
The format is 32-bit, 4 groups of 4 numerical The format is 128-bit, 8 groups of 4 hexadecimal
digits. digits.
The VPC CIDR block size can be from /16 to /28. The VPC CIDR block size is fixed at /56.
The subnet CIDR block size can be from /16 The subnet CIDR block size is fixed at /64.
to /28.
You can choose the private IPv4 CIDR block for We choose the IPv6 CIDR block for your VPC
your VPC. from Amazon's pool of IPv6 addresses. You
cannot select your own range.
There is a distinction between private and public No distinction between public and private IP
IP addresses. To enable communication with the addresses. IPv6 addresses are public.
97
Amazon Virtual Private Cloud User Guide
Private IPv4 Addresses
IPv4 IPv6
Internet, a public IPv4 address is mapped to the
primary private IPv4 address through network
address translation (NAT).
Supported in EC2-Classic, and EC2-Classic Not supported in EC2-Classic, and not supported
connections with a VPC via ClassicLink. for EC2-Classic connections with a VPC via
ClassicLink.
Elastic IPv4 addresses are supported. Elastic IPv6 addresses are not supported.
Supported for VPC VPN connections and Not supported for VPC VPN connections and
customer gateways, NAT devices, and VPC customer gateways, NAT devices, and VPC
endpoints. endpoints.
We support IPv6 traffic over a virtual private gateway to an AWS Direct Connect connection. For more
information, see the AWS Direct Connect User Guide.
Topics
Private IPv4 Addresses (p. 98)
Public IPv4 Addresses (p. 99)
IPv6 Addresses (p. 99)
IP Addressing Behavior for Your Subnet (p. 100)
Working with IP Addresses (p. 100)
Migrating to IPv6 (p. 104)
98
Amazon Virtual Private Cloud User Guide
Public IPv4 Addresses
You can assign additional private IP addresses, known as secondary private IP addresses, to
instances that are running in a VPC. Unlike a primary private IP address, you can reassign a
secondary private IP address from one network interface to another. A private IP address remains
associated with the network interface when the instance is stopped and restarted, and is released
when the instance is terminated. For more information about primary and secondary IP addresses, see
Multiple IP Addresses in the Amazon EC2 User Guide for Linux Instances.
Note
We refer to private IP addresses as the IP addresses that are within the IPv4 CIDR range of
the VPC. Most VPC IP address ranges fall within the private (non-publicly routable) IP address
ranges specified in RFC 1918; however, you can use publicly routable CIDR blocks for your
VPC. Regardless of the IP address range of your VPC, we do not support direct access to
the Internet from your VPC's CIDR block, including a publicly-routable CIDR block. You must
set up Internet access through a gateway; for example, an Internet gateway, virtual private
gateway, a VPN connection, or AWS Direct Connect.
You can control whether your instance receives a public IP address by doing the following:
Modifying the public IP addressing attribute of your subnet. For more information, see Modifying the
Public IPv4 Addressing Attribute for Your Subnet (p. 101).
Enabling or disabling the public IP addressing feature during instance launch, which overrides the
subnet's public IP addressing attribute. For more information, see Assigning a Public IPv4 Address
During Instance Launch (p. 101).
A public IP address is assigned from Amazon's pool of public IP addresses; it's not associated with
your account. When a public IP address is disassociated from your instance, it's released back into the
pool, and is no longer available for you to use. You cannot manually associate or disassociate a public
IP address. Instead, in certain cases, we release the public IP address from your instance, or assign
it a new one. For more information, see Public IP Addresses in the Amazon EC2 User Guide for Linux
Instances.
If you require a persistent public IP address allocated to your account that can be assigned to and
removed from instances as you require, use an Elastic IP address instead. For more information, see
Elastic IP Addresses (p. 232).
If your VPC is enabled to support DNS hostnames, each instance that receives a public IP address
or an Elastic IP address is also given a public DNS hostname. We resolve a public DNS hostname
to the public IP address of the instance outside the instance network, and to the private IP address
of the instance from within the instance network. For more information, see Using DNS with Your
VPC (p. 228).
IPv6 Addresses
You can optionally associate an IPv6 CIDR block with your VPC and subnets. For more information,
see the following topics:
99
Amazon Virtual Private Cloud User Guide
IP Addressing Behavior for Your Subnet
Your instance in a VPC receives an IPv6 address if an IPv6 CIDR block is associated with your VPC
and your subnet, and if one of the following is true:
Your subnet is configured to automatically assign an IPv6 address to the primary network interface of
an instance during launch.
You manually assign an IPv6 address to your instance during launch.
You assign an IPv6 address to your instance after launch.
You assign an IPv6 address to a network interface in the same subnet, and attach the network
interface to your instance after launch.
When your instance receives an IPv6 address during launch, the address is associated with the
primary network interface (eth0) of the instance. You can disassociate the IPv6 address from the
primary network interface. We do not support IPv6 DNS hostnames for your instance.
An IPv6 address persists when you stop and start your instance, and is released when you terminate
your instance. You cannot reassign an IPv6 address while it's assigned to another network interface
you must first unassign it.
You can assign additional IPv6 addresses to your instance by assigning them to a network interface
attached to your instance. The number of IPv6 addresses you can assign to a network interface, and
the number of network interfaces you can attach to an instance varies per instance type. For more
information, see IP Addresses Per Network Interface Per Instance Type in the Amazon EC2 User
Guide.
IPv6 addresses are globally unique, and therefore reachable over the Internet. You can control whether
instances are reachable via their IPv6 addresses by controlling the routing for your subnet, or by using
security group and network ACL rules. For more information, see Security (p. 117).
For more information about reserved IPv6 address ranges, see IANA IPv6 Special-Purpose Address
Registry and RFC4291.
Regardless of the subnet attribute, you can still override this setting for a specific instance during
launch. For more information, see Assigning a Public IPv4 Address During Instance Launch (p. 101)
and Assigning an IPv6 Address During Instance Launch (p. 102).
Topics
Modifying the Public IPv4 Addressing Attribute for Your Subnet (p. 101)
Modifying the IPv6 Addressing Attribute for Your Subnet (p. 101)
Assigning a Public IPv4 Address During Instance Launch (p. 101)
Assigning an IPv6 Address During Instance Launch (p. 102)
100
Amazon Virtual Private Cloud User Guide
Modifying the Public IPv4
Addressing Attribute for Your Subnet
101
Amazon Virtual Private Cloud User Guide
Assigning an IPv6 Address During Instance Launch
Important
You can't manually disassociate the public IPv4 address from your instance after launch.
Instead, it's automatically released in certain cases, after which you cannot reuse it. If you
require a persistent public IP address that you can associate or disassociate at will, associate
an Elastic IP address with the instance after launch instead. For more information, see Elastic
IP Addresses (p. 232).
This feature is only available during launch. However, whether or not you assign a public IPv4 address
to your instance during launch, you can associate an Elastic IP address with your instance after it's
launched. For more information, see Elastic IP Addresses (p. 232).
102
Amazon Virtual Private Cloud User Guide
Assigning an IPv6 Address to an Instance
Alternatively, if you want to assign a specific IPv6 address from the subnet range to your instance
during launch, you can assign the address to the primary network interface for your instance.
For more information about assigning multiple IPv6 addresses to your instance during launch, see
Working with Multiple IPv6 Addresses in the Amazon EC2 User Guide for Linux Instances
Alternatively, you can assign an IPv6 address to a network interface. For more information, see
Assigning an IPv6 Address in the Elastic Network Interfaces topic in the Amazon EC2 User Guide for
Linux Instances.
103
Amazon Virtual Private Cloud User Guide
API and Command Overview
Alternatively, you can disassociate an IPv6 address from a network interface. For more information,
see Unassigning an IPv6 Address in the Elastic Network Interfaces topic in the Amazon EC2 User
Guide for Linux Instances.
Use the --ipv6-addresses option with the run-instances command. (AWS CLI)
Use the -Ipv6Addresses parameter with the New-EC2Instance command. (AWS Tools for
Windows PowerShell)
Migrating to IPv6
If you have an existing VPC that supports IPv4 only, and resources in your subnet that are configured
to use IPv4 only, you can enable IPv6 support for your VPC and resources. Your VPC can operate
in dual-stack mode your resources can communicate over IPv4, or IPv6, or both. IPv4 and IPv6
communication are independent of each other.
You cannot disable IPv4 support for your VPC and subnets; this is the default IP addressing system for
Amazon VPC and Amazon EC2.
The following table provides an overview of the steps to enable your VPC and subnets to use IPv6.
104
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
Step Notes
Step 1: Associate an IPv6 CIDR Block with Your Associate an Amazon-provided IPv6 CIDR block
VPC and Subnets (p. 108) with your VPC and with your subnets.
Step 2: Create and Configure an Egress-Only NAT devices do not support IPv6 traffic; therefore
Internet Gateway (p. 109) create an egress-only Internet gateway for
your private subnets to enable outbound
communication to the Internet over IPv6 and
prevent inbound communication. An egress-only
Internet gateway supports IPv6 traffic only.
Step 3: Update Your Route Tables (p. 109) Update your route tables to route your IPv6
traffic. For example, create a route that routes
all IPv6 traffic from the public subnet to the
Internet gateway, and create a route that routes
all internet-bound IPv6 traffic from the private
subnet to the egress-only Internet gateway.
Step 4: Update Your Security Group Update your security group rules to include rules
Rules (p. 109) for IPv6 addresses. This enables IPv6 traffic to
flow to and from your instances. If you've created
custom network ACL rules to control the flow of
traffic to and from your subnet, you must include
rules for IPv6 traffic.
Step 5: Change Your Instance Type (p. 110) If your instance type does not support IPv6,
change the instance type.
Step 6: Assign IPv6 Addresses to Your Assign IPv6 addresses to your instances from
Instances (p. 111) the IPv6 address range of your subnet.
(Optional) Configure IPv6 on Your If your instance was launched from an AMI that
Instances (p. 111) is not configured to use DHCPv6, you must
manually configure your instance to recognize an
IPv6 address assigned to the instance.
Before you migrate to using IPv6, ensure that you have read the features of IPv6 addressing for
Amazon VPC: IPv4 and IPv6 Characteristics and Restrictions (p. 97).
105
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
The security group for your web server (sg-11aa22bb) has the following inbound rules:
106
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
The security group for your database instance (sg-33cc44dd) has the following inbound rule:
Both security groups have the default outbound rule that allows all outbound IPv4 traffic, and no other
outbound rules.
Your web server is t2.medium instance type. Your database server is an m3.large.
You want your VPC and resources to be enabled for IPv6, and you want them to operate in dual-stack
mode; in other words, you want to use both IPv6 and IPv4 addressing between resources in your VPC
and resources over the Internet.
After you've completed the steps, your VPC will have the following configuration.
107
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
108
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
5. Choose Close. Repeat the steps for the other subnets in your VPC.
For more information, see VPC and Subnet Sizing for IPv6 (p. 83).
109
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
In this scenario, an outbound rule that allows all IPv6 traffic is automatically added your security groups
when you associate an IPv6 CIDR block with your VPC. However, if you modified the original outbound
rules for your security group, this rule is not automatically added, and you must add equivalent
outbound rules for IPv6 traffic. For more information, see Security Groups for Your VPC (p. 119).
If you associate an IPv6 CIDR block with your VPC, we automatically add rules to the default network
ACL to allow IPv6 traffic, provided you haven't modified its default rules. If you've modified your
default network ACL or if you've created a custom network ACL with rules to control the flow of traffic
to and from your subnet, you must manually add rules for IPv6 traffic. For more information about
recommended network ACL rules for a VPC with a private and public subnet, see Recommended
Rules for Scenario 2 (p. 143).
To resize your instance, be aware of the compatibility limitations. For more information, see
Compatibility for Resizing Instances in the Amazon EC2 User Guide for Linux Instances. In this
scenario, if your database instance was launched from an AMI that uses HVM virtualization, you can
resize it to an m4.large instance type by using the following procedure.
Important
To resize your instance, you must stop it. Stopping and starting an instance changes the
public IPv4 address for the instance, if it has one. If you have any data stored on instance
store volumes, the data is erased.
If your instance is an instance store-backed AMI, you can't resize your instance using the earlier
procedure. Instead, you can create an instance store-backed AMI from your instance, and launch
a new instance from your AMI using a new instance type. For more information, see Creating an
Instance Store-Backed Linux AMI in the Amazon EC2 User Guide for Linux Instances, and Creating an
Instance Store-Backed Windows AMI in the Amazon EC2 User Guide for Windows Instances.
You may not be able to migrate to a new instance type if there are compatibility limitations. For
example, if your instance was launched from an AMI that uses PV virtualization, the only instance type
110
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
that supports both PV virtualization and IPv6 is C3. This instance type may not be suitable for your
needs. In this case, you may have to reinstall your software on a base HVM AMI, and launch a new
instance.
If you launch an instance from a new AMI, you can assign an IPv6 address to your instance during
launch.
Alternatively, if you launch a replacement instance (for example, if you were unable to resize your
instance and you created a new AMI instead), you can assign an IPv6 address during launch.
If you launched your instance from a different AMI, it may not be configured for DHCPv6, which
means that any IPv6 address that you assign to the instance is not automatically recognized on the
primary network interface. To verify if the IPv6 address is configured on your network interface, use the
ifconfig command on Linux, or the ipconfig command on Windows.
You can configure your instance using the following steps. You'll need to connect to your instance
using its public IPv4 address. For more information, see Connect to Your Linux Instance in the Amazon
EC2 User Guide for Linux Instances and Connecting to Your Windows Instance in the Amazon EC2
User Guide for Windows Instances.
Topics
Amazon Linux (p. 112)
Ubuntu (p. 112)
RHEL/CentOS (p. 114)
111
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
Amazon Linux
To configure DHCPv6 on Amazon Linux
IPV6INIT=no
IPV6INIT=yes
DHCPV6C=yes
DHCPV6C_OPTIONS=-nw
4. Open /etc/sysconfig/network, remove the following lines, and save your changes:
NETWORKING_IPV6=no
IPV6INIT=no
IPV6_ROUTER=no
IPV6_AUTOCONF=no
IPV6FORWARDING=no
IPV6TO4INIT=no
IPV6_CONTROL_RADVD=no
5. Open /etc/hosts, replace the contents with the following, and save your changes:
6. Reboot your instance. Reconnect to your instance and use the ifconfig command to verify that
the IPv6 address is recognized on the primary network interface.
Ubuntu
You can configure your Ubuntu instance to dynamically recognize any IPv6 address assigned to the
network interface. If your instance does not have an IPv6 address, this configuration may cause the
boot time of your instance to be extended by up to 5 minutes.
Topics
Ubuntu Server 16 (p. 113)
112
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
Ubuntu Server 16
cat /etc/network/interfaces.d/50-cloud-init.cfg
auto eth0
iface eth0 inet dhcp
Verify that the loopback network device (lo) is configured, and take note of the name of the
network interface. In this example, the network interface name is eth0; the name may be different
depending on the instance type.
3. Create the file /etc/network/interfaces.d/60-default-with-ipv6.cfg and add the
following line. If required, replace eth0 with the name of the network interface that you retrieved in
the step above.
4. Reboot your instance, or restart the network interface by running the following command. If
required, replace eth0 with the name of your network interface.
5. Reconnect to your instance and use the ifconfig command to verify that the IPv6 address is
configured on the network interface.
You can launch a new Ubuntu instance and ensure that any IPv6 address assigned to the instance is
automatically configured on the network interface by specifying the following user data during launch:
#!/bin/bash
echo "iface eth0 inet6 dhcp" >> /etc/network/interfaces.d/60-default-with-
ipv6.cfg
dhclient -6
In this case, you do not have to connect to the instance to configure the IPv6 address.
For more information, see Running Commands on Your Linux Instance at Launch in the Amazon EC2
User Guide for Linux Instances.
113
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
Ubuntu Server 14
If you're using Ubuntu Server 14, you must include a workaround for a known issue that occurs when
restarting a dual-stack network interface (the restart results in an extended timeout during which your
instance is unreachable).
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
up dhclient -6 $IFACE
sudo reboot
4. Reconnect to your instance and use the ifconfig command to verify that the IPv6 address is
configured on the network interface.
sudo dhclient -6
3. Use the ifconfig command to verify that the IPv6 address is recognized on the primary network
interface.
RHEL/CentOS
To configure DHCPv6 on RHEL 7 or CentOS 7
IPV6INIT="no"
IPV6INIT="yes"
114
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
DHCPV6C=yes
NM_CONTROLLED=no
3. Open /etc/sysconfig/network, add or amend the following line as follows, and save your
changes:
NETWORKING_IPV6=yes
You can use the ifconfig command to verify that the IPv6 address is recognized on the primary
network interface.
Remove the quotes that surround $DHCLIENTARGS and save your changes. Restart networking on
your instance:
Windows
Use the following procedures to configure IPv6 on Windows Server 2003 and Windows Server 2008
SP2.
To ensure that IPv6 is preferred over IPv4, download the fix named Prefer IPv6 over IPv4 in prefix
policies from the following Microsoft support page: https://support.microsoft.com/en-us/help/929852/
how-to-disable-ipv6-or-its-components-in-windows.
1. Get the IPv6 address of your instance by using the describe-instances AWS CLI command, or by
checking the IPv6 IPs field for the instance in the Amazon EC2 console.
2. Connect to your instance using the instance's public IPv4 address.
3. From within your instance, choose Start, Control Panel, Network Connections, Local Area
Connection.
4. Choose Properties, and then choose Install.
5. Choose Protocol, and choose Add. In the Network Protocol list, choose Microsoft TCP/IP
version 6, and then choose OK.
115
Amazon Virtual Private Cloud User Guide
Example: Enabling IPv6 in a VPC
With a Public and Private Subnet
netsh
interface ipv6
8. Add the IPv6 address to the local area connection using the following command. Replace the
value for the IPv6 address with the IPv6 address for your instance.
For example:
exit
10. Use the ipconfig command to verify that the IPv6 address is recognized for the Local Area
Connection.
1. Get the IPv6 address of your instance by using the describe-instances AWS CLI command, or by
checking the IPv6 IPs field for the instance in the Amazon EC2 console.
2. Connect to your Windows instance using the instance's public IPv4 address.
3. Choose Start, Control Panel.
4. Open the Network and Sharing Center, then open Network Connections.
5. Right-click Local Area Network (for the network interface) and choose Properties.
6. Choose the Internet Protocol Version 6 (TCP/IPv6) check box, and choose OK.
7. Open the properties dialog box for Local Area Network again. Choose Internet Protocol Version
6 (TCP/IPv6) and choose Properties.
8. Choose Use the following IPv6 address and do the following:
For IPv6 Address, enter the IPv6 address you obtained in step 1.
For Subnet prefix length, enter 64.
9. Choose OK and close the properties dialog box.
10. Open the command prompt. Use the ipconfig command to verify that the IPv6 address is
recognized for the Local Area Connection.
116
Amazon Virtual Private Cloud User Guide
Security
Amazon VPC provides features that you can use to increase and monitor the security for your VPC:
Security groups Act as a firewall for associated Amazon EC2 instances, controlling both inbound
and outbound traffic at the instance level
Network access control lists (ACLs) Act as a firewall for associated subnets, controlling both
inbound and outbound traffic at the subnet level
Flow logs Capture information about the IP traffic going to and from network interfaces in your
VPC
When you launch an instance in a VPC, you can associate one or more security groups that you've
created. Each instance in your VPC could belong to a different set of security groups. If you don't
specify a security group when you launch an instance, the instance automatically belongs to the default
security group for the VPC. For more information about security groups, see Security Groups for Your
VPC (p. 119)
You can secure your VPC instances using only security groups; however, you can add network ACLs
as a second layer of defense. For more information about network ACLs, see Network ACLs (p. 127).
You can monitor the accepted and rejected IP traffic going to and from your instances by creating a
flow log for a VPC, subnet, or individual network interface. Flow log data is published to CloudWatch
Logs, and can help you diagnose overly restrictive or overly permissive security group and network
ACL rules. For more information, see VPC Flow Logs (p. 172).
You can use AWS Identity and Access Management to control who in your organization has
permission to create and manage security groups, network ACLs and flow logs. For example, you
can give only your network administrators that permission, but not personnel who only need to launch
instances. For more information, see Controlling Access to Amazon VPC Resources (p. 157).
Amazon security groups and network ACLs don't filter traffic to or from link-local addresses
(169.254.0.0/16) or AWS-reserved IPv4 addressesthese are the first four IPv4 addresses
of the subnet (including the Amazon DNS server address for the VPC). Similarly, flow logs do not
capture IP traffic to or from these addresses. These addresses support the services: Domain Name
Services (DNS), Dynamic Host Configuration Protocol (DHCP), Amazon EC2 instance metadata, Key
Management Server (KMSlicense management for Windows instances), and routing in the subnet.
You can implement additional firewall solutions in your instances to block network communication with
link-local addresses.
117
Amazon Virtual Private Cloud User Guide
Comparison of Security Groups and Network ACLs
Operates at the instance level (first layer of Operates at the subnet level (second layer of
defense) defense)
Supports allow rules only Supports allow rules and deny rules
Is stateful: Return traffic is automatically allowed, Is stateless: Return traffic must be explicitly
regardless of any rules allowed by rules
We evaluate all rules before deciding whether to We process rules in number order when deciding
allow traffic whether to allow traffic
Applies to an instance only if someone specifies Automatically applies to all instances in the
the security group when launching the instance, subnets it's associated with (backup layer of
or associates the security group with the instance defense, so you don't have to rely on someone
later on specifying the security group)
The following diagram illustrates the layers of security provided by security groups and network ACLs.
For example, traffic from an Internet gateway is routed to the appropriate subnet using the routes
in the routing table. The rules of the network ACL associated with the subnet control which traffic is
allowed to the subnet. The rules of the security group associated with an instance control which traffic
is allowed to the instance.
118
Amazon Virtual Private Cloud User Guide
Security Groups
For each security group, you add rules that control the inbound traffic to instances, and a separate set
of rules that control the outbound traffic. This section describes the basics things you need to know
about security groups for your VPC and their rules.
You might set up network ACLs with rules similar to your security groups in order to add an additional
layer of security to your VPC. For more information about the differences between security groups and
network ACLs, see Comparison of Security Groups and Network ACLs (p. 118).
Topics
Security Group Basics (p. 120)
Default Security Group for Your VPC (p. 120)
Security Group Rules (p. 121)
Differences Between Security Groups for EC2-Classic and EC2-VPC (p. 122)
Working with Security Groups (p. 123)
API and CLI Overview (p. 126)
119
Amazon Virtual Private Cloud User Guide
Security Group Basics
You have limits on the number of security groups that you can create per VPC, the number of rules
that you can add to each security group, and the number of security groups you can associate with a
network interface. For more information, see Amazon VPC Limits (p. 264).
You can specify allow rules, but not deny rules.
You can specify separate rules for inbound and outbound traffic.
When you create a security group, it has no inbound rules. Therefore, no inbound traffic is allowed
until you add inbound rules to the security group.
By default, a security group includes an outbound rule that allows all outbound traffic. You can
remove the rule and add outbound rules that allow specific outbound traffic only. If your security
group has no outbound rules, no outbound traffic is allowed.
Security groups are stateful if you send a request from your instance, the response traffic for
that request is allowed to flow in regardless of inbound security group rules. Responses to allowed
inbound traffic are allowed to flow out, regardless of outbound rules.
Note
Some types of traffic are tracked differently to others. For more information, see Connection
Tracking in the Amazon EC2 User Guide for Linux Instances.
Instances associated with a security group can't talk to each other unless you add rules allowing it
(exception: the default security group has these rules by default).
Security groups are associated with network interfaces. After you launch an instance, you can
change the security groups associated with the instance, which changes the security groups
associated with the primary network interface (eth0). You can also change the security groups
associated with any other network interface. For more information about network interfaces, see
Elastic Network Interfaces.
The following table describes the default rules for a default security group.
Inbound
The security group ID All All Allow inbound traffic from instances
(sg-xxxxxxxx) assigned to the same security group.
Outbound
120
Amazon Virtual Private Cloud User Guide
Security Group Rules
You can change the rules for the default security group.
You can't delete a default security group. If you try to delete the default security group, you'll get the
following error: Client.CannotDelete: the specified group: "sg-51530134" name:
"default" cannot be deleted by a user.
Note
If you've modified the outbound rules for your security group, we do not automatically add an
outbound rule for IPv6 traffic when you associate an IPv6 block with your VPC.
The following are the basic parts of a security group rule in a VPC:
(Inbound rules only) The source of the traffic and the destination port or port range. The source can
be another security group, an IPv4 or IPv6 CIDR block, or a single IPv4 or IPv6 address.
(Outbound rules only) The destination for the traffic and the destination port or port range. The
destination can be another security group, an IPv4 or IPv6 CIDR block, or a single IPv4 or IPv6
address.
Any protocol that has a standard protocol number (for a list, see Protocol Numbers). If you specify
ICMP as the protocol, you can specify any or all of the ICMP types and codes.
When you specify a security group as the source for a rule, this allows instances associated with the
source security group to access instances in the security group. (Note that this does not add rules from
the source security group to this security group.)
If you specify a single IPv4 address, use the /32 prefix. If you specify a single IPv6 address, specify
the /128 prefix length.
Some systems for setting up firewalls let you filter on source ports. Security groups let you filter only on
destination ports.
When you add or remove rules, they are automatically applied to all instances associated with the
security group.
The kind of rules you add may depend on the purpose of the instance. The following table describes
example rules for a security group for web servers. The web servers can receive HTTP and HTTPS
traffic from all IPv4 and IPv6 addresses, and send SQL or MySQL traffic to a database server.
Inbound
121
Amazon Virtual Private Cloud User Guide
Differences Between Security Groups
for EC2-Classic and EC2-VPC
Your network's public IPv4 TCP 22 Allow inbound SSH access to Linux
address range instances from IPv4 IP addresses
in your network (over the Internet
gateway)
Your network's public IPv4 TCP 3389 Allow inbound RDP access to
address range Windows instances from IPv4 IP
addresses in your network (over the
Internet gateway)
Outbound
The ID of the security group for TCP 1433 Allow outbound Microsoft SQL
your database servers Server access to instances in the
specified security group
The ID of the security group for TCP 3306 Allow outbound MySQL access to
your MySQL database servers instances in the specified security
group
A database server would need a different set of rules; for example, instead of inbound HTTP and
HTTPS traffic, you can add a rule that allows inbound MySQL or Microsoft SQL Server access. For an
example of security group rules for web servers and database servers, see Security (p. 51).
For more information about creating security group rules to ensure that Path MTU Discovery can
function correctly, see Path MTU Discovery in the Amazon EC2 User Guide for Linux Instances.
If the owner of the peer VPC deletes the referenced security group, or if you or the owner of the peer
VPC deletes the VPC peering connection, the security group rule is marked as stale. You can delete
stale security group rules as you would any other security group rule.
For more information, see Working With Stale Security Groups in the Amazon VPC Peering Guide.
The following table summarizes the differences between security groups for use with EC2-Classic and
those for use with EC2-VPC.
EC2-Classic EC2-VPC
You can create up to 500 security groups per You can create up to 500 security groups per
region. VPC.
122
Amazon Virtual Private Cloud User Guide
Working with Security Groups
EC2-Classic EC2-VPC
You can add up to 100 rules to a security group. You can add up to 50 rules to a security group.
You can add rules for inbound traffic only. You can add rules for inbound and outbound
traffic.
You can assign up to 500 security groups to an You can assign up to 5 security groups to a
instance. network interface.
You can reference security groups from other You can reference security groups from your
AWS accounts. VPC or from a peer VPC in a VPC peering
connection only. The peer VPC can be in a
different account.
After you launch an instance, you can't change You can change the security groups assigned to
the security groups assigned to it. an instance after it's launched.
When you add a rule to a security group, you When you add a rule to a security group, you
don't have to specify a protocol, and only TCP, must specify a protocol, and it can be any
UDP, or ICMP are available. protocol with a standard protocol number, or all
protocols (see Protocol Numbers).
When you add a rule to a security group, you When you add a rule to a security group, you can
must specify port numbers (for TCP or UDP). specify port numbers only if the rule is for TCP or
UDP, and you can specify all port numbers.
Security groups that are referenced in another Security groups that are referenced in another
security group's rules cannot be deleted. security group's rules can be deleted if the
security groups are in different VPCs. If the
referenced security group is deleted, the rule is
marked as stale. You can use the describe-stale-
security-groups AWS CLI command to identify
stale rules.
You cannot specify an IPv6 CIDR block or an You can specify an IPv6 CIDR block or an IPv6
IPv6 address as the source or destination in a address as the source or destination in a security
security group rule. group rule.
Topics
Modifying the Default Security Group (p. 123)
Creating a Security Group (p. 124)
Adding and Removing Rules (p. 124)
Changing an Instance's Security Groups (p. 125)
Deleting a Security Group (p. 125)
Deleting the 2009-07-15-default Security Group (p. 125)
123
Amazon Virtual Private Cloud User Guide
Working with Security Groups
however, you can change the group's rules. The procedure is the same as modifying any other security
group. For more information, see Adding and Removing Rules (p. 124).
By default, new security groups start with only an outbound rule that allows all traffic to leave the
instances. You must add rules to enable any inbound traffic or to restrict the outbound traffic.
To add a rule
To delete a rule
124
Amazon Virtual Private Cloud User Guide
Working with Security Groups
125
Amazon Virtual Private Cloud User Guide
API and CLI Overview
126
Amazon Virtual Private Cloud User Guide
Network ACLs
Network ACLs
A network access control list (ACL) is an optional layer of security for your VPC that acts as a firewall
for controlling traffic in and out of one or more subnets. You might set up network ACLs with rules
similar to your security groups in order to add an additional layer of security to your VPC. For more
information about the differences between security groups and network ACLs, see Comparison of
Security Groups and Network ACLs (p. 118).
Topics
Network ACL Basics (p. 127)
Network ACL Rules (p. 128)
Default Network ACL (p. 128)
Custom Network ACL (p. 129)
Ephemeral Ports (p. 133)
Working with Network ACLs (p. 134)
Example: Controlling Access to Instances in a Subnet (p. 137)
API and Command Overview (p. 139)
Your VPC automatically comes with a modifiable default network ACL. By default, it allows all
inbound and outbound IPv4 traffic and, if applicable, IPv6 traffic.
You can create a custom network ACL and associate it with a subnet. By default, each custom
network ACL denies all inbound and outbound traffic until you add rules.
Each subnet in your VPC must be associated with a network ACL. If you don't explicitly associate a
subnet with a network ACL, the subnet is automatically associated with the default network ACL.
You can associate a network ACL with multiple subnets; however, a subnet can be associated with
only one network ACL at a time. When you associate a network ACL with a subnet, the previous
association is removed.
A network ACL contains a numbered list of rules that we evaluate in order, starting with the lowest
numbered rule, to determine whether traffic is allowed in or out of any subnet associated with the
network ACL. The highest number that you can use for a rule is 32766. We recommend that you
start by creating rules with rule numbers that are multiples of 100, so that you can insert new rules
where you need to later on.
A network ACL has separate inbound and outbound rules, and each rule can either allow or deny
traffic.
Network ACLs are stateless; responses to allowed inbound traffic are subject to the rules for
outbound traffic (and vice versa).
For more information about the number of network ACLs you can create, see Amazon VPC
Limits (p. 264).
127
Amazon Virtual Private Cloud User Guide
Network ACL Rules
Rule number. Rules are evaluated starting with the lowest numbered rule. As soon as a rule matches
traffic, it's applied regardless of any higher-numbered rule that may contradict it.
Protocol. You can specify any protocol that has a standard protocol number. For more information,
see Protocol Numbers. If you specify ICMP as the protocol, you can specify any or all of the ICMP
types and codes.
[Inbound rules only] The source of the traffic (CIDR range) and the destination (listening) port or port
range.
[Outbound rules only] The destination for the traffic (CIDR range) and the destination port or port
range.
Choice of ALLOW or DENY for the specified traffic.
The following is an example default network ACL for a VPC that supports IPv4 only.
Inbound
Outbound
If you create a VPC with an IPv6 CIDR block or if you associate an IPv6 CIDR block with your existing
VPC, we automatically add rules that allow all IPv6 traffic to flow in and out of your subnet. We also
add rules whose rule numbers are an asterisk that ensures that a packet is denied if it doesn't match
any of the other numbered rules. You can't modify or remove these rules. The following is an example
default network ACL for a VPC that supports IPv4 and IPv6.
Note
If you've modified your default network ACL's inbound rules, we do not automatically add
an ALLOW rule for inbound IPv6 traffic when you associate an IPv6 block with your VPC.
Similarly, if you've modified the outbound rules, we do not automatically add an ALLOW rule
for outbound IPv6 traffic.
Inbound
128
Amazon Virtual Private Cloud User Guide
Custom Network ACL
Outbound
The network ACL also includes inbound rules that allow SSH and RDP traffic into the subnet. The
outbound rule 120 enables responses to egress the subnet.
The network ACL has outbound rules (100 and 110) that allow outbound HTTP and HTTPS traffic out
of the subnet. There's a corresponding inbound rule that enables responses to that outbound traffic
(inbound rule 140, which covers ephemeral ports 49152-65535).
Note
Each network ACL includes a default rule whose rule number is an asterisk. This rule ensures
that if a packet doesn't match any of the other rules, it's denied. You can't modify or remove
this rule.
Inbound
129
Amazon Virtual Private Cloud User Guide
Custom Network ACL
Outbound
As a packet comes to the subnet, we evaluate it against the ingress rules of the ACL the subnet is
associated with (starting at the top of the list of rules, and moving to the bottom). Here's how the
130
Amazon Virtual Private Cloud User Guide
Custom Network ACL
evaluation goes if the packet is destined for the SSL port (443). The packet doesn't match the first rule
evaluated (rule 100). It does match the second rule (110), which allows the packet into the subnet. If
the packet had been destined for port 139 (NetBIOS), the first two rules would not have matched, but
the * rule ultimately would have denied the packet.
You might want to add a DENY rule in a situation where you legitimately need to open a wide range of
ports, but there are certain ports within that range you want to deny. Just make sure to place the DENY
rule earlier in the table than the rule that allows the wide range of port traffic.
Important
With Elastic Load Balancing, if the subnet for your back-end instances has a network ACL
in which you've added a DENY rule for all traffic with a source of 0.0.0.0/0 or the subnet's
CIDR, then your load balancer can't carry out health checks on the instances. For more
information about the recommended network ACL rules for your load balancers and back-
end instances, see Network ACLs for Load Balancers in a VPC in the Classic Load Balancer
Guide.
The following table shows the same example of a custom network ACL for a VPC that has an
associated IPv6 CIDR block. This network ACL includes rules for all IPv6 HTTP and HTTPS traffic. In
this case, new rules were inserted between the existing rules for IPv4 traffic; however, you can also
add the rules as higher number rules after the IPv4 rules. IPv4 and IPv6 traffic are separate; therefore,
none of the rules for the IPv4 traffic apply to the IPv6 traffic.
Inbound
131
Amazon Virtual Private Cloud User Guide
Custom Network ACL
Outbound
132
Amazon Virtual Private Cloud User Guide
Ephemeral Ports
Ephemeral Ports
The example network ACL in the preceding section uses an ephemeral port range of 49152-65535.
However, you might want to use a different range for your network ACLs depending on the type of
client that you're using or with which you're communicating.
The client that initiates the request chooses the ephemeral port range. The range varies depending
on the client's operating system. Many Linux kernels (including the Amazon Linux kernel) use ports
32768-61000. Requests originating from Elastic Load Balancing use ports 1024-65535. Windows
operating systems through Windows Server 2003 use ports 1025-5000. Windows Server 2008 and
later versions use ports 49152-65535. A NAT gateway uses ports 1024-65535. For example, if a
request comes into a web server in your VPC from a Windows XP client on the Internet, your network
ACL must have an outbound rule to enable traffic destined for ports 1025-5000.
If an instance in your VPC is the client initiating a request, your network ACL must have an inbound
rule to enable traffic destined for the ephemeral ports specific to the type of instance (Amazon Linux,
Windows Server 2008, and so on).
133
Amazon Virtual Private Cloud User Guide
Working with Network ACLs
In practice, to cover the different types of clients that might initiate traffic to public-facing instances in
your VPC, you can open ephemeral ports 1024-65535. However, you can also add rules to the ACL to
deny traffic on any malicious ports within that range. Ensure that you place the DENY rules earlier in
the table than the ALLOW rules that open the wide range of ephemeral ports.
Topics
Determining Network ACL Associations (p. 134)
Creating a Network ACL (p. 134)
Adding and Deleting Rules (p. 135)
Associating a Subnet with a Network ACL (p. 135)
Disassociating a Network ACL from a Subnet (p. 136)
Changing a Subnet's Network ACL (p. 136)
Deleting a Network ACL (p. 136)
The network ACL associated with the subnet is included in the Network ACL tab, along with the
network ACL's rules.
134
Amazon Virtual Private Cloud User Guide
Working with Network ACLs
4. In the Create Network ACL dialog box, optionally name your network ACL, and then select the ID
of your VPC from the VPC list, and choose Yes, Create.
If you're using the Amazon EC2 API or a command line tool, you can't modify rules; you can only add
and delete rules. If you're using the Amazon VPC console, you can modify the entries for existing rules
(the console removes the rule and adds a new rule for you). If you need to change the order of a rule in
the ACL, you must add a new rule with the new rule number, and then delete the original rule.
135
Amazon Virtual Private Cloud User Guide
Working with Network ACLs
associated with only one network ACL. Any subnet not associated with a particular ACL is associated
with the default network ACL by default.
After changing a subnet's network ACL, you don't have to terminate and relaunch the instances in the
subnet; the changes take effect after a short period.
136
Amazon Virtual Private Cloud User Guide
Example: Controlling Access to Instances in a Subnet
All instances use the same security group (sg-1a2b3c4d), with the following rules.
Inbound Rules
137
Amazon Virtual Private Cloud User Guide
Example: Controlling Access to Instances in a Subnet
Outbound Rules
The subnet is associated with a network ACL that has the following rules.
Inbound Rules
Outbound Rules
138
Amazon Virtual Private Cloud User Guide
API and Command Overview
response
traffic for
inbound
requests.
This scenario gives you the flexibility to change the security groups or security group rules for your
instances, and have the network ACL as the backup layer of defense. The network ACL rules apply
to all instances in the subnet, so if you accidentally make your security group rules too permissive,
the network ACL rules continue to permit access only from the single IP address. For example, the
following rules are more permissive than the earlier rules they allow inbound SSH access from any
IP address.
Inbound Rules
Outbound Rules
However, only other instances within the subnet and your remote computer are able to access this
instance. The network ACL rules still prevent all inbound traffic to the subnet except from your remote
computer.
139
Amazon Virtual Private Cloud User Guide
Recommended Network ACL Rules for Your VPC
Topics
Recommended Rules for Scenario 1 (p. 141)
Recommended Rules for Scenario 2 (p. 143)
Recommended Rules for Scenario 3 (p. 149)
Recommended Rules for Scenario 4 (p. 155)
For more information about network ACLs and how to use them, see Network ACLs (p. 127).
Important
We use the ephemeral port range 49152-65535 as an example, or 1024-65535 for a NAT
gateway. You must select a range that is appropriate for your configuration. For more
information, see Ephemeral Ports (p. 133).
140
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 1
If the maximum transmission unit (MTU) between hosts in your subnets is different, you
must add the following inbound and outbound network ACL rules to ensure that Path MTU
Discovery can function correctly and prevent packet loss: Custom ICMP Rule type and
Destination Unreachable: fragmentation required, and DF flag set port range (Type 3,
Code 4). For more information, see Network Maximum Transmission Unit (MTU) for Your
EC2 Instance in the Amazon EC2 User Guide for Linux Instances.
The following table shows the rules we recommended. They block all traffic except that which is
explicitly required.
Inbound
130 Public IPv4 TCP 3389 ALLOW Allows inbound RDP traffic
address from your home network
range of (over the Internet gateway).
your home
network
Outbound
141
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 1
The following are the IPv6-specific rules for your network ACL (which are in addition to the rules listed
above).
Inbound
142
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
Outbound
For this scenario you have a network ACL for the public subnet, and a separate one for the private
subnet. The following table shows the rules we recommend for each ACL. They block all traffic except
that which is explicitly required. They mostly mimic the security group rules for the scenario.
143
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
Inbound
Outbound
144
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
Inbound
145
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
Outbound
The following are the IPv6-specific rules for your network ACLs (which are in addition to the rules listed
above).
Inbound
146
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
Outbound
180 2001:db8:1234:1a01::/64
TCP 1433 ALLOW Allows outbound MS SQL
access to database servers
in the private subnet.
190 2001:db8:1234:1a01::/64
TCP 3306 ALLOW Allows outbound MySQL
access to database servers
in the private subnet
147
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 2
210 2001:db8:1234:1a01::/64
TCP 22 ALLOW Allows outbound SSH
access to instances in your
private subnet (from an
SSH bastion, if you have
one).
Inbound
150 2001:db8:1234:1a00::/64
TCP 1433 ALLOW Allows web servers in the
public subnet to read and
write to MS SQL servers in
the private subnet.
160 2001:db8:1234:1a00::/64
TCP 3306 ALLOW Allows web servers in the
public subnet to read and
write to MySQL servers in
the private subnet.
170 2001:db8:1234:1a00::/64
TCP 22 ALLOW Allows inbound SSH traffic
from an SSH bastion
in the public subnet (if
applicable).
180 2001:db8:1234:1a00::/64
TCP 3389 ALLOW Allows inbound RDP traffic
from a Microsoft Terminal
Services gateway in the
public subnet, if applicable.
148
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
Outbound
150 2001:db8:1234:1a00::/64
TCP 49152-65535 ALLOW Allows outbound responses
to the public subnet (for
example, responses to web
servers in the public subnet
that are communicating
with DB servers in the
private subnet).
This range is an example
only. For information
about choosing the correct
ephemeral ports for
your configuration, see
Ephemeral Ports (p. 133).
For this scenario you have a network ACL for the public subnet, and a separate one for the VPN-only
subnet. The following table shows the rules we recommend for each ACL. They block all traffic except
that which is explicitly required.
Inbound
149
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
130 Public IPv4 TCP 3389 ALLOW Allows inbound RDP traffic
address to the web servers from
range of your home network (over
your home the Internet gateway).
network
Outbound
150
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
Inbound
130 Private IPv4 TCP 3389 ALLOW Allows inbound RDP traffic
address from the home network
range of (over the virtual private
your home gateway).
network
151
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
Outbound
152
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
The following are the IPv6-specific rules for your network ACLs (which are in addition to the rules listed
above).
Inbound
Outbound
170 2001:db8:1234:1a01::/64
TCP 1433 ALLOW Allows outbound MS SQL
access to database servers
in the private subnet.
153
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 3
180 2001:db8:1234:1a01::/64
TCP 3306 ALLOW Allows outbound MySQL
access to database servers
in the private subnet.
Inbound
150 2001:db8:1234:1a00::/64
TCP 1433 ALLOW Allows web servers in the
public subnet to read and
write to MS SQL servers in
the private subnet.
160 2001:db8:1234:1a00::/64
TCP 3306 ALLOW Allows web servers in the
public subnet to read and
write to MySQL servers in
the private subnet.
Outbound
130 2001:db8:1234:1a00::/64
TCP 49152-65535 ALLOW Allows outbound responses
to the public subnet (for
example, responses to web
servers in the public subnet
that are communicating
with DB servers in the
private subnet).
This range is an example
only. For information
about choosing the correct
ephemeral ports for
154
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 4
The following table shows the rules we recommended. They block all traffic except that which is
explicitly required.
Inbound
Outbound
155
Amazon Virtual Private Cloud User Guide
Recommended Rules for Scenario 4
In this scenario, the database servers cannot be reached over the VPN communication via IPv6,
therefore no additional network ACL rules are required. The following are the default rules that deny
IPv6 traffic to and from the subnet.
Inbound
Outbound
156
Amazon Virtual Private Cloud User Guide
Controlling Access
For more information about creating IAM policies for Amazon EC2, supported resources for EC2 API
actions, as well as example policies for Amazon EC2, see IAM Policies for Amazon EC2 in the Amazon
EC2 User Guide for Linux Instances.
Topics
Example Policies for the AWS CLI or SDK (p. 157)
Example Policies for the Console (p. 164)
For example policies for working with ClassicLink, see Example Policies for CLI or SDK in the Amazon
EC2 User Guide for Linux Instances.
The following policy grants users permission to create and manage your VPC. You might attach this
policy to a group of network administrators. The Action element specifies the API actions related to
VPCs, subnets, Internet gateways, customer gateways, virtual private gateways, VPN connections,
route tables, Elastic IP addresses, security groups, network ACLs, and DHCP options sets. The
policy also allows the group to run, stop, start, and terminate instances. It also allows the group to list
Amazon EC2 resources.
157
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
The policy uses wildcards to specify all actions for each type of object (for example,
*SecurityGroup*). Alternatively, you could list each action explicitly. If you use the wildcards, be
aware that if we add new actions whose names include any of the wildcarded strings in the policy, the
policy would automatically grant the group access to those new actions.
The Resource element uses a wildcard to indicate that users can specify all resources with these API
actions. The * wildcard is also necessary in cases where the API action does not support resource-
level permissions.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action":["ec2:*Vpc*",
"ec2:*Subnet*",
"ec2:*Gateway*",
"ec2:*Vpn*",
"ec2:*Route*",
"ec2:*Address*",
"ec2:*SecurityGroup*",
"ec2:*NetworkAcl*",
"ec2:*DhcpOptions*",
"ec2:RunInstances",
"ec2:StopInstances",
"ec2:StartInstances",
"ec2:TerminateInstances",
"ec2:Describe*"],
"Resource":"*"
}
]
}
The following policy grants users permission to list your VPCs and their components. They can't create,
update, or delete them.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action":["ec2:DescribeVpcs",
"ec2:DescribeSubnets",
"ec2:DescribeInternetGateways",
"ec2:DescribeEgressOnlyInternetGateways",
"ec2:DescribeVpcEndpoints",
"ec2:DescribeNatGateways",
"ec2:DescribeCustomerGateways",
"ec2:DescribeVpnGateways",
"ec2:DescribeVpnConnections",
"ec2:DescribeRouteTables",
"ec2:DescribeAddresses",
"ec2:DescribeSecurityGroups",
"ec2:DescribeNetworkAcls",
"ec2:DescribeDhcpOptions",
"ec2:DescribeTags",
"ec2:DescribeInstances"],
158
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
"Resource":"*"
}
]
}
The following policy grants users permission to launch instances, stop instances, start instances,
terminate instances, and describe the available resources for Amazon EC2 and Amazon VPC.
The second statement in the policy protects against any other policy that might grant the user access
to a wider range of API actions by explicitly denying permissions.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action":["ec2:RunInstances",
"ec2:StopInstances",
"ec2:StartInstances",
"ec2:TerminateInstances",
"ec2:Describe*"],
"Resource":"*"
},
{
"Effect":"Deny",
"NotAction":["ec2:RunInstances",
"ec2:StopInstances",
"ec2:StartInstances",
"ec2:TerminateInstances",
"ec2:Describe*"],
"Resource":"*"
}
]
}
The following policy grants users permission to launch instances into a specific subnet, and
to use a specific security group in the request. The policy does this by specifying the ARN for
subnet-1a2b3c4d, and the ARN for sg-123abc123. If users attempt to launch an instance into
a different subnet or using a different security group, the request will fail (unless another policy or
statement grants users permission to do so).
The policy also grants permission to use the network interface resource. When launching into a
subnet, the RunInstances request creates a primary network interface by default, so the user needs
permission to create this resource when launching the instance.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Resource": [
"arn:aws:ec2:region::image/ami-*",
"arn:aws:ec2:region:account:instance/*",
"arn:aws:ec2:region:account:subnet/subnet-1a2b3c4d",
159
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
"arn:aws:ec2:region:account:network-interface/*",
"arn:aws:ec2:region:account:volume/*",
"arn:aws:ec2:region:account:key-pair/*",
"arn:aws:ec2:region:account:security-group/sg-123abc123"
]
}
]
}
The following policy grants users permission to launch instances into any subnet within a specific VPC.
The policy does this by applying a condition key (ec2:Vpc) to the subnet resource.
The policy also grants users permission to launch instances using only AMIs that have the tag
"department=dev".
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Resource": "arn:aws:ec2:region:account:subnet/*",
"Condition": {
"StringEquals": {
"ec2:Vpc": "arn:aws:ec2:region:account:vpc/vpc-1a2b3c4d"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Resource": "arn:aws:ec2:region::image/ami-*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/department": "dev"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Resource": [
"arn:aws:ec2:region:account:instance/*",
"arn:aws:ec2:region:account:volume/*",
"arn:aws:ec2:region:account:network-interface/*",
"arn:aws:ec2:region:account:key-pair/*",
"arn:aws:ec2:region:account:security-group/*"
]
}
]
}
The following policy grants users permission to create and delete inbound and outbound rules for any
security group within a specific VPC. The policy does this by applying a condition key (ec2:Vpc) to the
security group resource for the Authorize and Revoke actions.
160
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
The second statement grants users permission to describe all security groups. This is necessary in
order for users to be able to modify security group rules using the CLI.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action": [
"ec2:AuthorizeSecurityGroupIngress",
"ec2:AuthorizeSecurityGroupEgress",
"ec2:RevokeSecurityGroupIngress",
"ec2:RevokeSecurityGroupEgress"],
"Resource": "arn:aws:ec2:region:account:security-group/*",
"Condition": {
"StringEquals": {
"ec2:Vpc": "arn:aws:ec2:region:account:vpc/vpc-1a2b3c4d"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:DescribeSecurityGroups",
"Resource": "*"
}
]
}
The following are examples of policies you can use to manage the creation and modification of VPC
peering connections.
The following policy allows users to create VPC peering connection requests using only VPCs that
are tagged with Purpose=Peering. The first statement applies a condition key (ec2:ResourceTag)
to the VPC resource. Note that the VPC resource for the CreateVpcPeeringConnection action is
always the requester VPC.
The second statement grants users permissions to create the VPC peering connection resource, and
therefore uses the * wildcard in place of a specific resource ID.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action": "ec2:CreateVpcPeeringConnection",
"Resource": "arn:aws:ec2:region:account:vpc/*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/Purpose": "Peering"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:CreateVpcPeeringConnection",
161
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
"Resource": "arn:aws:ec2:region:account:vpc-peering-connection/*"
}
]
}
The following policy allows users in AWS account 333333333333 to create VPC peering connections
using any VPC in the us-east-1 region, but only if the VPC that will be accepting the peering connection
is a specific VPC (vpc-aaa111bb) in a specific account (777788889999).
{
"Version": "2012-10-17",
"Statement": [{
"Effect":"Allow",
"Action": "ec2:CreateVpcPeeringConnection",
"Resource": "arn:aws:ec2:us-east-1:333333333333:vpc/*"
},
{
"Effect": "Allow",
"Action": "ec2:CreateVpcPeeringConnection",
"Resource": "arn:aws:ec2:region:333333333333:vpc-peering-connection/*",
"Condition": {
"ArnEquals": {
"ec2:AccepterVpc": "arn:aws:ec2:region:777788889999:vpc/vpc-aaa111bb"
}
}
}
]
}
The following policy allows users to accept VPC peering connection requests from AWS account
444455556666 only. This helps to prevent users from accepting VPC peering connection requests from
unknown accounts. The first statement uses the ec2:RequesterVpc condition key to enforce this.
The policy also grants users permissions to accept VPC peering requests only when your VPC has the
tag Purpose=Peering.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action": "ec2:AcceptVpcPeeringConnection",
"Resource": "arn:aws:ec2:region:account:vpc-peering-connection/*",
"Condition": {
"ArnEquals": {
"ec2:RequesterVpc": "arn:aws:ec2:region:444455556666:vpc/*"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:AcceptVpcPeeringConnection",
"Resource": "arn:aws:ec2:region:account:vpc/*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/Purpose": "Peering"
162
Amazon Virtual Private Cloud User Guide
Example Policies for the AWS CLI or SDK
}
}
}
]
}
The following policy allows users in account 444455556666 to delete any VPC peering connection,
except those that use the specified VPC vpc-1a2b3c4d, which is in the same account. The policy
specifies both the ec2:AccepterVpc and ec2:RequesterVpc condition keys, as the VPC may have
been the requester VPC or the peer VPC in the original VPC peering connection request.
{
"Version": "2012-10-17",
"Statement": [{
"Effect":"Allow",
"Action": "ec2:DeleteVpcPeeringConnection",
"Resource": "arn:aws:ec2:region:444455556666:vpc-peering-connection/*",
"Condition": {
"ArnNotEquals": {
"ec2:AccepterVpc": "arn:aws:ec2:region:444455556666:vpc/vpc-1a2b3c4d",
"ec2:RequesterVpc": "arn:aws:ec2:region:444455556666:vpc/vpc-1a2b3c4d"
}
}
}
]
}
The following policy allows users to work with VPC peering connections entirely within a specific
account. Users can view, create, accept, reject, and delete VPC peering connections, provided they
are all within AWS account 333333333333.
The first statement allows users to view all VPC peering connections. The Resource element requires
a * wildcard in this case, as this API action (DescribeVpcPeeringConnections) currently does not
support resource-level permissions.
The second statement allows users to create VPC peering connections, and allows access to all VPCs
in account 333333333333 in order to do so.
The third statement uses a * wildcard as part of the Action element to allow all VPC peering
connection actions. The condition keys ensure that the actions can only be performed on VPC peering
connections with VPCs that are part of account 333333333333. For example, a user is not allowed to
delete a VPC peering connection if either the accepter or requester VPC is in a different account. A
user cannot create a VPC peering connection with a VPC in a different account.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": "ec2:DescribeVpcPeeringConnections",
"Resource": "*"
},
{
"Effect": "Allow",
163
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
"Action":
["ec2:CreateVpcPeeringConnection","ec2:AcceptVpcPeeringConnection"],
"Resource": "arn:aws:ec2:*:333333333333:vpc/*"
},
{
"Effect": "Allow",
"Action": "ec2:*VpcPeeringConnection",
"Resource": "arn:aws:ec2:*:333333333333:vpc-peering-connection/*",
"Condition": {
"ArnEquals": {
"ec2:AccepterVpc": "arn:aws:ec2:*:333333333333:vpc/*",
"ec2:RequesterVpc": "arn:aws:ec2:*:333333333333:vpc/*"
}
}
}
]
}
The following policy grants users permission to create, modify, view, and delete VPC endpoints. None
of the ec2:*VpcEndpoint* actions support resource-level permissions, so you have to use the *
wildcard for the Resource element to allow users to work with all resources.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action":"ec2:*VpcEndpoint*",
"Resource":"*"
}
]
}
This section demonstrates policies that enable users to work with specific parts of the VPC console.
You can use the VPC wizard in the Amazon VPC console to create and set up and configure a VPC for
you, so that it's ready for you to use. The wizard provides different configuration options, depending on
your requirements. For more information about using the VPC wizard to create a VPC, see Scenarios
and Examples (p. 26).
164
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
To enable users to use the VPC wizard, you must grant them permission to create and modify the
resources that form part of the selected configuration. The following example policies show the actions
that are required for each of the wizard configuration options.
Note
If the VPC wizard fails at any point, it attempts to detach and delete the resources that it's
created. If you do not grant users permissions to use these actions, then those resources
remain in your account.
The first VPC wizard configuration option creates a VPC with a single subnet. In your IAM policy, you
must grant users permission to use the following actions so they can successfully use this wizard
option:
None of the API actions in this policy support resource-level permissions, so you cannot control which
specific resources users can use.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:CreateVpc", "ec2:CreateSubnet", "ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcEndpointServices",
"ec2:CreateRouteTable", "ec2:CreateRoute",
"ec2:CreateInternetGateway",
"ec2:AttachInternetGateway", "ec2:AssociateRouteTable",
"ec2:ModifyVpcAttribute"
],
"Resource": "*"
}
]
}
The second VPC wizard configuration option creates a VPC with a public and private subnet, and
provides the option to launch a NAT gateway or a NAT instance. The following policy has the same
actions as the previous example (option 1), plus actions that allow users to run and configure either a
NAT gateway or a NAT instance.
165
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
The following actions are required regardless if you're launching a NAT instance or a NAT gateway:
ec2:DescribeKeyPairs: To display a list of existing key pairs and load the NAT section of the
wizard.
The following actions are required to create a NAT gateway (these actions are not required for
launching a NAT instance):
The following actions are required to launch a NAT instance (these actions are not required for creating
a NAT gateway):
The following policy allows users to create either a NAT instance or a NAT gateway.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:CreateVpc", "ec2:CreateSubnet",
"ec2:DescribeAvailabilityZones", "ec2:DescribeVpcEndpointServices",
"ec2:CreateRouteTable", "ec2:CreateRoute",
"ec2:CreateInternetGateway", "ec2:CreateNatGateway",
"ec2:AttachInternetGateway", "ec2:AssociateRouteTable",
"ec2:ModifyVpcAttribute", "ec2:DescribeKeyPairs",
"ec2:DescribeImages", "ec2:RunInstances", "ec2:AllocateAddress",
"ec2:AssociateAddress",
"ec2:DescribeAddresses", "ec2:DescribeInstances",
"ec2:ModifyInstanceAttribute", "ec2:DescribeRouteTables",
"ec2:DescribeVpnGateways", "ec2:DescribeVpcs",
"ec2:DescribeSubnets", "ec2:DescribeNatGateways"
],
"Resource": "*"
}
]
}
You can use resource-level permissions on the ec2:RunInstances action to control users' ability to
launch instances. For example, you can specify the ID of a NAT-enabled AMI so that users can only
launch instances from this AMI. To find out which AMI the wizard uses to launch a NAT instance, log
166
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
in to the Amazon VPC console as a user with full permissions, then carry out the second option of the
VPC wizard. Switch to the Amazon EC2 console, select the Instances page, select the NAT instance,
and note the AMI ID that was used to launch it.
The following policy allows users to launch instances using only ami-1a2b3c4d. If users try to launch
an instance using any other AMI, the launch fails.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:CreateVpc", "ec2:CreateSubnet", "ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcEndpointServices",
"ec2:CreateRouteTable", "ec2:CreateRoute",
"ec2:CreateInternetGateway",
"ec2:AttachInternetGateway", "ec2:AssociateRouteTable",
"ec2:ModifyVpcAttribute",
"ec2:DescribeKeyPairs", "ec2:DescribeImages", "ec2:AllocateAddress",
"ec2:AssociateAddress",
"ec2:DescribeInstances", "ec2:ModifyInstanceAttribute",
"ec2:DescribeRouteTables",
"ec2:DescribeVpnGateways", "ec2:DescribeVpcs"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ec2:RunInstances",
"Resource": [
"arn:aws:ec2:region::image/ami-1a2b3c4d",
"arn:aws:ec2:region:account:instance/*",
"arn:aws:ec2:region:account:subnet/*",
"arn:aws:ec2:region:account:network-interface/*",
"arn:aws:ec2:region:account:volume/*",
"arn:aws:ec2:region:account:key-pair/*",
"arn:aws:ec2:region:account:security-group/*"
]
}
]
}
Option 3: VPC with public and private subnets and hardware VPN access
The third VPC wizard configuration option creates a VPC with a public and private subnet, and creates
a VPN connection between your VPC and your own network. In your IAM policy, you must grant users
permission to use the same actions as option 1. This allows them to create a VPC and two subnets,
and to configure the routing for the public subnet. To create a VPN connection, users must also have
permission to use the following actions:
167
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
None of the API actions in this policy support resource-level permissions, so you cannot control which
specific resources users can use.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:CreateVpc", "ec2:CreateSubnet", "ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcEndpointServices",
"ec2:CreateRouteTable", "ec2:CreateRoute",
"ec2:CreateInternetGateway",
"ec2:AttachInternetGateway", "ec2:AssociateRouteTable",
"ec2:ModifyVpcAttribute",
"ec2:CreateCustomerGateway", "ec2:CreateVpnGateway",
"ec2:AttachVpnGateway",
"ec2:EnableVgwRoutePropagation", "ec2:CreateVpnConnection",
"ec2:DescribeVpnGateways",
"ec2:DescribeCustomerGateways", "ec2:DescribeVpnConnections",
"ec2:DescribeRouteTables",
"ec2:DescribeNetworkAcls", "ec2:DescribeInternetGateways",
"ec2:DescribeVpcs"
],
"Resource": "*"
}
]
}
Option 4: VPC with a private subnet only and hardware VPN access
The fourth VPC configuration option creates a VPC with a private subnet, and creates a VPN
connection between the VPC and your own network. Unlike the other three options, users do not need
permission to create or attach an Internet gateway to the VPC, and they do not need permission to
create a route table and associate it with the subnet. They will require the same permissions as listed
in the previous example (option 3) to establish the VPN connection.
None of the API actions in this policy support resource-level permissions, so you cannot control which
specific resources users can use.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:CreateVpc", "ec2:CreateSubnet", "ec2:DescribeAvailabilityZones",
"ec2:DescribeVpcEndpointServices",
"ec2:ModifyVpcAttribute", "ec2:CreateCustomerGateway",
"ec2:CreateVpnGateway",
"ec2:AttachVpnGateway", "ec2:EnableVgwRoutePropagation",
"ec2:CreateVpnConnection",
168
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
"ec2:DescribeVpnGateways", "ec2:DescribeCustomerGateways",
"ec2:DescribeVpnConnections",
"ec2:DescribeRouteTables", "ec2:DescribeNetworkAcls",
"ec2:DescribeInternetGateways", "ec2:DescribeVpcs"
],
"Resource": "*"
}
]
}
On the Your VPCs page in the VPC console, you can create or delete a VPC. To view VPCs, users
must have permission to use the ec2:DescribeVPCs action. To create a VPC using the Create VPC
dialog box, users must have permission to use the ec2:CreateVpc action.
Note
By default, the VPC console creates a tag with a key of Name and a value that the user
specifies. If users do not have permission to the use the ec2:CreateTags action, then they
will see an error in the Create VPC dialog box when they try to create a VPC. However, the
VPC may have been successfully created.
When you set up a VPC, you typically create a number of dependent objects, such as subnets
and an Internet gateway. You cannot delete a VPC until you've disassociated and deleted these
dependent objects. When you delete a VPC using the console, it performs these actions for you
(except terminating your instances; you have to do this yourself).
The following example allows users to view and create VPCs on the Your VPCs page, and to delete
VPCs that have been created with the first option in the VPC wizard - a VPC with a single public
subnet. This VPC has one subnet that's associated with a custom route table, and an Internet gateway
that's attached to it. To delete the VPC and its components using the console, you must grant users
permission to use a number of ec2:Describe* actions, so that the console can check if there are any
other resources that are dependent on this VPC. You must also grant users permission to disassociate
the route table from the subnet, detach the Internet gateway from the VPC, and permission to delete
both these resources.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:DescribeVpcs", "ec2:DescribeRouteTables",
"ec2:DescribeVpnGateways", "ec2:DescribeInternetGateways",
"ec2:DescribeSubnets", "ec2:DescribeDhcpOptions",
"ec2:DescribeInstances", "ec2:DescribeVpcAttribute",
"ec2:DescribeNetworkAcls", "ec2:DescribeNetworkInterfaces",
"ec2:DescribeAddresses",
"ec2:DescribeVpcPeeringConnections", "ec2:DescribeSecurityGroups",
"ec2:CreateVpc", "ec2:DeleteVpc", "ec2:DetachInternetGateway",
"ec2:DeleteInternetGateway",
"ec2:DisassociateRouteTable", "ec2:DeleteSubnet",
"ec2:DeleteRouteTable"
],
"Resource": "*"
}
]
}
169
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
You can't apply resource-level permissions to any of the ec2:Describe* API actions, but you can
apply resource-level permissions to some of the ec2:Delete* actions to control which resources
users can delete.
For example, the following policy allows users to delete only route tables and Internet gateways that
have the tag Purpose=Test. Users cannot delete individual route tables or Internet gateways that do
not have this tag, and similarly, users cannot use the VPC console to delete a VPC that's associated
with a different route table or Internet gateway.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:DescribeVpcs", "ec2:DescribeRouteTables",
"ec2:DescribeVpnGateways", "ec2:DescribeInternetGateways",
"ec2:DescribeSubnets", "ec2:DescribeDhcpOptions",
"ec2:DescribeInstances", "ec2:DescribeVpcAttribute",
"ec2:DescribeNetworkAcls", "ec2:DescribeNetworkInterfaces",
"ec2:DescribeAddresses",
"ec2:DescribeVpcPeeringConnections", "ec2:DescribeSecurityGroups",
"ec2:CreateVpc", "ec2:DeleteVpc", "ec2:DetachInternetGateway",
"ec2:DisassociateRouteTable", "ec2:DeleteSubnet"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ec2:DeleteInternetGateway",
"Resource": "arn:aws:ec2:region:account:internet-gateway/*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/Purpose": "Test"
}
}
},
{
"Effect": "Allow",
"Action": "ec2:DeleteRouteTable",
"Resource": "arn:aws:ec2:region:account:route-table/*",
"Condition": {
"StringEquals": {
"ec2:ResourceTag/Purpose": "Test"
}
}
}
]
}
To view security groups on the Security Groups page in the Amazon VPC console, users
must have permission to use the ec2:DescribeSecurityGroups action. To use the Create
Security Group dialog box to create a security group, users must have permission to use the
ec2:DescribeVpcs and ec2:CreateSecurityGroup actions. If users do not have permission to
use the ec2:DescribeSecurityGroups action, they can still create a security group using the dialog
box, but they may encounter an error that indicates that the group was not created.
170
Amazon Virtual Private Cloud User Guide
Example Policies for the Console
In the Create Security Group dialog box, users must add the security group name and description,
but they will not be able to enter a value for the Name tag field unless they've been granted permission
to use the ec2:CreateTags action. However, they do not need this action to successfully create a
security group.
The following policy allows users to view and create security groups, and add and remove inbound and
outbound rules to any security group that's associated with vpc-1a2b3c4d.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": [
"ec2:DescribeSecurityGroups", "ec2:DescribeVpcs",
"ec2:CreateSecurityGroup"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ec2:DeleteSecurityGroup", "ec2:AuthorizeSecurityGroupIngress",
"ec2:AuthorizeSecurityGroupEgress",
"ec2:RevokeSecurityGroupIngress", "ec2:RevokeSecurityGroupEgress"
],
"Resource": "arn:aws:ec2:*:*:security-group/*",
"Condition":{
"ArnEquals": {
"ec2:Vpc": "arn:aws:ec2:*:*:vpc/vpc-1a2b3c4d"
}
}
}
]
}
To view VPC peering connections in the Amazon VPC console, users must have permission to use the
ec2:DescribePeeringConnections action. To use the Create VPC Peering Connection dialog
box, users must have permission to use the ec2:DescribeVpcs action. This allows them to view and
select a VPC; without this action, the dialog box cannot load. You can apply resource-level permissions
to all the ec2:*PeeringConnection actions, except ec2:DescribeVpcPeeringConnections.
The following policy allows users to view VPC peering connections, and to use the Create VPC
Peering Connection dialog box to create a VPC peering connection using a specific requester VPC
(vpc-1a2b3c4d) only. If users try to create a VPC peering connection with a different requester VPC,
the request fails.
{
"Version": "2012-10-17",
"Statement":[{
"Effect":"Allow",
"Action": [
"ec2:DescribeVpcPeeringConnections", "ec2:DescribeVpcs"
],
"Resource": "*"
},
{
171
Amazon Virtual Private Cloud User Guide
VPC Flow Logs
"Effect":"Allow",
"Action": "ec2:CreateVpcPeeringConnection",
"Resource": [
"arn:aws:ec2:*:*:vpc/vpc-1a2b3c4d",
"arn:aws:ec2:*:*:vpc-peering-connection/*"
]
}
]
}
For more examples of writing IAM policies for working with VPC peering connections, see 7. Creating
and managing VPC peering connections (p. 161).
Flow logs can help you with a number of tasks; for example, to troubleshoot why specific traffic is not
reaching an instance, which in turn can help you diagnose overly restrictive security group rules. You
can also use flow logs as a security tool to monitor the traffic that is reaching your instance.
There is no additional charge for using flow logs; however, standard CloudWatch Logs charges apply.
For more information, see Amazon CloudWatch Pricing.
Topics
Flow Logs Basics (p. 172)
Flow Log Limitations (p. 173)
Flow Log Records (p. 173)
IAM Roles for Flow Logs (p. 175)
Working With Flow Logs (p. 176)
Troubleshooting (p. 178)
API and CLI Overview (p. 178)
Examples: Flow Log Records (p. 179)
Example: Creating a CloudWatch Metric Filter and Alarm for a Flow Log (p. 180)
To create a flow log, you specify the resource for which you want to create the flow log, the type of
traffic to capture (accepted traffic, rejected traffic, or all traffic), the name of a log group in CloudWatch
Logs to which the flow log will be published, and the ARN of an IAM role that has sufficient permission
to publish the flow log to the CloudWatch Logs log group. If you specify the name of a log group that
does not exist, we'll attempt to create the log group for you. After you've created a flow log, it can take
several minutes to begin collecting data and publishing to CloudWatch Logs. Flow logs do not capture
real-time log streams for your network interfaces.
172
Amazon Virtual Private Cloud User Guide
Flow Log Limitations
You can create multiple flow logs that publish data to the same log group in CloudWatch Logs. If the
same network interface is present in one or more flow logs in the same log group, it has one combined
log stream. If you've specified that one flow log should capture rejected traffic, and the other flow log
should capture accepted traffic, then the combined log stream captures all traffic.
If you launch more instances into your subnet after you've created a flow log for your subnet or VPC,
then a new log stream is created for each new network interface as soon as any network traffic is
recorded for that network interface.
You can create flow logs for network interfaces that are created by other AWS services; for example,
Elastic Load Balancing, Amazon RDS, Amazon ElastiCache, Amazon Redshift, and Amazon
WorkSpaces. However, you cannot use these services' consoles or APIs to create the flow logs; you
must use the Amazon EC2 console or the Amazon EC2 API. Similarly, you cannot use the CloudWatch
Logs console or API to create log streams for your network interfaces.
If you no longer require a flow log, you can delete it. Deleting a flow log disables the flow log service for
the resource, and no new flow log records or log streams are created. It does not delete any existing
flow log records or log streams for a network interface. To delete an existing log stream, you can use
the CloudWatch Logs console. After you've deleted a flow log, it can take several minutes to stop
collecting data.
You cannot enable flow logs for network interfaces that are in the EC2-Classic platform. This
includes EC2-Classic instances that have been linked to a VPC through ClassicLink.
You cannot enable flow logs for VPCs that are peered with your VPC unless the peer VPC is in your
account.
You cannot tag a flow log.
After you've created a flow log, you cannot change its configuration; for example, you can't associate
a different IAM role with the flow log. Instead, you can delete the flow log and create a new one with
the required configuration.
None of the flow log API actions (ec2:*FlowLogs) support resource-level permissions. If you
want to create an IAM policy to control the use of the flow log API actions, you must grant users
permission to use all resources for the action by using the * wildcard for the resource element in your
statement. For more information, see Controlling Access to Amazon VPC Resources (p. 157).
If your network interface has multiple IPv4 addresses and traffic is sent to a secondary private IPv4
address, the flow log displays the primary private IPv4 address in the destination IP address field.
Flow logs do not capture all types of IP traffic. The following types of traffic are not logged:
Traffic generated by instances when they contact the Amazon DNS server. If you use your own DNS
server, then all traffic to that DNS server is logged.
Traffic generated by a Windows instance for Amazon Windows license activation.
Traffic to and from 169.254.169.254 for instance metadata.
DHCP traffic.
Traffic to the reserved IP address for the default VPC router. For more information, see VPC and
Subnet Sizing (p. 82).
173
Amazon Virtual Private Cloud User Guide
Flow Log Records
source, destination, and protocol for an Internet protocol (IP) flow. The capture window is a duration
of time during which the flow logs service aggregates data before publishing flow log records. The
capture window is approximately 10 minutes, but can take up to 15 minutes. A flow log record is a
space-separated string that has the following format:
version account-id interface-id srcaddr dstaddr srcport dstport protocol packets bytes start end action
log-status
Field Description
interface-id The ID of the network interface for which the log stream applies.
srcaddr The source IPv4 or IPv6 address. The IPv4 address of the network interface
is always its private IPv4 address.
dstaddr The destination IPv4 or IPv6 address. The IPv4 address of the network
interface is always its private IPv4 address.
protocol The IANA protocol number of the traffic. For more information, go to
Assigned Internet Protocol Numbers.
start The time, in Unix seconds, of the start of the capture window.
end The time, in Unix seconds, of the end of the capture window.
If a field is not applicable for a specific record, the record displays a '-' symbol for that entry.
For examples of flow log records, see Examples: Flow Log Records (p. 179)
You can work with flow log records as you would with any other log events collected by CloudWatch
Logs. For more information about monitoring log data and metric filters, see Searching and Filtering
Log Data in the Amazon CloudWatch User Guide. For an example of setting up a metric filter
174
Amazon Virtual Private Cloud User Guide
IAM Roles for Flow Logs
and alarm for a flow log, see Example: Creating a CloudWatch Metric Filter and Alarm for a Flow
Log (p. 180).
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
"logs:DescribeLogGroups",
"logs:DescribeLogStreams"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
You must also ensure that your role has a trust relationship that allows the flow logs service to assume
the role (in the IAM console, choose your role, and then choose Edit Trust Relationship to view the
trust relationship):
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "vpc-flow-logs.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Alternatively, you can follow the procedures below to create a new role for use with flow logs.
175
Amazon Virtual Private Cloud User Guide
Working With Flow Logs
6. On the Review page, take note of the ARN for your role. You will need this ARN when you create
your flow log. When you are ready, choose Create Role.
7. Select the name of your role. Under Permissions, expand the Inline Policies section, and then
choose click here.
8. Choose Custom Policy, and then choose Select.
9. In the section IAM Roles for Flow Logs (p. 175) above, copy the first policy and paste it in the
Policy Document window. Enter a name for your policy in the Policy Name field, and then
choose Apply Policy.
10. In the section IAM Roles for Flow Logs (p. 175) above, copy the second policy (the trust
relationship), and then choose Edit Trust Relationship. Delete the existing policy document, and
paste in the new one. When you are done, choose Update Trust Policy.
Topics
Creating a Flow Log (p. 176)
Viewing Flow Logs (p. 177)
Deleting a Flow Log (p. 177)
Filter: Select whether the flow log should capture rejected traffic, accepted traffic, or all traffic.
Role: Specify the name of an IAM role that has permission to publish logs to CloudWatch Logs.
Destination Log Group: Enter the name of a log group in CloudWatch Logs to which the flow
logs will be published. You can use an existing log group, or you can enter a name for a new log
group, which we'll create for you.
Filter: Select whether the flow log should capture rejected traffic, accepted traffic, or all traffic.
176
Amazon Virtual Private Cloud User Guide
Working With Flow Logs
Role: Specify the name of an IAM role that has permission to publish logs to CloudWatch Logs.
Destination Log Group: Enter the name of a log group in CloudWatch Logs to which the flow
logs will be published. You can use an existing log group, or you can enter a name for a new log
group, which we'll create for you.
To view information about your flow logs for your network interfaces
To view information about your flow logs for your VPCs or subnets
You can view your flow log records using the CloudWatch Logs console. It may take a few minutes
after you've created your flow log for it to be visible in the console.
177
Amazon Virtual Private Cloud User Guide
Troubleshooting
Troubleshooting
Incomplete Flow Log Records
If your flow log records are incomplete, or are no longer being published, there may be a problem
delivering the flow logs to the CloudWatch Logs log group. In either the Amazon EC2 console or
the Amazon VPC console, go to the Flow Logs tab for the relevant resource. For more information,
see Viewing Flow Logs (p. 177). The flow logs table displays any errors in the Status column.
Alternatively, use the describe-flow-logs command, and check the value that's returned in the
DeliverLogsErrorMessage field. One of the following errors may be displayed:
Rate limited: This error can occur if CloudWatch logs throttling has been applied when the
number of flow log records for a network interface is higher than the maximum number of records
that can be published within a specific timeframe. This error can also occur if you've reached the
limit on the number of CloudWatch Logs log groups that you can create. For more information, see
CloudWatch Limits in the Amazon CloudWatch User Guide.
Access error: The IAM role for your flow log does not have sufficient permissions to publish
flow log records to the CloudWatch log group. For more information, see IAM Roles for Flow
Logs (p. 175).
Unknown error: An internal error has occurred in the flow logs service.
The flow log is still in the process of being created. In some cases, it can take tens of minutes after
you've created the flow log for the log group to be created, and for data to be displayed.
There has been no traffic recorded for your network interfaces yet. The log group in CloudWatch
Logs is only created when traffic is recorded.
178
Amazon Virtual Private Cloud User Guide
Examples: Flow Log Records
The following is an example of a flow log record in which SSH traffic (destination port 22, TCP protocol)
to network interface eni-abc123de in account 123456789010 was allowed.
The following is an example of a flow log record in which RDP traffic (destination port 3389, TCP
protocol) to network interface eni-abc123de in account 123456789010 was rejected.
The following is an example of a flow log record in which no data was recorded during the capture
window.
The following is an example of a flow log record in which records were skipped during the capture
window.
If you're using flow logs to diagnose overly restrictive or permissive security group rules or network
ACL rules, then be aware of the statefulness of these resources. Security groups are stateful this
179
Amazon Virtual Private Cloud User Guide
Example: Creating a CloudWatch
Metric Filter and Alarm for a Flow Log
means that responses to allowed traffic are also allowed, even if the rules in your security group do not
permit it. Conversely, network ACLs are stateless, therefore responses to allowed traffic are subject to
network ACL rules.
For example, you use the ping command from your home computer (IP address is 203.0.113.12)
to your instance (the network interface's private IP address is 172.31.16.139). Your security group's
inbound rules allow ICMP traffic and the outbound rules do not allow ICMP traffic; however, because
security groups are stateful, the response ping from your instance is allowed. Your network ACL
permits inbound ICMP traffic but does not permit outbound ICMP traffic. Because network ACLs are
stateless, the response ping is dropped and will not reach your home computer. In a flow log, this is
displayed as 3 flow log entries: there are 2 ACCEPT entries for the originating ping and the response
ping that the security group permitted, and one REJECT entry for response ping that the network ACL
denied:
The following is an example of a flow log record in which SSH traffic (port 22) from IPv6 address
2001:db8:1234:a100:8d6e:3477:df66:f105 to network interface eni-f41c42bf in account
123456789010 was allowed.
To create a metric filter for rejected SSH traffic and create an alarm for the filter
180
Amazon Virtual Private Cloud User Guide
Example: Creating a CloudWatch
Metric Filter and Alarm for a Flow Log
4. In the Select Log Data to Test list, select the log stream for your network interface. You can
optionally choose Test Pattern to view the lines of log data that match the filter pattern. When
you're ready, choose Assign Metric.
5. Provide a metric namespace, a metric name, and ensure that the metric value is set to 1. When
you're done, choose Create Filter.
6. In the navigation pane, choose Alarms, and then choose Create Alarm.
7. In the Custom Metrics section, choose the namespace for the metric filter that you created.
Note
It can take a few minutes for a new metric to display in the console.
8. Select the metric name that you created, and then choose Next.
9. Enter a name and description for the alarm. In the is fields, choose >= and enter 10. In the for
field, leave the default 1 for the consecutive periods.
10. Choose 1 Hour from the Period list, and Sum from the Statistic list. The Sum statistic ensures
that you are capturing the total number of data points for the specified time period.
11. In the Actions section, you can choose to send a notification to an existing list, or you can create
a new list and enter the email addresses that should receive a notification when the alarm is
triggered. When you are done, choose Create Alarm.
181
Amazon Virtual Private Cloud User Guide
Network Interfaces
You can use the following components to configure networking in your VPC:
182
Amazon Virtual Private Cloud User Guide
Route Tables
a MAC address
a source/destination check flag
a description
You can create a network interface, attach it to an instance, detach it from an instance, and attach
it to another instance. A network interface's attributes follow it as it is attached or detached from an
instance and reattached to another instance. When you move a network interface from one instance to
another, network traffic is redirected to the new instance.
Each instance in your VPC has a default network interface (the primary network interface) that is
assigned a private IPv4 address from the IPv4 address range of your VPC. You cannot detach a
primary network interface from an instance. You can create and attach an additional network interface
to any instance in your VPC. The number of network interfaces you can attach varies by instance type.
For more information, see IP Addresses Per Network Interface Per Instance Type in the Amazon EC2
User Guide for Linux Instances.
Attaching multiple network interfaces to an instance is useful when you want to:
For more information about network interfaces and instructions for working with them using the
Amazon EC2 console, see Elastic Network Interfaces in the Amazon EC2 User Guide for Linux
Instances.
Route Tables
A route table contains a set of rules, called routes, that are used to determine where network traffic is
directed.
Each subnet in your VPC must be associated with a route table; the table controls the routing for the
subnet. A subnet can only be associated with one route table at a time, but you can associate multiple
subnets with the same route table.
Topics
Route Table Basics (p. 183)
Route Priority (p. 187)
Routing Options (p. 188)
Working with Route Tables (p. 191)
API and Command Overview (p. 195)
183
Amazon Virtual Private Cloud User Guide
Route Table Basics
You can create additional custom route tables for your VPC.
Each subnet must be associated with a route table, which controls the routing for the subnet. If you
don't explicitly associate a subnet with a particular route table, the subnet is implicitly associated with
the main route table.
You cannot delete the main route table, but you can replace the main route table with a custom table
that you've created (so that this table is the default table each new subnet is associated with).
Each route in a table specifies a destination CIDR and a target (for example, traffic destined for the
external corporate network 172.16.0.0/12 is targeted for the virtual private gateway). We use the
most specific route that matches the traffic to determine how to route the traffic.
CIDR blocks for IPv4 and IPv6 are treated separately. For example, a route with a destination
CIDR of 0.0.0.0/0 (all IPv4 addresses) does not automatically include all IPv6 addresses. You
must create a route with a destination CIDR of ::/0 for all IPv6 addresses.
Every route table contains a local route for communication within the VPC over IPv4. If you've
associated an IPv6 CIDR block with your VPC, every route table also contains a local route for
communication within the VPC over IPv6. You cannot modify or delete these routes.
When you add an Internet gateway, an egress-only Internet gateway, a virtual private gateway, a
NAT device, a peering connection, or a VPC endpoint in your VPC, you must update the route table
for any subnet that uses these gateways or connections.
There is a limit on the number of route tables you can create per VPC, and the number of routes you
can add per route table. For more information, see Amazon VPC Limits (p. 264).
You can explicitly associate a subnet with the main route table, even if it's already implicitly associated.
You might do that if you change which table is the main route table, which changes the default for
additional new subnets, or any subnets that are not explicitly associated with any other route table. For
more information, see Replacing the Main Route Table (p. 194).
The following diagram shows the routing for a VPC with both an Internet gateway and a virtual private
gateway, plus a public subnet and a VPN-only subnet. The main route table came with the VPC, and
it also has a route for the VPN-only subnet. A custom route table is associated with the public subnet.
The custom route table has a route over the Internet gateway (the destination is 0.0.0.0/0, and the
target is the Internet gateway).
184
Amazon Virtual Private Cloud User Guide
Route Table Basics
If you create a new subnet in this VPC, it's automatically associated with the main route table, which
routes its traffic to the virtual private gateway. If you were to set up the reverse configuration (the main
route table with the route to the Internet gateway, and the custom route table with the route to the
virtual private gateway), then a new subnet automatically has a route to the Internet gateway.
Subnets can be implicitly or explicitly associated with the main route table. Subnets typically won't have
an explicit association to the main route table, although it might happen temporarily if you're replacing
the main route table.
You might want to make changes to the main route table, but to avoid any disruption to your traffic, you
can first test the route changes using a custom route table. After you're satisfied with the testing, you
then replace the main route table with the new custom table.
The following diagram shows a VPC with two subnets that are implicitly associated with the main route
table (Route Table A), and a custom route table (Route Table B) that isn't associated with any subnets.
185
Amazon Virtual Private Cloud User Guide
Route Table Basics
You can create an explicit association between Subnet 2 and Route Table B.
After you've tested Route Table B, you can make it the main route table. Note that Subnet 2 still has an
explicit association with Route Table B, and Subnet 1 has an implicit association with Route Table B
because it is the new main route table. Route Table A is no longer in use.
If you disassociate Subnet 2 from Route Table B, there's still an implicit association between Subnet 2
and Route Table B. If you no longer need Route Table A, you can delete it.
186
Amazon Virtual Private Cloud User Guide
Route Priority
Route Priority
We use the most specific route in your route table that matches the traffic to determine how to route the
traffic (longest prefix match).
Routes to IPv4 and IPv6 addresses or CIDR blocks are independent of each other; we use the most
specific route that matches either IPv4 traffic or IPv6 traffic to determine how to route the traffic.
For example, the following route table has a route for IPv4 Internet traffic (0.0.0.0/0) that points to
an Internet gateway, and a route for 172.31.0.0/16 IPv4 traffic that points to a peering connection
(pcx-1a2b3c4d). Any traffic from the subnet that's destined for the 172.31.0.0/16 IP address range
uses the peering connection, because this route is more specific than the route for Internet gateway.
Any traffic destined for a target within the VPC (10.0.0.0/16) is covered by the Local route, and
therefore routed within the VPC. All other traffic from the subnet uses the Internet gateway.
Destination Target
10.0.0.0/16 Local
172.31.0.0/16 pcx-1a2b1a2b
0.0.0.0/0 igw-11aa22bb
If you've attached a virtual private gateway to your VPC and enabled route propagation on your route
table, routes representing your VPN connection automatically appear as propagated routes in your
route table. The following applies:
If any propagated routes from a VPN connection or AWS Direct Connect connection overlap with the
local route for your VPC, the local route is most preferred even if the propagated routes are more
specific.
If any propagated routes from a VPN connection or AWS Direct Connect connection have the same
destination CIDR block as other existing static routes (longest prefix match cannot be applied), we
prioritize the static routes whose targets are an Internet gateway, a virtual private gateway, a network
interface, an instance ID, a VPC peering connection, a NAT gateway, or a VPC endpoint.
If you have overlapping routes within a VPN connection and longest prefix match cannot be applied,
then we prioritize the routes as follows in the VPN connection, from most preferred to least preferred:
187
Amazon Virtual Private Cloud User Guide
Routing Options
In this example, your route table has a static route to an Internet gateway (that you added
manually), and a propagated route to a virtual private gateway. Both routes have a destination of
172.31.0.0/24. In this case, all traffic destined for 172.31.0.0/24 is routed to the Internet gateway
it is a static route and therefore takes priority over the propagated route.
Destination Target
10.0.0.0/16 Local
172.31.0.0/24 igw-11aa22bb
In this example, an IPv6 CIDR block is associated with your VPC. In your route table, IPv6 traffic
destined for within the VPC (2001:db8:1234:1a00::/56) is covered by the Local route, and is
routed within the VPC. The route table also has a route for 172.31.0.0/16 IPv4 traffic that points to a
peering connection (pcx-1a2b3c4d), a route for all IPv4 traffic (0.0.0.0/0) that points to an Internet
gateway, and a route for all IPv6 traffic (::/0) that points to an egress-only Internet gateway. IPv4 and
IPv6 traffic are treated separately; therefore, all IPv6 traffic (except for traffic within the VPC) is routed
to the egress-only Internet gateway.
Destination Target
10.0.0.0/16 Local
2001:db8:1234:1a00::/56 Local
172.31.0.0/16 pcx-1a2b1a2b
0.0.0.0/0 igw-11aa22bb
::/0 eigw-aabb1122
Routing Options
The following topics explain routing for specific gateways or connections in your VPC.
Topics
Route Tables for an Internet Gateway (p. 188)
Route Tables for a NAT Device (p. 189)
Route Tables for a Virtual Private Gateway (p. 189)
Route Tables for a VPC Peering Connection (p. 189)
Route Tables for ClassicLink (p. 190)
Route Tables for a VPC Endpoint (p. 191)
Route Tables for an Egress-Only Internet Gateway (p. 191)
188
Amazon Virtual Private Cloud User Guide
Routing Options
We currently do not support IPv6 traffic over a VPN connection. However, we support IPv6 traffic
routed through a virtual private gateway to an AWS Direct Connect connection. For more information,
see the AWS Direct Connect User Guide.
To enable the routing of traffic between VPCs in a VPC peering connection, you must add a route to
one or more of your VPC route tables that points to the VPC peering connection to access all or part of
the CIDR block of the other VPC in the peering connection. Similarly, the owner of the other VPC must
add a route to their VPC route table to route traffic back to your VPC.
For example, you have a VPC peering connection (pcx-1a2b1a2b) between two VPCs, with the
following information:
To enable traffic between the VPCs and allow access to the entire IPv4 CIDR block of either VPC, the
VPC A route table is configured as follows.
Destination Target
10.0.0.0/16 Local
172.31.0.0/16 pcx-1a2b1a2b
Destination Target
172.31.0.0/16 Local
10.0.0.0/16 pcx-1a2b1a2b
Your VPC peering connection can also support IPv6 communication between instances in the VPCs,
provided the VPCs and instances are enabled for IPv6 communication. For more information, see
VPCs and Subnets (p. 79). To enable the routing of IPv6 traffic between VPCs, you must add a route
189
Amazon Virtual Private Cloud User Guide
Routing Options
to your route table that points to the VPC peering connection to access all or part of the IPv6 CIDR
block of the peer VPC.
For example, using the same VPC peering connection (pcx-1a2b1a2b) above, assume the VPCs
have the following information:
To enable IPv6 communication over the VPC peering connection, add the following route to the route
table for VPC A:
Destination Target
10.0.0.0/16 Local
172.31.0.0/16 pcx-1a2b1a2b
2001:db8:5678:2b00::/56 pcx-1a2b1a2b
Destination Target
172.31.0.0/16 Local
10.0.0.0/16 pcx-1a2b1a2b
2001:db8:1234:1a00::/56 pcx-1a2b1a2b
For more information about VPC peering connections, see the Amazon VPC Peering Guide.
When you enable a VPC for ClassicLink, a route is added to all of the VPC route tables with a
destination of 10.0.0.0/8 and a target of local. This allows communication between instances in
the VPC and any EC2-Classic instances that are then linked to the VPC. If you add another route table
to a ClassicLink-enabled VPC, it automatically receives a route with a destination of 10.0.0.0/8 and
a target of local. If you disable ClassicLink for a VPC, this route is automatically deleted in all the
VPC route tables.
If any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 CIDR,
then you cannot enable your VPC for ClassicLink. This does not include local routes for VPCs with
10.0.0.0/16 and 10.1.0.0/16 IP address ranges.
If you've already enabled a VPC for ClassicLink, you may not be able to add any more specific routes
to your route tables for the 10.0.0.0/8 IP address range.
If you modify a VPC peering connection to enable communication between instances in your VPC and
an EC2-Classic instance that's linked to the peer VPC, a static route is automatically added to your
route tables with a destination of 10.0.0.0/8 and a target of local. If you modify a VPC peering
connection to enable communication between a local EC2-Classic instance linked to your VPC and
instances in a peer VPC, you must manually add a route to your main route table with a destination
190
Amazon Virtual Private Cloud User Guide
Working with Route Tables
of the peer VPC CIDR block, and a target of the VPC peering connection. The EC2-Classic instance
relies on the main route table for routing to the peer VPC. For more information, see Configurations
With ClassicLink in the Amazon VPC Peering Guide.
For more information about routing for endpoints, and the implications for routes to AWS services, see
Routing for Endpoints (p. 237).
Topics
Determining Which Route Table a Subnet Is Associated With (p. 191)
Determining Which Subnets Are Explicitly Associated with a Table (p. 192)
Creating a Custom Route Table (p. 192)
Adding and Removing Routes from a Route Table (p. 192)
Enabling and Disabling Route Propagation (p. 193)
Associating a Subnet with a Route Table (p. 193)
Changing a Subnet Route Table (p. 193)
Disassociating a Subnet from a Route Table (p. 194)
Replacing the Main Route Table (p. 194)
Deleting a Route Table (p. 194)
191
Amazon Virtual Private Cloud User Guide
Working with Route Tables
The main route table can have explicit and implicit associations. Custom route tables have only explicit
associations.
Subnets that aren't explicitly associated with any route table have an implicit association with the main
route table. You can explicitly associate a subnet with the main route table (for an example of why you
might do that, see Replacing the Main Route Table (p. 194)).
192
Amazon Virtual Private Cloud User Guide
Working with Route Tables
4. To modify an existing route, replace the destination CIDR block or a single IP address for
Destination, and then select a target for Target. Choose Add another route, Save.
For more information about VPN routing options, see VPN Routing Options (p. 252).
193
Amazon Virtual Private Cloud User Guide
Working with Route Tables
The following procedure describes how to remove an explicit association between a subnet and the
main route table. The result is an implicit association between the subnet and the main route table. The
process is the same as disassociating any subnet from any route table.
194
Amazon Virtual Private Cloud User Guide
API and Command Overview
195
Amazon Virtual Private Cloud User Guide
Internet Gateways
Enable a virtual private gateway (VGW) to propagate routes to the routing tables of a
VPC
Internet Gateways
An Internet gateway is a horizontally scaled, redundant, and highly available VPC component that
allows communication between instances in your VPC and the Internet. It therefore imposes no
availability risks or bandwidth constraints on your network traffic.
An Internet gateway serves two purposes: to provide a target in your VPC route tables for Internet-
routable traffic, and to perform network address translation (NAT) for instances that have been
assigned public IPv4 addresses.
To use an Internet gateway, your subnet's route table must contain a route that directs Internet-bound
traffic to the Internet gateway. You can scope the route to all destinations not explicitly known to the
route table (0.0.0.0/0 for IPv4 or ::/0 for IPv6), or you can scope the route to a narrower range of
196
Amazon Virtual Private Cloud User Guide
Enabling Internet Access
IP addresses; for example, the public IPv4 addresses of your companys public endpoints outside of
AWS, or the Elastic IP addresses of other Amazon EC2 instances outside your VPC. If your subnet is
associated with a route table that has a route to an Internet gateway, it's known as a public subnet.
To enable communication over the Internet for IPv4, your instance must have a public IPv4 address or
an Elastic IP address that's associated with a private IPv4 address on your instance. Your instance is
only aware of the private (internal) IP address space defined within the VPC and subnet. The Internet
gateway logically provides the one-to-one NAT on behalf of your instance, so that when traffic leaves
your VPC subnet and goes to the Internet, the reply address field is set to the public IPv4 address or
Elastic IP address of your instance, and not its private IP address. Conversely, traffic that's destined
for the public IPv4 address or Elastic IP address of your instance has its destination address translated
into the instance's private IPv4 address before the traffic is delivered to the VPC.
To enable communication over the Internet for IPv6, your VPC and subnet must have an associated
IPv6 CIDR block, and your instance must be assigned an IPv6 address from the range of the subnet.
IPv6 addresses are globally unique, and therefore public by default.
In the following diagram, Subnet 1 in the VPC is associated with a custom route table that points all
Internet-bound IPv4 traffic to an Internet gateway. The instance has an Elastic IP address, which
enables communication with the Internet.
The following table provides an overview of whether your VPC automatically comes with the
components required for Internet access over IPv4 or IPv6.
197
Amazon Virtual Private Cloud User Guide
Creating a VPC with an Internet Gateway
Route table with route to Yes Yes, if you created the VPC
Internet gateway for IPv4 traffic using the first or second option
(0.0.0.0/0) in the VPC wizard. Otherwise,
you must manually create the
route table and add the route.
For more information about default VPCs, see Default VPC and Default Subnets (p. 91). For more
information about using the VPC wizard to create a VPC with an Internet gateway, see Scenario
1: VPC with a Single Public Subnet (p. 26) or Scenario 2: VPC with Public and Private Subnets
(NAT) (p. 34).
For more information about IP addressing in your VPC, and controlling how instances are assigned
public IPv4 or IPv6 addresses, see IP Addressing in Your VPC (p. 97).
When you add a new subnet to your VPC, you must set up the routing and security that you want for
the subnet.
Topics
Creating a Subnet (p. 198)
Attaching an Internet Gateway (p. 199)
Creating a Custom Route Table (p. 199)
Updating the Security Group Rules (p. 199)
Adding Elastic IP Addresses (p. 200)
Detaching an Internet Gateway from Your VPC (p. 200)
Deleting an Internet Gateway (p. 201)
API and Command Overview (p. 201)
Creating a Subnet
To add a subnet to your VPC
198
Amazon Virtual Private Cloud User Guide
Creating a VPC with an Internet Gateway
2. In the navigation pane, choose Subnets, and then choose Create Subnet.
3. In the Create Subnet dialog box, select the VPC, select the Availability Zone, and specify the IPv4
CIDR block for the subnet.
4. (Optional, IPv6 only) For IPv6 CIDR block, choose Specify a custom IPv6 CIDR.
5. Choose Yes, Create.
For more information about subnets, see VPCs and Subnets (p. 79).
For IPv4 traffic specify 0.0.0.0/0 in the Destination box, and select the Internet gateway ID in
the Target list.
For IPv6 traffic, specify ::/0 in the Destination box, and select the Internet gateway ID in the
Target list.
6. On the Subnet Associations tab, choose Edit, select the Associate check box for the subnet,
and then choose Save.
For more information about route tables, see Route Tables (p. 183).
199
Amazon Virtual Private Cloud User Guide
Creating a VPC with an Internet Gateway
For more information about security groups, see Security Groups for Your VPC (p. 119).
For more information about Elastic IP addresses, see Elastic IP Addresses (p. 232).
200
Amazon Virtual Private Cloud User Guide
Creating a VPC with an Internet Gateway
2. In the navigation pane, choose Elastic IPs and select the Elastic IP address.
3. Choose Actions, Disassociate address. Choose Disassociate address.
4. In the navigation pane, choose Internet Gateways .
5. Select the Internet gateway and choose Detach from VPC.
6. In the Detach from VPC dialog box, choose Yes, Detach.
201
Amazon Virtual Private Cloud User Guide
Egress-Only Internet Gateways
Topics
Egress-Only Internet Gateway Basics (p. 202)
Working with Egress-Only Internet Gateways (p. 203)
API and CLI Overview (p. 204)
IPv6 addresses are globally unique, and are therefore public by default. If you want your instance
to be able to access the Internet, but you want to prevent resources on the Internet from initiating
communication with your instance, you can use an egress-only Internet gateway. To do this, create an
egress-only Internet gateway in your VPC, and then add a route to your route table that points all IPv6
traffic (::/0) or a specific range of IPv6 address to the egress-only Internet gateway. IPv6 traffic in the
subnet that's associated with the route table is routed to the egress-only Internet gateway.
An egress-only Internet gateway is stateful: it forwards traffic from the instances in the subnet to the
Internet or other AWS services, and then sends the response back to the instances.
You cannot associate a security group with an egress-only Internet gateway. You can use security
groups for your instances in the private subnet to control the traffic to and from those instances.
You can use a network ACL to control the traffic to and from the subnet for which the egress-only
Internet gateway routes traffic.
In the following diagram, a VPC has an IPv6 CIDR block, and a subnet in the VPC has an IPv6 CIDR
block. A custom route table is associated with Subnet 1 and points all Internet-bound IPv6 traffic
(::/0) to an egress-only Internet gateway in the VPC.
202
Amazon Virtual Private Cloud User Guide
Working with Egress-Only Internet Gateways
203
Amazon Virtual Private Cloud User Guide
API and CLI Overview
To create a custom route table and add a route to the egress-only Internet gateway
Alternatively, you can add a route to an existing route table that's associated with your subnet. Select
your existing route table, and follow steps 5 and 6 above to add a route for the egress-only Internet
gateway.
For more information about route tables, see Route Tables (p. 183).
204
Amazon Virtual Private Cloud User Guide
NAT
NAT
You can use a NAT device to enable instances in a private subnet to connect to the Internet (for
example, for software updates) or other AWS services, but prevent the Internet from initiating
connections with the instances. A NAT device forwards traffic from the instances in the private subnet
to the Internet or other AWS services, and then sends the response back to the instances. When traffic
goes to the Internet, the source IPv4 address is replaced with the NAT devices address and similarly,
when the response traffic goes to those instances, the NAT device translates the address back to
those instances private IPv4 addresses.
NAT devices are not supported for IPv6 trafficuse an egress-only Internet gateway instead. For more
information, see Egress-Only Internet Gateways (p. 202).
Note
We use the term NAT in this documentation to follow common IT practice, though the actual
role of a NAT device is both address translation and port address translation (PAT).
AWS offers two kinds of NAT devicesa NAT gateway or a NAT instance. We recommend NAT
gateways, as they provide better availability and bandwidth over NAT instances. The NAT Gateway
service is also a managed service that does not require your administration efforts. A NAT instance is
launched from a NAT AMI. You can choose to use a NAT instance for special purposes.
NAT Gateways
You can use a network address translation (NAT) gateway to enable instances in a private subnet to
connect to the Internet or other AWS services, but prevent the Internet from initiating a connection with
those instances. For more information about NAT, see NAT (p. 205).
You are charged for creating and using a NAT gateway in your account. NAT gateway hourly usage
and data processing rates apply. Amazon EC2 charges for data transfer also apply. For more
information, see Amazon VPC Pricing.
NAT gateways are not supported for IPv6 trafficuse an egress-only Internet gateway instead. For
more information, see Egress-Only Internet Gateways (p. 202).
Topics
NAT Gateway Basics (p. 206)
Working with NAT Gateways (p. 208)
Troubleshooting NAT Gateways (p. 211)
Controlling the Use of NAT Gateways (p. 215)
API and CLI Overview (p. 215)
205
Amazon Virtual Private Cloud User Guide
NAT Gateways
Each NAT gateway is created in a specific Availability Zone and implemented with redundancy in that
zone. You have a limit on the number of NAT gateways you can create in an Availability Zone. For
more information, see Amazon VPC Limits (p. 264).
Note
If you have resources in multiple Availability Zones and they share one NAT gateway, in the
event that the NAT gateways Availability Zone is down, resources in the other Availability
Zones lose Internet access. To create an Availability Zone-independent architecture, create
a NAT gateway in each Availability Zone and configure your routing to ensure that resources
use the NAT gateway in the same Availability Zone.
If you no longer need a NAT gateway, you can delete it. Deleting a NAT gateway disassociates its
Elastic IP address, but does not release the address from your account.
A NAT gateway supports bursts of up to 10 Gbps of bandwidth. If you require more than 10 Gbps
bursts, you can distribute the workload by splitting your resources into multiple subnets, and creating
a NAT gateway in each subnet.
You can associate exactly one Elastic IP address with a NAT gateway. You cannot disassociate
an Elastic IP address from a NAT gateway after it's created. If you need to use a different Elastic
IP address for your NAT gateway, you must create a new NAT gateway with the required address,
update your route tables, and then delete the existing NAT gateway if it's no longer required.
A NAT gateway supports the following protocols: TCP, UDP, and ICMP.
You cannot associate a security group with a NAT gateway. You can use security groups for your
instances in the private subnets to control the traffic to and from those instances.
You can use a network ACL to control the traffic to and from the subnet in which the NAT gateway
is located. The network ACL applies to the NAT gateway's traffic. A NAT gateway uses ports 1024 -
65535. For more information, see Network ACLs (p. 127).
When a NAT gateway is created, it receives a network interface that's automatically assigned a
private IP address from the IP address range of your subnet. You can view the NAT gateway's
network interface in the Amazon EC2 console. For more information, see Viewing Details about a
Network Interface. You cannot modify the attributes of this network interface.
A NAT gateway cannot be accessed by a ClassicLink connection associated with your VPC.
The following diagram illustrates the architecture of a VPC with a NAT gateway. The main route table
sends Internet traffic from the instances in the private subnet to the NAT gateway. The NAT gateway
sends the traffic to the Internet gateway using the NAT gateways Elastic IP address as the source IP
address.
206
Amazon Virtual Private Cloud User Guide
NAT Gateways
Topics
Migrating From a NAT Instance (p. 207)
Using a NAT Gateway with VPC Endpoints, VPN, AWS Direct Connect, or VPC Peering (p. 207)
Using a NAT Gateway with VPC Endpoints, VPN, AWS Direct Connect, or
VPC Peering
A NAT gateway cannot send traffic over VPC endpoints, VPN connections, AWS Direct Connect, or
VPC peering connections. If your instances in the private subnet need to access resources over a VPC
endpoint, a VPN connection, or AWS Direct Connect, use the private subnets route table to route the
traffic directly to these devices.
207
Amazon Virtual Private Cloud User Guide
NAT Gateways
For example, your private subnets route table has the following routes: Internet-bound traffic
(0.0.0.0/0) is routed to a NAT gateway, Amazon S3 traffic (pl-xxxxxxxx; a specific IP address range
for Amazon S3) is routed to a VPC endpoint, and 10.25.0.0/16 traffic is routed to a VPC peering
connection. The pl-xxxxxxxx and 10.25.0.0/16 IP address ranges are more specific than 0.0.0.0/0;
when your instances send traffic to Amazon S3 or the peered VPC, the traffic is sent to the VPC
endpoint or the VPC peering connection. When your instances send traffic to the Internet (other than
the Amazon S3 IP addresses), the traffic is sent to the NAT gateway.
You cannot route traffic to a NAT gateway through a VPC peering connection, a VPN connection,
or AWS Direct Connect. A NAT gateway cannot be used by resources on the other side of these
connections.
Topics
Creating a NAT Gateway (p. 208)
Updating Your Route Table (p. 208)
Deleting a NAT Gateway (p. 209)
Testing a NAT Gateway (p. 209)
If the NAT gateway goes to a status of Failed, there was an error during creation. For more
information, see NAT Gateway Goes to a Status of Failed (p. 211).
208
Amazon Virtual Private Cloud User Guide
NAT Gateways
3. Select the route table associated with your private subnet and choose Routes, Edit.
4. Choose Add another route. For Destination, enter 0.0.0.0/0. For Target, select the ID of your
NAT gateway.
Note
If you're migrating from using a NAT instance, you can replace the current route that
points to the NAT instance with a route to the NAT gateway.
5. Choose Save.
To ensure that your NAT gateway can access the Internet, the route table associated with the subnet in
which your NAT gateway resides must include a route that points Internet traffic to an Internet gateway.
For more information, see Creating a Custom Route Table (p. 199). If you delete a NAT gateway,
the NAT gateway routes remain in a blackhole status until you delete or update the routes. For more
information, see Adding and Removing Routes from a Route Table (p. 192).
If you're able to connect to the Internet, you can also perform the following tests to determine if the
Internet traffic is being routed through the NAT gateway:
You can trace the route of traffic from an instance in your private subnet. To do this, run the
traceroute command from a Linux instance in your private subnet. In the output, you should see
the private IP address of the NAT gateway in one of the hops (it's usually the first hop).
Use a third-party website or tool that displays the source IP address when you connect to it from an
instance in your private subnet. The source IP address should be the Elastic IP address of your NAT
gateway. You can get the Elastic IP address and private IP address of your NAT gateway by viewing
its information on the NAT Gateways page in the Amazon VPC console.
If the above tests fail, see Troubleshooting NAT Gateways (p. 211).
The following example demonstrates how to test if your instance in a private subnet can connect to the
Internet.
1. Launch an instance in your public subnet (you'll use this as a bastion server). For more information,
see Launching an Instance into Your Subnet (p. 87). In the launch wizard, ensure that you select
an Amazon Linux AMI, and assign a public IP address to your instance. Ensure that your security
group rules allow inbound SSH traffic from the range of IP addresses for your local network (you can
209
Amazon Virtual Private Cloud User Guide
NAT Gateways
also use 0.0.0.0/0 for this test), and outbound SSH traffic to the IP address range of your private
subnet.
2. Launch an instance in your private subnet. In the launch wizard, ensure that you select an Amazon
Linux AMI. Do not assign a public IP address to your instance. Ensure that your security group rules
allow inbound SSH traffic from the private IP address of your instance that you launched in the
public subnet, and all outbound ICMP traffic. You must choose the same key pair that you used to
launch your instance in the public subnet.
3. Configure SSH agent forwarding on your local computer, and connect to your bastion server in
the public subnet. For more information, see To configure SSH agent forwarding for Linux or OS
X (p. 210) or To configure SSH agent forwarding for Windows (PuTTY) (p. 210).
4. From your bastion server, connect to your instance in the private subnet, and then test the Internet
connection from your instance in the private subnet. For more information, see To test the Internet
connection (p. 210).
1. From your local machine, add your private key to the authentication agent.
ssh-add -c mykeypair.pem
ssh-add -K mykeypair.pem
2. Connect to your instance in the public subnet using the -A option to enable SSH agent forwarding,
and use the instance's public address; for example:
ssh -A ec2-user@54.0.0.123
1. Download and install Pageant from the PuTTY download page, if not already installed.
2. Convert your private key to .ppk format. For more information, see Converting Your Private Key
Using PuTTYgen in the Amazon EC2 User Guide for Linux Instances.
3. Start Pageant, right-click the Pageant icon on the taskbar (it may be hidden), and choose Add
Key. Select the .ppk file you created, enter the passphrase if required, and choose Open.
4. Start a PuTTY session and connect to your instance in the public subnet using its public IP
address. For more information, see Starting a PuTTY Session. In the Auth category, ensure that
you select the Allow agent forwarding option, and leave the Private key file for authentication
field blank.
1. From your instance in the public subnet, connect to your instance in your private subnet by using
its private IP address, for example:
ssh ec2-user@10.0.1.123
2. From your private instance, test that you can connect to the Internet by running the ping
command for a website that has ICMP enabled, for example:
210
Amazon Virtual Private Cloud User Guide
NAT Gateways
ping ietf.org
Press Ctrl+C on your keyboard to cancel the ping command. If the ping command fails, see
Instances in Private Subnet Cannot Access Internet (p. 213).
3. (Optional) Terminate your instances if you no longer require them. For more information, see
Terminate Your Instance in the Amazon EC2 User Guide for Linux Instances.
Topics
NAT Gateway Goes to a Status of Failed (p. 211)
You've Reached Your Elastic IP Address or NAT Gateway Limit (p. 212)
The Availability Zone is Unsupported (NotAvailableInZone) (p. 213)
You Created a NAT Gateway and It's No Longer Visible (p. 213)
NAT Gateway Doesn't Respond to a Ping Command (p. 213)
Instances in Private Subnet Cannot Access Internet (p. 213)
TCP Connection to a Specific Endpoint Fails (p. 214)
Traceroute Output Does Not Display NAT Gateway Private IP Address (p. 214)
Internet Connection Drops After 5 Minutes (p. 214)
IPSec Connection Cannot be Established (p. 214)
Cannot Initiate More Connections to a Destination (p. 214)
The following table lists the possible causes of the failure as indicated in the Amazon VPC console.
After you've applied any of the remedial steps indicated, you can try to create a NAT gateway again.
Subnet has insufficient free The subnet you specified does You can check how many IP
addresses to create this NAT not have any free private IP addresses are available in
gateway addresses. The NAT gateway your subnet by going to the
requires a network interface Subnets page in the Amazon
with a private IP address VPC console, and viewing
allocated from the subnet's the Available IPs field in the
range. details pane for your subnet.
To create free IP addresses
211
Amazon Virtual Private Cloud User Guide
NAT Gateways
Network vpc-xxxxxxxx has no A NAT gateway must be Create and attach an Internet
Internet gateway attached created in a VPC with an gateway to your VPC. For more
Internet gateway. information, see Attaching an
Internet Gateway (p. 199).
Elastic IP address eipalloc- The Elastic IP address that Check the allocation ID of the
xxxxxxxx could not be you specified does not exist or Elastic IP address to ensure
associated with this NAT could not be found. that you entered it correctly.
gateway Ensure that you have specified
an Elastic IP address that's in
the same region in which you're
creating the NAT gateway.
Elastic IP address eipalloc- The Elastic IP address that you You can check which resource
xxxxxxxx is already associated specified is already associated is associated with the Elastic
with another resource, and IP address by going to the
cannot be associated with the Elastic IPs page in the Amazon
NAT gateway. VPC console, and viewing
the values specified for the
instance ID or network interface
ID. If you do not require the
Elastic IP address for that
resource, you can disassociate
it. Alternatively, allocate a new
Elastic IP address to your
account. For more information,
see Working with Elastic IP
Addresses (p. 233).
Network interface eni-xxxxxxxx, There was a problem creating You cannot fix this error. Try
created and used internally or using the network interface creating a NAT gateway again.
by this NAT gateway is in an for the NAT gateway.
invalid state. Please try again.
If you've reached your NAT gateway limit, you can do one of the following:
Request a limit increase using the Amazon VPC Limits form. The NAT gateway limit is enforced per
Availability Zone.
Check the status of your NAT gateway. A status of Pending, Available, or Deleting counts
against your limit. If you've recently deleted a NAT gateway, wait a few minutes for the status to go
from Deleting to Deleted, then try creating a new NAT gateway.
If you do not need your NAT gateway in a specific Availability Zone, try creating a NAT gateway in an
Availability Zone where you haven't reached your limit.
For more information about limits, see Amazon VPC Limits (p. 264).
212
Amazon Virtual Private Cloud User Guide
NAT Gateways
To test that your NAT gateway is working, see Testing a NAT Gateway (p. 209).
Check that the NAT gateway is in the Available state. In the Amazon VPC console, go to the NAT
Gateways page and view the status information in the details pane. If the NAT gateway is in a failed
state, there may have been an error when it was created. For more information, see NAT Gateway
Goes to a Status of Failed (p. 211).
Check that you've configured your route tables correctly:
The NAT gateway must be in a public subnet with a route table that routes Internet traffic to an
Internet gateway. For more information, see Creating a Custom Route Table (p. 199).
Your instance must be in a private subnet with a route table that routes Internet traffic to the NAT
gateway. For more information, see Updating Your Route Table (p. 208).
Check that there are no other route table entries that route all or part of the Internet traffic to
another device instead of the NAT gateway.
Ensure that your security group rules for your private instance allow outbound Internet traffic. For the
ping command to work, the rules must also allow outbound ICMP traffic.
Note
The NAT gateway itself allows all outbound traffic and traffic received in response to an
outbound request (it is therefore stateful).
Ensure that the network ACLs that are associated with the private subnet and public subnets do not
have rules that block inbound or outbound Internet traffic. For the ping command to work, the rules
must also allow inbound and outbound ICMP traffic.
Note
You can enable flow logs to help you diagnose dropped connections because of network
ACL or security group rules. For more information, see VPC Flow Logs (p. 172).
If you are using the ping command, ensure that you are pinging a website that has ICMP enabled.
If not, you will not receive reply packets. To test this, perform the same ping command from the
command line terminal on your own computer.
Check that your instance is able to ping other resources, for example, other instances in the private
subnet (assuming that security group rules allow this).
Ensure that your connection is using a TCP, UDP, or ICMP protocol only.
213
Amazon Virtual Private Cloud User Guide
NAT Gateways
To check if the endpoint is sending fragmented TCP packets, use an instance in a public subnet with a
public IP address to do the following:
Trigger a response large enough to cause fragmentation from the specific endpoint.
Use the tcpdump utility to verify that the endpoint is sending fragmented packets.
Important
You must use an instance in a public subnet to perform these checks; you cannot use the
instance from which the original connection was failing, or an instance in a private subnet
behind a NAT gateway or a NAT instance.
If the endpoint is sending fragmented TCP packets, you can use a NAT instance instead of a NAT
gateway.
Note
A NAT gateway also doesn't support IP fragmentation for the ICMP protocol. Diagnostic tools
that send or receive large ICMP packets will report packet loss. For example, the command
ping -s 10000 example.com will not work behind a NAT gateway.
Ensure that there is a route that sends Internet traffic to the NAT gateway.
Ensure that there isn't a more specific route that's sending Internet traffic to other devices, such as a
virtual private gateway or an Internet gateway.
Create a NAT gateway per Availability Zone and spread your clients across those zones.
Create additional NAT gateways in the public subnet and split your clients into multiple private
subnets, each with a route to a different NAT gateway.
Limit the number of connections your clients can create to the destination.
Close idle connections to release the capacity.
214
Amazon Virtual Private Cloud User Guide
NAT Instances
Note
If the destination IP address, the destination port, or the protocol (TCP/UDP/ICMP) changes,
you can create an additional 65,000 connections.
NAT Instances
You can use a network address translation (NAT) instance in a public subnet in your VPC to enable
instances in the private subnet to initiate outbound IPv4 traffic to the Internet or other AWS services,
but prevent the instances from receiving inbound traffic initiated by someone on the Internet.
For more information about public and private subnets, see Subnet Routing (p. 83). For more
information about NAT, see NAT (p. 205).
NAT is not supported for IPv6 trafficuse an egress-only Internet gateway instead. For more
information, see Egress-Only Internet Gateways (p. 202).
Note
You can also use a NAT gateway, which is a managed NAT service that provides better
availability, higher bandwidth, and requires less administrative effort. For common use
cases, we recommend that you use a NAT gateway rather than a NAT instance. For more
information, see NAT Gateways (p. 205) and Comparison of NAT Instances and NAT
Gateways (p. 222).
215
Amazon Virtual Private Cloud User Guide
NAT Instances
Topics
NAT Instance Basics (p. 216)
Setting up the NAT Instance (p. 217)
Creating the NATSG Security Group (p. 218)
Disabling Source/Destination Checks (p. 219)
Updating the Main Route Table (p. 220)
Testing Your NAT Instance Configuration (p. 220)
Amazon provides Amazon Linux AMIs that are configured to run as NAT instances. These AMIs
include the string amzn-ami-vpc-nat in their names, so you can search for them in the Amazon
216
Amazon Virtual Private Cloud User Guide
NAT Instances
EC2 console. When you launch an instance from a NAT AMI, the following configuration occurs on the
instance:
Your NAT instance limit depends on your instance type limit for the region. For more information, see
the EC2 FAQs. For a list of available NAT AMIs, see the Amazon Linux AMI matrix.
i. On the Choose an Amazon Machine Image (AMI) page, select the Community AMIs
category, and search for amzn-ami-vpc-nat. In the results list, each AMI's name
includes the version to enable you to select the most recent AMI, for example, 2013.09.
Choose Select.
ii. On the Choose an Instance Type page, select the instance type, then choose Next:
Configure Instance Details.
iii. On the Configure Instance Details page, select the VPC you created from the Network
list, and select your public subnet from the Subnet list.
iv. (Optional) Select the Public IP check box to request that your NAT instance receives
a public IP address. If you choose not to assign a public IP address now, you can
allocate an Elastic IP address and assign it to your instance after it's launched. For more
information about assigning a public IP at launch, see Assigning a Public IPv4 Address
During Instance Launch (p. 101). Choose Next: Add Storage.
v. You can choose to add storage to your instance, and on the next page, you can add tags.
Choose Next: Configure Security Group when you are done.
217
Amazon Virtual Private Cloud User Guide
NAT Instances
vi. On the Configure Security Group page, select the Select an existing security group
option, and select the NATSG security group that you created. Choose Review and
Launch.
vii. Review the settings that you've chosen. Make any changes that you need, and then
choose Launch to choose a key pair and launch your instance.
4. (Optional) Connect to the NAT instance, make any modifications that you need, and then create
your own AMI that's configured to run as a NAT instance. You can use this AMI the next time that
you need to launch a NAT instance. For more information about creating an AMI, see Creating
Amazon EBS-Backed AMIs in the Amazon EC2 User Guide for Linux Instances.
5. Disable the SrcDestCheck attribute for the NAT instance (see Disabling Source/Destination
Checks (p. 219))
6. If you did not assign a public IP address to your NAT instance during launch (step 3), you need to
associate an Elastic IP address with it.
To get the ID of an AMI that's configured to run as a NAT instance, use a command to describe
images, and use filters to return results only for AMIs that are owned by Amazon, and that have the
amzn-ami-vpc-nat string in their names. The following example uses the AWS CLI:
Inbound
218
Amazon Virtual Private Cloud User Guide
NAT Instances
Public IP address range of your TCP 22 Allow inbound SSH access to the
home network NAT instance from your home
network (over the Internet gateway)
Outbound
a. Choose Edit.
b. Choose Add another rule, and select HTTP from the Type list. In the Source field, specify
the IP address range of your private subnet.
c. Choose Add another rule, and select HTTPS from the Type list. In the Source field, specify
the IP address range of your private subnet.
d. Choose Add another rule, and select SSH from the Type list. In the Source field, specify the
public IP address range of your network.
e. Choose Save.
6. Add rules for outbound traffic using the Outbound Rules tab as follows:
a. Choose Edit.
b. Choose Add another rule, and select HTTP from the Type list. In the Destination field,
specify 0.0.0.0/0
c. Choose Add another rule, and select HTTPS from the Type list. In the Destination field,
specify 0.0.0.0/0
d. Choose Save.
For more information about security groups, see Security Groups for Your VPC (p. 119).
219
Amazon Virtual Private Cloud User Guide
NAT Instances
to send and receive traffic when the source or destination is not itself. Therefore, you must disable
source/destination checks on the NAT instance.
You can disable the SrcDestCheck attribute for a NAT instance that's either running or stopped using
the console or the command line.
You can use one of the following commands. For more information about these command line
interfaces, see Accessing Amazon VPC (p. 7).
For more information about route tables, see Route Tables (p. 183).
220
Amazon Virtual Private Cloud User Guide
NAT Instances
3. Find the security group associated with your NAT instance, and choose Edit in the Inbound tab.
4. Choose Add Rule, select All ICMP from the Type list, and select Custom IP from the Source list.
Enter the IP address range of your private subnet, for example, 10.0.1.0/24. Choose Save.
5. In the Outbound tab, choose Edit.
6. Choose Add Rule, select SSH from the Type list, and select Custom IP from the Source list.
Enter the IP address range of your private subnet, for example, 10.0.1.0/24. Choose Save.
7. Choose Add Rule, select All ICMP from the Type list, and select Custom IP from the Source list.
Enter 0.0.0.0/0, and then choose Save.
On the Choose an Amazon Machine Image (AMI) page, select an Amazon Linux AMI from the
Quick Start category.
On the Configure Instance Details page, select your private subnet from the Subnet list, and
do not assign a public IP address to your instance.
On the Configure Security Group page, ensure that your security group includes an inbound
rule that allows SSH access from your NAT instance's private IP address, or from the IP address
range of your public subnet, and ensure that you have an outbound rule that allows outbound
ICMP traffic.
In the Select an existing key pair or create a new key pair dialog box, select the same key
pair you used to launch the NAT instance.
1. From your local machine, add your private key to the authentication agent.
2. Connect to your NAT instance using the -A option to enable SSH agent forwarding, for example:
ssh -A ec2-user@54.0.0.123
1. Download and install Pageant from the PuTTY download page, if not already installed.
2. Convert your private key to .ppk format. For more information, see Converting Your Private Key
Using PuTTYgen.
3. Start Pageant, right-click the Pageant icon on the taskbar (it may be hidden), and choose Add
Key. Select the .ppk file you created, enter the passphrase if required, and choose Open.
221
Amazon Virtual Private Cloud User Guide
Comparison of NAT Instances and NAT Gateways
4. Start a PuTTY session to connect to your NAT instance. In the Auth category, ensure that you
select the Allow agent forwarding option, and leave the Private key file for authentication field
blank.
1. Test that your NAT instance can communicate with the Internet by running the ping command for
a website that has ICMP enabled; for example:
3. From your private instance, test that you can connect to the Internet by running the ping
command:
Check that your NAT instance's security group rules allow inbound ICMP traffic from your private
subnet. If not, your NAT instance cannot receive the ping command from your private instance.
Check that you've configured your route tables correctly. For more information, see Updating the
Main Route Table (p. 220).
Ensure that you've disabled source/destination checking for your NAT instance. For more
information, see Disabling Source/Destination Checks (p. 219).
Ensure that you are pinging a website that has ICMP enabled. If not, you will not receive reply
packets. To test this, perform the same ping command from the command line terminal on your
own computer.
4. (Optional) Terminate your private instance if you no longer require it. For more information, see
Terminate Your Instance in the Amazon EC2 User Guide for Linux Instances.
222
Amazon Virtual Private Cloud User Guide
Comparison of NAT Instances and NAT Gateways
Availability Highly available. NAT gateways in each Use a script to manage failover between
Availability Zone are implemented with instances.
redundancy. Create a NAT gateway in
each Availability Zone to ensure zone-
independent architecture.
Maintenance
Managed by AWS.You do not need to Managed by you, for example, by installing
perform any maintenance. software updates or operating system
patches on the instance.
Performance
Software is optimized for handling NAT A generic Amazon Linux AMI that's
traffic. configured to perform NAT.
Cost Charged depending on the number of NAT Charged depending on the number of NAT
gateways you use, duration of usage, and instances that you use, duration of usage,
amount of data that you send through the and instance type and size.
NAT gateways.
Type Uniform offering; you dont need to decide Choose a suitable instance type and size,
and size on the type or size. according to your predicted workload.
Public IP Choose the Elastic IP address to associate Use an Elastic IP address or a public IP
addresses with a NAT gateway at creation. address with a NAT instance. You can
change the public IP address at any time
by associating a new Elastic IP address
with the instance.
Private Automatically selected from the subnet's Assign a specific private IP address from
IP IP address range when you create the the subnet's IP address range when you
addresses gateway. launch the instance.
Security Cannot be associated with a NAT gateway. Associate with your NAT instance and the
groups You can associate security groups with resources behind your NAT instance to
your resources behind the NAT gateway to control inbound and outbound traffic.
control inbound and outbound traffic.
Network Use a network ACL to control the traffic Use a network ACL to control the traffic
ACLs to and from the subnet in which your NAT to and from the subnet in which your NAT
gateway resides. instance resides.
Flow Use flow logs to capture the traffic. Use flow logs to capture the traffic.
logs
223
Amazon Virtual Private Cloud User Guide
DHCP Options Sets
Timeout When a connection times out, a NAT When a connection times out, a NAT
behavior gateway returns an RST packet to any instance sends a FIN packet to resources
resources behind the NAT gateway that behind the NAT instance to close the
attempt to continue the connection (it does connection.
not send a FIN packet).
Topics
Overview of DHCP Options Sets (p. 224)
Amazon DNS Server (p. 225)
Changing DHCP Options (p. 226)
Working with DHCP Options Sets (p. 226)
API and Command Overview (p. 228)
DHCP options sets are associated with your AWS account so that you can use them across all of your
virtual private clouds (VPC).
The Amazon EC2 instances you launch into a nondefault VPC are private by default; they're not
assigned a public IPv4 address unless you specifically assign one during launch, or you modify
the subnet's public IPv4 address attribute. By default, all instances in a nondefault VPC receive an
unresolvable host name that AWS assigns (for example, ip-10-0-0-202). You can assign your own
domain name to your instances, and use up to four of your own DNS servers. To do that, you must
specify a special set of DHCP options to use with the VPC.
The following table lists all the supported options for a DHCP options set. You can specify only the
options you need in your DHCP options set. For more information about the options, see RFC 2132.
224
Amazon Virtual Private Cloud User Guide
Amazon DNS Server
When you launch an instance into a VPC, we provide the instance with a private DNS hostname,
and a public DNS hostname if the instance receives a public IPv4 address. If domain-name-
servers in your DHCP options is set to AmazonProvidedDNS, the public DNS hostname takes the
form ec2-public-ipv4-address.compute-1.amazonaws.com for the us-east-1 region, and
ec2-public-ipv4-address.region.compute.amazonaws.com for other regions. The private
hostname takes the form ip-private-ipv4-address.ec2.internal for the us-east-1 region, and
225
Amazon Virtual Private Cloud User Guide
Changing DHCP Options
The Amazon DNS server in your VPC is used to resolve the DNS domain names that you specify in
a private hosted zone in Amazon Route 53. For more information about private hosted zones, see
Working with Private Hosted Zones in the Amazon Route 53 Developer Guide.
Services that use the Hadoop framework, such as Amazon EMR, require instances to resolve their
own fully qualified domain names (FQDN). In such cases, DNS resolution can fail if the domain-
name-servers option is set to a custom value. To ensure proper DNS resolution, consider
adding a conditional forwarder on your DNS server to forward queries for the domain region-
name.compute.internal to the Amazon DNS server. For more information about launching
an Amazon EMR cluster into a VPC, see Setting Up a VPC to Host Clusters in the Amazon EMR
Developer Guide.
Note
You can use the Amazon DNS server IP address 169.254.169.253, though some servers
don't allow its use. Windows Server 2008, for example, disallows the use of a DNS server
located in the 169.254.x.x network range.
You can have multiple sets of DHCP options, but you can associate only one set of DHCP options with
a VPC at a time. If you delete a VPC, the DHCP options set associated with the VPC are also deleted.
After you associate a new set of DHCP options with a VPC, any existing instances and all new
instances that you launch in the VPC use these options. You don't need to restart or relaunch the
instances. They automatically pick up the changes within a few hours, depending on how frequently
the instance renews its DHCP lease. If you want, you can explicitly renew the lease using the operating
system on the instance.
Topics
Creating a DHCP Options Set (p. 226)
Changing the Set of DHCP Options a VPC Uses (p. 227)
Changing a VPC to use No DHCP Options (p. 227)
Deleting a DHCP Options Set (p. 227)
226
Amazon Virtual Private Cloud User Guide
Working with DHCP Options Sets
Important
If your VPC has an Internet gateway, make sure to specify your own DNS server or
Amazon's DNS server (AmazonProvidedDNS) for the Domain name servers value.
Otherwise, the instances that need to communicate with the Internet won't have access to
DNS.
The new set of DHCP options appears in your list of DHCP options.
4. Make a note of the ID of the new set of DHCP options (dopt-xxxxxxxx). You will need it to
associate the new set of options with your VPC.
Although you've created a set of DHCP options, you must associate it with your VPC for the options to
take effect. You can create multiple sets of DHCP options, but you can associate only one set of DHCP
options with your VPC at a time.
After you associate a new set of DHCP options with the VPC, any existing instances and all new
instances that you launch in that VPC use the options. You don't need to restart or relaunch the
instances. They automatically pick up the changes within a few hours, depending on how frequently
the instance renews its DHCP lease. If you want, you can explicitly renew the lease using the operating
system on the instance.
You don't need to restart or relaunch the instances. They automatically pick up the changes within a
few hours, depending on how frequently the instance renews its DHCP lease. If you want, you can
explicitly renew the lease using the operating system on the instance.
227
Amazon Virtual Private Cloud User Guide
API and Command Overview
Associate a set of DHCP options with the specified VPC, or no DHCP options
Domain Name System (DNS) is a standard by which names used on the Internet are resolved to
their corresponding IP addresses. A DNS hostname is a name that uniquely and absolutely names a
computer; it's composed of a host name and a domain name. DNS servers resolve DNS hostnames to
their corresponding IP addresses.
We provide an Amazon DNS server. To use your own DNS server, update the DHCP options set for
your VPC. For more information, see DHCP Options Sets (p. 224).
Topics
DNS Hostnames (p. 229)
DNS Support in Your VPC (p. 229)
228
Amazon Virtual Private Cloud User Guide
DNS Hostnames
DNS Hostnames
When you launch an instance into a default VPC, we provide the instance with public and private DNS
hostnames that correspond to the public IPv4 and private IPv4 addresses for the instance. When you
launch an instance into a nondefault VPC, we provide the instance with a private DNS hostname and
we might provide a public DNS hostname, depending on the settings you specify for the VPC and for
the instance.
A private (internal) DNS hostname resolves to the private IPv4 address of the instance, and takes
the form ip-private-ipv4-address.ec2.internal for the us-east-1 region, and ip-private-
ipv4-address.region.compute.internal for other regions (where private.ipv4.address is
the reverse lookup IP address). You can use the private DNS hostname for communication between
instances in the same network, but we can't resolve the DNS hostname outside the network that the
instance is in.
Attribute Description
By default, DNS hostnames are enabled only for default VPCs and VPCs that you create using the
VPC wizard in the VPC console.
229
Amazon Virtual Private Cloud User Guide
Viewing DNS Hostnames for Your EC2 Instance
The Amazon DNS server can resolve private DNS hostnames to private IPv4 addresses for all
address spaces, including where the IPv4 address range of your VPC falls outside of the private IPv4
addresses ranges specified by RFC 1918.
Important
If you created your VPC before October 2016, the Amazon DNS server does not resolve
private DNS hostnames if your VPC's IPv4 address range falls outside of the private IPv4
addresses ranges specified by RFC 1918. If you want to enable the Amazon DNS server to
resolve private DNS hostnames for these addresses, contact AWS Support.
If you enable DNS hostnames and DNS support in a VPC that didn't previously support them, an
instance that you already launched into that VPC gets a public DNS hostname if it has a public IPv4
address or an Elastic IP address.
For information about DNS support for private hosted zones, see Using Private Hosted
Zones (p. 231).
Instance
To view DNS hostnames for an instance using the console
You can use one of the following commands. For more information about these command line
interfaces, see Accessing Amazon VPC (p. 7).
Network Interface
To view the private DNS hostname for a network interface using the console
To view DNS hostnames for a network interface using the command line
You can use one of the following commands. For more information about these command line
interfaces, see Accessing Amazon VPC (p. 7).
230
Amazon Virtual Private Cloud User Guide
Updating DNS Support for Your VPC
To describe and update DNS support for a VPC using the console
5. To update these settings, choose Actions and either Edit DNS Resolution or Edit DNS
Hostnames. In the dialog box that opens, choose Yes or No, and Save.
You can use one of the following commands. For more information about these command line
interfaces, see Accessing Amazon VPC (p. 7).
You can use one of the following commands. For more information about these command line
interfaces, see Accessing Amazon VPC (p. 7).
To access resources using custom DNS domain names, you must be connected to an instance
within your VPC. From your instance, you can test that your resource in your private hosted
zone is accessible from its custom DNS name by using the ping command; for example, ping
231
Amazon Virtual Private Cloud User Guide
VPC Peering
mywebserver.example.com. (You must ensure that your instance's security group rules allow
inbound ICMP traffic for the ping command to work.)
You can access a private hosted zone from an EC2-Classic instance that is linked to your VPC via
ClassicLink, provided your VPC is enabled for ClassicLink DNS support. For more information, see
Enabling ClassicLink DNS Support in the Amazon EC2 User Guide for Linux Instances. Otherwise,
private hosted zones do not support transitive relationships outside of the VPC; for example, you
cannot access your resources using their custom private DNS names from the other side of a VPN
connection.
Important
If you are using custom DNS domain names defined in a private hosted zone in Amazon
Route 53, you must set the following VPC attributes to true: enableDnsHostnames
and enableDnsSupport. For more information, see Updating DNS Support for Your
VPC (p. 231).
VPC Peering
A VPC peering connection is a networking connection between two VPCs that enables you to route
traffic between them using private IPv4 addresses or IPv6 addresses. Instances in either VPC can
communicate with each other as if they are within the same network. You can create a VPC peering
connection between your own VPCs, or with a VPC in another AWS account within a single region.
AWS uses the existing infrastructure of a VPC to create a VPC peering connection; it is neither a
gateway nor a VPN connection, and does not rely on a separate piece of physical hardware. There is
no single point of failure for communication or a bandwidth bottleneck.
For more information about working with VPC peering connections, and examples of scenarios in
which you can use a VPC peering connection, see the Amazon VPC Peering Guide.
Elastic IP Addresses
An Elastic IP address is a static, public IPv4 address designed for dynamic cloud computing. You can
associate an Elastic IP address with any instance or network interface for any VPC in your account.
With an Elastic IP address, you can mask the failure of an instance by rapidly remapping the address
to another instance in your VPC. Note that the advantage of associating the Elastic IP address with
the network interface instead of directly with the instance is that you can move all the attributes of the
network interface from one instance to another in a single step.
Topics
Elastic IP Address Basics (p. 232)
Working with Elastic IP Addresses (p. 233)
API and CLI Overview (p. 234)
You first allocate an Elastic IP address for use in a VPC, and then associate it with an instance in
your VPC (it can be assigned to only one instance at a time).
An Elastic IP address is a property of network interfaces. You can associate an Elastic IP address
with an instance by updating the network interface attached to the instance.
232
Amazon Virtual Private Cloud User Guide
Working with Elastic IP Addresses
If you associate an Elastic IP address with the eth0 network interface of your instance, its current
public IPv4 address (if it had one) is released to the EC2-VPC public IP address pool. If you
disassociate the Elastic IP address, the eth0 network interface is automatically assigned a new
public IPv4 address within a few minutes. This doesn't apply if you've attached a second network
interface to your instance.
There are differences between an Elastic IP address that you use in a VPC and one that you use in
EC2-Classic. For more information, see Elastic IP Address Differences Between EC2-Classic and
Amazon EC2-VPC in the Amazon EC2 User Guide for Linux Instances).
You can move an Elastic IP address from one instance to another. The instance can be in the same
VPC or another VPC, but not in EC2-Classic.
Your Elastic IP addresses remain associated with your AWS account until you explicitly release
them.
To ensure efficient use of Elastic IP addresses, we impose a small hourly charge when they aren't
associated with a running instance, or when they are associated with a stopped instance or an
unattached network interface. While your instance is running, you aren't charged for one Elastic IP
address associated with the instance, but you are charged for any additional Elastic IP addresses
associated with the instance. For more information, see Amazon EC2 Pricing.
You're limited to five Elastic IP addresses; to help conserve them, you can use a NAT device (see
NAT (p. 205)).
An Elastic IP address is accessed through the Internet gateway of a VPC. If you have set up a VPN
connection between your VPC and your network, the VPN traffic traverses a virtual private gateway,
not an Internet gateway, and therefore cannot access the Elastic IP address.
You can move an Elastic IP address that you've allocated for use in the EC2-Classic platform to the
VPC platform. For more information, see Migrating an Elastic IP Address from EC2-Classic to EC2-
VPC in the Amazon EC2 User Guide.
233
Amazon Virtual Private Cloud User Guide
API and CLI Overview
3. Select an Elastic IP address that's allocated for use with a VPC (the Scope column has a value of
vpc), choose Actions, and then choose Associate address.
4. Choose Instance or Network interface, and then select either the instance or network interface
ID. Select the private IP address with which to associate the Elastic IP address. Choose
Associate.
Note
A network interface can have several attributes, including an Elastic IP address. You
can create a network interface and attach and detach it from instances in your VPC. The
advantage of making the Elastic IP address an attribute of the network interface instead
of associating it directly with the instance is that you can move all the attributes of the
network interface from one instance to another in a single step. For more information, see
Elastic Network Interfaces.
After you associate the Elastic IP address with your instance, it receives a DNS hostname if DNS
hostnames are enabled. For more information, see Using DNS with Your VPC (p. 228).
To change which instance an Elastic IP address is associated with, disassociate it from the currently
associated instance, and then associate it with the new instance in the VPC.
If you no longer need an Elastic IP address, we recommend that you release it (the address must not
be associated with an instance). You incur charges for any Elastic IP address that's allocated for use
with a VPC but not associated with an instance.
234
Amazon Virtual Private Cloud User Guide
VPC Endpoints
VPC Endpoints
A VPC endpoint enables you to create a private connection between your VPC and another AWS
service without requiring access over the Internet, through a NAT device, a VPN connection, or AWS
Direct Connect. Endpoints are virtual devices. They are horizontally scaled, redundant, and highly
available VPC components that allow communication between instances in your VPC and AWS
services without imposing availability risks or bandwidth constraints on your network traffic.
Important
Currently, we support endpoints for connections with Amazon S3. Endpoints are supported for
IPv4 traffic only.
An endpoint enables instances in your VPC to use their private IP addresses to communicate with
resources in other services. Your instances do not require public IPv4 addresses, and you do not need
an Internet gateway, a NAT device, or a virtual private gateway in your VPC. You use endpoint policies
to control access to resources in other services. Traffic between your VPC and the AWS service does
not leave the Amazon network.
In the following diagram, instances in subnet 2 can access Amazon S3 through the VPC endpoint.
235
Amazon Virtual Private Cloud User Guide
Endpoint Basics
There is no additional charge for using endpoints. Standard charges for data transfer and resource
usage apply. For more information about pricing, see Amazon EC2 Pricing.
Topics
Endpoint Basics (p. 236)
Controlling the Use of Endpoints (p. 239)
Controlling Access to Services (p. 239)
Endpoints for Amazon S3 (p. 240)
Working with Endpoints (p. 244)
API and CLI Overview (p. 246)
Endpoint Basics
To create an endpoint, specify the VPC and the service to which you're connecting. A service is
identified by a prefix list, or the name and ID of a service for a region. A prefix list ID uses the form pl-
xxxxxxx and a prefix list name uses the form com.amazonaws.<region>.<service>. You use the
prefix list name (service name) to create an endpoint.
You can attach an endpoint policy to your endpoint that allows access to some or all of the service to
which you're connecting. For more information, see Using Endpoint Policies (p. 239). To control the
routing of traffic between your VPC and the other service, you can specify one or more route tables
that are used by the VPC to reach the endpoint. Subnets that use these route tables have access
to the endpoint, and traffic from instances in these subnets to the service is then routed through the
endpoint.
After you've created an endpoint, you can modify the policy that's attached to your endpoint, and add
or remove the route tables that are used by the endpoint.
236
Amazon Virtual Private Cloud User Guide
Endpoint Basics
You can create multiple endpoints in a single VPC, for example, to multiple services. You can also
create multiple endpoints for a single service, and you can use different route tables to enforce different
access policies from different subnets to the same service.
Topics
Routing for Endpoints (p. 237)
Endpoint Limitations (p. 238)
We use the most specific route that matches the traffic to determine how to route the traffic (longest
prefix match). If you have an existing route in your route table for all Internet traffic (0.0.0.0/0)
that points to an Internet gateway, the endpoint route takes precedence for all traffic destined for the
service, because the IP address range for the service is more specific than 0.0.0.0/0. All other
Internet traffic goes to your Internet gateway, including traffic that's destined for the service in other
regions.
However, if you have existing, more specific routes to IP address ranges that point to an Internet
gateway or a NAT device, those routes take precedence. If you have existing routes destined for an
IP address range that is identical to the IP address range used by the service, then your routes take
precedence.
To view the current IP address range for a service, you can use the describe-prefix-lists command.
Note
The range of public IP addresses for a service may change from time to time. Consider the
implications before you make routing or other decisions based on the current IP address
range for a service.
You can have multiple endpoint routes to different services in a route table, and you can have multiple
endpoint routes to the same service in different route tables, but you cannot have multiple endpoints to
the same service in a single route table. For example, if you have two endpoints to Amazon S3 in your
VPC, you cannot use the same route table for both endpoints.
You cannot explicitly add, modify, or delete an endpoint route in your route table by using the route
table APIs, or by using the Route Tables page in the VPC console. You can only add an endpoint route
by associating a route table with an endpoint. The endpoint route is automatically deleted when you
remove the route table association from the endpoint (by modifying the endpoint), or when you delete
your endpoint.
To change the route tables that are associated with your endpoint, you can modify the endpoint. For
more information, see Modifying an Endpoint (p. 245).
In this scenario, you have an existing route in your route table for all Internet traffic (0.0.0.0/0) that
points to an Internet gateway. Any traffic from the subnet that's destined for another AWS service uses
the Internet gateway.
237
Amazon Virtual Private Cloud User Guide
Endpoint Basics
Destination Target
10.0.0.0/16 Local
0.0.0.0/0 igw-1a2b3c4d
You create an endpoint to a supported AWS service, and associate your route table with the endpoint.
An endpoint route is automatically added to the route table, with a destination of pl-1a2b3c4d
(assume this represents the service to which you've created the endpoint). Now, any traffic from the
subnet that's destined for that AWS service in the same region goes to the endpoint, and does not go
to the Internet gateway. All other Internet traffic goes to your Internet gateway, including traffic that's
destined for other services, and destined for the AWS service in other regions.
Destination Target
10.0.0.0/16 Local
0.0.0.0/0 igw-1a2b3c4d
pl-1a2b3c4d vpce-11bb22cc
In this scenario, you have configured your route table to enable instances in your subnet to
communicate with Amazon S3 buckets through an Internet gateway. You've added a route with
54.123.165.0/24 as a destination (assume this is an IP address range currently within Amazon S3),
and the Internet gateway as the target. You then create an endpoint, and associate this route table with
the endpoint. An endpoint route is automatically added to the route table. You then use the describe-
prefix-lists command to view the IP address range for Amazon S3. The range is 54.123.160.0/19,
which is less specific than the range that's pointing to your Internet gateway. This means that any
traffic destined for the 54.123.165.0/24 IP address range continues to use the Internet gateway,
and does not use the endpoint (for as long as this remains the public IP address range for Amazon
S3).
Destination Target
10.0.0.0/16 Local
54.123.165.0/24 igw-1a2b3c4d
pl-1a2b3c4d vpce-11bb22cc
To ensure that all traffic destined for Amazon S3 in the same region is routed via the endpoint, you
must adjust the routes in your route table. To do this, you can delete the route to the Internet gateway.
Now, all traffic to Amazon S3 in the same region uses the endpoint, and the subnet that's associated
with your route table is a private subnet.
Destination Target
10.0.0.0/16 Local
pl-1a2b3c4d vpce-11bb22cc
Endpoint Limitations
To use endpoints, you need to be aware of the current limitations:
238
Amazon Virtual Private Cloud User Guide
Controlling the Use of Endpoints
You cannot use a prefix list ID in an outbound rule in a network ACL to allow or deny outbound traffic
to the service specified in an endpoint. If your network ACL rules restrict traffic, you must specify the
CIDR block (IP address range) for the service instead. You can, however, use a prefix list ID in an
outbound security group rule. For more information, see Security Groups (p. 240).
Endpoints are supported within the same region only. You cannot create an endpoint between a
VPC and an AWS service in a different region.
You cannot tag an endpoint.
You cannot transfer an endpoint from one VPC to another, or from one service to another.
Endpoint connections cannot be extended out of a VPC. Resources on the other side of a VPN
connection, a VPC peering connection, an AWS Direct Connect connection, or a ClassicLink
connection in your VPC cannot use the endpoint to communicate with resources in the endpoint
service.
You must enable DNS resolution in your VPC, or if you're using your own DNS server, ensure
that DNS requests to the required service (such as Amazon S3) are resolved correctly to the IP
addresses maintained by AWS. For more information, see Using DNS with Your VPC (p. 228).
For rules and limitations that are specific to Amazon S3, see Endpoints for Amazon S3 (p. 240).
If you're using an endpoint to Amazon S3, you can also use Amazon S3 bucket policies to control
access to buckets from specific endpoints, or specific VPCs. For more information, see Using Amazon
S3 Bucket Policies (p. 242).
Topics
Using Endpoint Policies (p. 239)
Security Groups (p. 240)
You cannot attach more than one policy to an endpoint; however, you can modify the policy at any
time. Note that if you do modify a policy, it can take a few minutes for the changes to take effect. For
more information, see Modifying an Endpoint (p. 245). For more information about writing policies,
see Overview of IAM Policies in the IAM User Guide.
Your endpoint policy can be like any IAM policy; however, take note of the following:
239
Amazon Virtual Private Cloud User Guide
Endpoints for Amazon S3
Only the parts of the policy that relate to the specified service will work. You cannot use an endpoint
policy to allow resources in your VPC to perform other actions; for example, if you add EC2 actions
to an endpoint policy for an endpoint to Amazon S3, they will have no effect.
Your policy must contain a Principal element. For more information, see Principal in the IAM User
Guide.
Security Groups
By default, Amazon VPC security groups allow all outbound traffic, unless you've specifically restricted
outbound access. If your security group's outbound rules are restricted, you must add a rule that allows
outbound traffic from your VPC to the service that's specified in your endpoint. To do this, you can use
the service's prefix list ID as the destination in the outbound rule. For more information, see Modifying
Your Security Group (p. 245).
Your endpoint has a policy that controls the use of the endpoint to access Amazon S3 resources.
The default policy allows access by any user or service within the VPC, using credentials from any
AWS account, to any Amazon S3 resource; including Amazon S3 resources for an AWS account
other than the account with which the VPC is associated. For more information, see Controlling
Access to Services (p. 239).
The source IPv4 addresses from instances in your affected subnets as received by Amazon S3
will change from public IPv4 addresses to the private IPv4 addresses from your VPC. An endpoint
switches network routes, and disconnects open TCP connections. Your tasks will be interrupted
during the changeover, and any previous connections using public IPv4 addresses will not be
resumed. We recommend that you do not have any critical tasks running when you create or modify
an endpoint; or that you test to ensure that your software can automatically reconnect to Amazon S3
after the connection break.
You cannot use a bucket policy or an IAM policy to allow access from a VPC IPv4 CIDR range (the
private IPv4 address range). VPC CIDR blocks can be overlapping or identical, which may lead to
unexpected results. Instead, you can use a bucket policy to restrict access to a specific endpoint
or to a specific VPC, and you can use your route tables to control which instances can access
resources in Amazon S3 via the endpoint.
You cannot use the aws:SourceIp condition in your bucket policies for requests to Amazon S3
through a VPC endpoint. If a statement in your bucket policy includes the aws:SourceIp condition,
the value fails to match any provided IP address or range. For more information, see Using Amazon
S3 Bucket Policies (p. 242).
Endpoints currently do not support cross-region requestsensure that you create your endpoint
in the same region as your bucket. You can find the location of your bucket by using the Amazon
S3 console, or by using the get-bucket-location command. Use a region-specific Amazon S3
endpoint to access your bucket; for example, mybucket.s3-us-west-2.amazonaws.com. For
more information about region-specific endpoints for Amazon S3, see Amazon Simple Storage
Service (S3) in Amazon Web Services General Reference. If you use the AWS CLI to make requests
to Amazon S3, set your default region to the same region as your bucket, or use the --region
parameter in your requests.
240
Amazon Virtual Private Cloud User Guide
Endpoints for Amazon S3
Note
Treat Amazon S3's US Standard region as mapped to the us-east-1 region.
Endpoints are currently supported for IPv4 traffic only.
Before you use endpoints with Amazon S3, ensure that you have also read the following general
limitations: Endpoint Limitations (p. 238).
If you use other AWS services in your VPC, they may use S3 buckets for certain tasks. Ensure that
your endpoint policy allows full access to Amazon S3 (the default policy), or that it allows access to
the specific buckets that are used by these services. Alternatively, only create an endpoint in a subnet
that is not used by any of these services, to allow the services to continue accessing S3 buckets using
public IP addresses.
The following table lists AWS services that may be affected by an endpoint, and any specific
information for each service.
241
Amazon Virtual Private Cloud User Guide
Endpoints for Amazon S3
Traffic between your VPC and S3 buckets does not leave the Amazon network.
You can create a policy that restricts access to specific S3 buckets only. This is useful if you have other
AWS services in your VPC that use S3 buckets. The following is an example of a policy that restricts
access to my_secure_bucket only.
{
"Statement": [
{
"Sid": "Access-to-specific-bucket-only",
"Principal": "*",
"Action": [
"s3:GetObject",
"s3:PutObject"
],
"Effect": "Allow",
"Resource": ["arn:aws:s3:::my_secure_bucket",
"arn:aws:s3:::my_secure_bucket/*"]
}
]
}
The Amazon Linux AMI repositories are Amazon S3 buckets in each region. If you want instances
in your VPC to access the repositories through an endpoint, you can create an endpoint policy that
enables access to these buckets.
{
"Statement": [
{
"Sid": "AmazonLinuxAMIRepositoryAccess",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::packages.*.amazonaws.com/*",
"arn:aws:s3:::repo.*.amazonaws.com/*"
]
}
]
}
242
Amazon Virtual Private Cloud User Guide
Endpoints for Amazon S3
You cannot use the aws:SourceIp condition in your bucket policies for requests to Amazon S3
through a VPC endpoint. The condition fails to match any specified IP address or IP address range,
and may have an undesired effect when you make requests to an Amazon S3 bucket. For example:
You have a bucket policy with a Deny effect and a NotIpAddress condition that's intended to
grant access from a single or limited range of IP addresses only. For requests to the bucket through
an endpoint, the NotIpAddress condition is always matched, and the statement's effect applies,
assuming other constraints in the policy match. Access to the bucket is denied.
You have a bucket policy with a Deny effect and an IpAddress condition that's intended to deny
access to a single or limited range of IP addresses only. For requests to the bucket through an
endpoint, the condition is not matched, and the statement does not apply. Access to the bucket is
allowed, assuming there are other statements that allow access without an IpAddress condition.
Adjust your bucket policy to limit access to a specific VPC or a specific endpoint instead.
For more information about bucket policies for Amazon S3, see Using Bucket Policies and User
Policies in Amazon Simple Storage Service Developer Guide.
The following is an example of an S3 bucket policy that allows access to a specific bucket,
my_secure_bucket, from endpoint vpce-1a2b3c4d only. The policy denies all access to the bucket
if the specified endpoint is not being used. The aws:sourceVpce condition is used to specify the
endpoint. The aws:sourceVpce condition does not require an ARN for the VPC endpoint resource,
only the endpoint ID.
{
"Version": "2012-10-17",
"Id": "Policy1415115909152",
"Statement": [
{
"Sid": "Access-to-specific-VPCE-only",
"Principal": "*",
"Action": "s3:*",
"Effect": "Deny",
"Resource": ["arn:aws:s3:::my_secure_bucket",
"arn:aws:s3:::my_secure_bucket/*"],
"Condition": {
"StringNotEquals": {
"aws:sourceVpce": "vpce-1a2b3c4d"
}
}
}
]
}
You can create a bucket policy that restricts access to a specific VPC by using the aws:sourceVpc
condition. This is useful if you have multiple endpoints configured in the same VPC, and you want to
manage access to your S3 buckets for all of your endpoints. The following is an example of a policy
that allows VPC vpc-111bbb22 to access my_secure_bucket and its objects. The policy denies all
access to the bucket if the specified VPC is not being used. The aws:sourceVpc condition does not
require an ARN for the VPC resource, only the VPC ID.
{
"Version": "2012-10-17",
243
Amazon Virtual Private Cloud User Guide
Working with Endpoints
"Id": "Policy1415115909152",
"Statement": [
{
"Sid": "Access-to-specific-VPC-only",
"Principal": "*",
"Action": "s3:*",
"Effect": "Deny",
"Resource": ["arn:aws:s3:::my_secure_bucket",
"arn:aws:s3:::my_secure_bucket/*"],
"Condition": {
"StringNotEquals": {
"aws:sourceVpc": "vpc-111bbb22"
}
}
}
]
}
Topics
Creating an Endpoint (p. 244)
Modifying Your Security Group (p. 245)
Modifying an Endpoint (p. 245)
Describing Your Endpoints (p. 246)
Deleting an Endpoint (p. 246)
Creating an Endpoint
To create an endpoint, you must specify the VPC in which you want to create the endpoint, and the
service to which you want to establish the connection. You can also attach a policy to the endpoint, and
specify the route tables that will be used by the endpoint.
To create an endpoint
Select a VPC in which to create the endpoint, and the service to which you want to connect.
Choose the type of policy. You can leave the default option, Full Access, to allow full access to
the service. Alternatively, you can select Custom, and then use the AWS Policy Generator to
create a custom policy, or type your own policy in the policy window.
5. In the second step of the wizard, select the route tables that will be used by the endpoint. The
wizard automatically adds a route to those tables that points traffic destined for the service to the
endpoint. When you are done, choose Create Endpoint.
You can use the VPC wizard to create a new VPC and to create an endpoint at the same time. Instead
of specifying the route tables that are used by the endpoint, you specify the subnets that will have
244
Amazon Virtual Private Cloud User Guide
Working with Endpoints
access to the endpoint. The wizard adds an endpoint route to the route tables associated with those
subnets.
For more information about security groups, see Security Groups for Your VPC (p. 119).
Modifying an Endpoint
You can modify your endpoint by changing or removing its policy, and adding or removing the route
tables that are used by the endpoint.
245
Amazon Virtual Private Cloud User Guide
API and CLI Overview
On the Route Tables tab, you can view information about the route tables that are used by the
endpoint. On the Policy tab, you can view the IAM policy that's attached to your endpoint.
Note
The Policy tab only displays the endpoint policy. It does not display any information
about IAM policies for IAM users that have permission to work with endpoints. It also does
not display service-specific policies; for example, S3 bucket policies.
Deleting an Endpoint
If you no longer require an endpoint, you can delete it. Deleting an endpoint also deletes the endpoint
routes in the route tables that were used by the endpoint, but doesn't affect any security groups
associated with the VPC in which the endpoint resides.
To delete an endpoint
246
Amazon Virtual Private Cloud User Guide
ClassicLink
Get the prefix list name, ID, and IP address range for an AWS service
ClassicLink
ClassicLink allows you to link an EC2-Classic instance to a VPC in your account, within the same
region. This allows you to associate the VPC security groups with the EC2-Classic instance, enabling
communication between your EC2-Classic instance and instances in your VPC using private IPv4
addresses. ClassicLink removes the need to make use of public IPv4 addresses or Elastic IP
addresses to enable communication between instances in these platforms. For more information about
private and public IPv4 addresses, see IP Addressing in Your VPC (p. 97).
ClassicLink is available to all users with accounts that support the EC2-Classic platform, and can be
used with any EC2-Classic instance.
There is no additional charge for using ClassicLink. Standard charges for data transfer and instance
hour usage apply.
For more information about ClassicLink and how to use it, see the following topics in the Amazon EC2
User Guide:
ClassicLink Basics
ClassicLink Limitations
Working with ClassicLink
247
Amazon Virtual Private Cloud User Guide
ClassicLink
248
Amazon Virtual Private Cloud User Guide
VPN Connections
You can connect your VPC to remote networks by using a VPN connection. The following are some of
the connectivity options available to you.
AWS hardware VPN You can create an IPsec, hardware VPN connection between your VPC
and your remote network. On the AWS side of the VPN connection, a
virtual private gateway provides two VPN endpoints for automatic failover.
You configure your customer gateway, which is the physical device or
software application on the remote side of the VPN connection. For more
information, see Adding a Hardware Virtual Private Gateway to Your
VPC (p. 250), and the Amazon VPC Network Administrator Guide.
AWS Direct Connect AWS Direct Connect provides a dedicated private connection from a
remote network to your VPC. You can combine this connection with an
AWS hardware VPN connection to create an IPsec-encrypted connection.
For more information, see What is AWS Direct Connect? in the AWS Direct
Connect User Guide.
AWS VPN CloudHub If you have more than one remote network (for example, multiple branch
offices), you can create multiple AWS hardware VPN connections via
your VPC to enable communication between these networks. For more
information, see Providing Secure Communication Between Sites Using
VPN CloudHub (p. 262).
Software VPN You can create a VPN connection to your remote network by using
an Amazon EC2 instance in your VPC that's running a software VPN
appliance. AWS does not provide or maintain software VPN appliances;
however, you can choose from a range of products provided by partners
and open source communities. Find software VPN appliances on the AWS
Marketplace.
249
Amazon Virtual Private Cloud User Guide
Hardware Virtual Private Gateway
Providing Secure Communication Between Sites Using VPN CloudHub (p. 262)
For more information about the different VPC and VPN connectivity options, see the Amazon Virtual
Private Cloud Connectivity Options whitepaper.
You can complete this process manually, as described on this page, or let the VPC creation wizard
take care of many of these steps for you. For more information about using the VPC creation wizard to
set up the virtual private gateway, see Scenario 3: VPC with Public and Private Subnets and Hardware
VPN Access (p. 46) or Scenario 4: VPC with a Private Subnet Only and Hardware VPN Access (p. 58).
Although the term VPN connection is a general term, in the Amazon VPC documentation, a VPN
connection refers to the connection between your VPC and your own network. AWS supports Internet
Protocol security (IPsec) VPN connections.
Important
We currently do not support IPv6 traffic through a VPN connection.
Topics
Components of Your VPN (p. 250)
VPN Configuration Examples (p. 251)
VPN Routing Options (p. 252)
What You Need for a VPN Connection (p. 253)
Configuring Two VPN Tunnels for Your VPN Connection (p. 253)
Using Redundant VPN Connections to Provide Failover (p. 254)
Setting Up the VPN Connection (p. 256)
Testing the End-to-End Connectivity of Your Instance (p. 258)
Replacing Compromised Credentials (p. 259)
Editing Static Routes for a VPN Connection (p. 259)
Deleting a VPN Connection (p. 260)
API and CLI Overview (p. 260)
For information about how you're charged for using a VPN connection with your VPC, see the Amazon
VPC product page.
250
Amazon Virtual Private Cloud User Guide
VPN Configuration Examples
For information about how many virtual private gateways you can have per region, as well as the limits
for other components within your VPC, see Amazon VPC Limits (p. 264).
Customer Gateway
A customer gateway is a physical device or software application on your side of the VPN connection.
When you create a VPN connection, the VPN tunnel comes up when traffic is generated from your
side of the VPN connection. The virtual private gateway is not the initiator; your customer gateway
must initiate the tunnels. If your VPN connection experiences a period of idle time (usually 10 seconds,
depending on your configuration), the tunnel may go down. To prevent this, you can use a network
monitoring tool to generate keepalive pings; for example, by using IP SLA.
For more information about customer gateways, see Your Customer Gateway in the Amazon VPC
Network Administrator Guide.
For a list of customer gateways that we have tested with Amazon VPC, see Amazon Virtual Private
Cloud FAQs.
When you create multiple VPN connections to a single VPC, you can configure a second customer
gateway to create a redundant connection to the same external location. You can also use it to create
VPN connections to multiple geographic locations.
251
Amazon Virtual Private Cloud User Guide
VPN Routing Options
The type of routing that you select can depend on the make and model of your VPN devices. If your
VPN device supports Border Gateway Protocol (BGP), specify dynamic routing when you configure
your VPN connection. If your device does not support BGP, specify static routing. For a list of static
and dynamic routing devices that have been tested with Amazon VPC, see the Amazon Virtual Private
Cloud FAQs.
When you use a BGP device, you don't need to specify static routes to the VPN connection because
the device uses BGP to advertise its routes to the virtual private gateway. If you use a device that
doesn't support BGP, you must select static routing and enter the routes (IP prefixes) for your network
that should be communicated to the virtual private gateway. Only IP prefixes that are known to the
virtual private gateway, whether through BGP advertisement or static route entry, can receive traffic
from your VPC. The virtual private gateway does not route any other traffic destined outside of the
received BGP advertisements, static route entries, or its attached VPC CIDR.
We recommend that you use BGP-capable devices, when available, because the BGP protocol offers
robust liveness detection checks that can assist failover to the second VPN tunnel if the first tunnel
goes down. Devices that don't support BGP may also perform health checks to assist failover to the
second tunnel when needed.
252
Amazon Virtual Private Cloud User Guide
What You Need for a VPN Connection
The following table lists the information that you need to have so that we can establish your VPN
connection.
The type of customer gateway Specifies how to format the For information about the
(for example, Cisco ASA, returned information that you specific devices that we've
Juniper J-Series, Juniper SSG, use to configure the customer tested, see What customer
Yamaha) gateway. gateway devices are known to
work with Amazon VPC? in the
Amazon VPC FAQ.
Internet-routable IP address Used to create and configure The public IP address value
(static) of the customer your customer gateway (it's must be static. If your customer
gateway's external interface. referred to as YOUR_UPLINK_ gateway is behind a network
ADDRESS) address translation (NAT) device
that's enabled for NAT traversal
(NAT-T), use the public IP
address of your NAT device,
and adjust your firewall rules to
unblock UDP port 4500.
(Optional) Border Gateway Used to create and You can use an existing ASN
Protocol (BGP) Autonomous configure your customer assigned to your network. If
System Number (ASN) of the gateway (referred to as you don't have one, you can
customer gateway, if you are YOUR_BGP_ASN). use a private ASN (in the
creating a dynamically routed If you use the VPC wizard in 6451265534 range). For more
VPN connection. the console to set up your VPC, information about ASNs, see the
we automatically use 65000 as Wikipedia article.
the ASN. Amazon VPC supports 2-byte
ASN numbers.
The following diagram shows the two tunnels of the VPN connection.
253
Amazon Virtual Private Cloud User Guide
Using Redundant VPN Connections to Provide Failover
The following diagram shows the two tunnels of each VPN connection and two customer gateways.
254
Amazon Virtual Private Cloud User Guide
Using Redundant VPN Connections to Provide Failover
255
Amazon Virtual Private Cloud User Guide
Setting Up the VPN Connection
Dynamically routed VPN connections use the Border Gateway Protocol (BGP) to exchange routing
information between your customer gateways and the virtual private gateways. Statically routed VPN
connections require you to enter static routes for the network on your side of the customer gateway.
BGP-advertised and statically entered route information allow gateways on both sides to determine
which tunnels are available and reroute traffic if a failure occurs. We recommend that you configure
your network to use the routing information provided by BGP (if available) to select an available path.
The exact configuration depends on the architecture of your network.
These procedures assume that you have a VPC with one or more subnets, and that you have the
required network information (see What You Need for a VPN Connection (p. 253)).
In the Name tag field, optionally enter a name for your customer gateway. Doing so creates a
tag with a key of Name and the value that you specify.
Select the routing type from the Routing list.
If you selected dynamic routing, enter the Border Gateway Protocol (BGP) Autonomous System
Number (ASN) in the BGP ASN field.
Enter the static, Internet-routable IP address for your customer gateway device in the IP
Address field. If your customer gateway is behind a NAT device that's enabled for NAT-T, use
the public IP address of the NAT device.
1. In the navigation pane, choose Virtual Private Gateways, and then Create Virtual Private
Gateway.
2. You can optionally enter a name for your virtual private gateway, and then choose Yes, Create.
3. Select the virtual private gateway that you created, and then choose Attach to VPC.
256
Amazon Virtual Private Cloud User Guide
Setting Up the VPN Connection
4. In the Attach to VPC dialog box, select your VPC from the list, and then choose Yes, Attach.
For static routing, the static IP prefixes that you specify for your VPN configuration are propagated to
the route table when the status of the VPN connection is UP. Similarly, for dynamic routing, the BGP-
advertised routes from your customer gateway are propagated to the route table when the status of the
VPN connection is UP.
1. In the navigation pane, choose Route Tables, and then select the route table that's associated
with the subnet; by default, this is the main route table for the VPC.
2. On the Route Propagation tab in the details pane, choose Edit, select the virtual private gateway
that you created in the previous procedure, and then choose Save.
Note
For static routing, if you do not enable route propagation, you must manually enter the static
routes used by your VPN connection. To do this, select your route table, then on the Routes
tab in the details pane, choose Edit. Add the static route used by your VPN connection in the
Destination field, select the virtual private gateway ID from the Target list, and then choose
Save.
1. In the navigation pane, choose Security Groups, and then select the default security group for the
VPC.
2. On the Inbound tab in the details pane, add rules that allow inbound SSH, RDP, and ICMP
access from your network, and then choose Save. For more information about adding inbound
rules, see Adding and Removing Rules (p. 124).
1. In the navigation pane, choose VPN Connections, and then Create VPN Connection.
2. In the Create VPN Connection dialog box, do the following, and then choose Yes, Create:
In the Name tag field, optionally enter a name for your VPN connection. Doing so creates a tag
with a key of Name and the value that you specify.
Select the virtual private gateway that you created earlier.
Select the customer gateway that you created earlier.
Select one of the routing options based on whether your VPN router supports Border Gateway
Protocol (BGP):
257
Amazon Virtual Private Cloud User Guide
Testing the End-to-End Connectivity of Your Instance
You can monitor the status of your VPN connections using the Amazon VPC console or by using the
Amazon EC2 API/CLI. You can view information about your VPN connections, including its state, the
time since last state change, and descriptive error text.
1. After the instance is running, get its private IP address (for example, 10.0.0.4). The Amazon
EC2 console displays the address as part of the instance's details.
2. From a computer in your network that is behind the customer gateway, use the ping command
with the instance's private IP address. A successful response is similar to the following:
258
Amazon Virtual Private Cloud User Guide
Replacing Compromised Credentials
You can now use SSH or RDP to connect to your instance in the VPC. For more information about how
to connect to a Linux instance, see Connect to Your Linux Instance in the Amazon EC2 User Guide for
Linux Instances. For more information about how to connect to a Windows instance, see Connect to
Your Windows Instance in the Amazon EC2 User Guide for Windows Instances.
1. Delete the VPN connection. For more information, see Deleting a VPN Connection (p. 260). You
don't need to delete the VPC or the virtual private gateway.
2. Create a new VPN connection and download the new configuration file. For more information, see
Create a VPN Connection and Configure the Customer Gateway (p. 257).
Note
If you have not enabled route propagation for your route table, you must manually update the
routes in your route table to reflect the updated static IP prefixes in your VPN connection. For
more information, see Enable Route Propagation in Your Route Table (p. 257).
259
Amazon Virtual Private Cloud User Guide
Deleting a VPN Connection
If you no longer require a customer gateway, you can delete it. You can't delete a customer gateway
that's being used in a VPN connection.
If you no longer require a virtual private gateway for your VPC, you can detach it.
If you no longer require a detached virtual private gateway, you can delete it. You can't delete a virtual
private gateway that's still attached to a VPC.
260
Amazon Virtual Private Cloud User Guide
API and CLI Overview
For more information about working with security groups using a CLI, see API and CLI
Overview (p. 126).
261
Amazon Virtual Private Cloud User Guide
VPN CloudHub
The following diagram shows the VPN CloudHub architecture, with blue dashed lines indicating
network traffic between remote sites being routed over their VPN connections.
262
Amazon Virtual Private Cloud User Guide
VPN CloudHub
To use the AWS VPN CloudHub, you must create a virtual private gateway with multiple customer
gateways. You can use the same Border Gateway Protocol (BGP) Autonomous System Number
(ASN) for each, or if you prefer, you can use a unique ASN for each. Customer gateways advertise
the appropriate routes (BGP prefixes) over their VPN connections. These routing advertisements are
received and re-advertised to each BGP peer, enabling each site to send data to and receive data from
the other sites. The sites must not have overlapping IP ranges. Each site can also send and receive
data from the VPC as if they were using a standard VPN connection.
Sites that use AWS Direct Connect connections to the virtual private gateway can also be part of the
AWS VPN CloudHub. For example, your corporate headquarters in New York can have an AWS Direct
Connect connection to the VPC and your branch offices can use VPN connections to the VPC. The
branch offices in Los Angeles and Miami can send and receive data with each other and with your
corporate headquarters, all using the AWS VPN CloudHub.
To configure the AWS VPN CloudHub, you use the AWS Management Console to create multiple
customer gateways, each with the public IP address of the gateway and the ASN. Next, you create
a VPN connection from each customer gateway to a common virtual private gateway. Each VPN
connection must advertise its specific BGP routes. This is done using the network statements in the
VPN configuration files for the VPN connection. The network statements differ slightly depending on
the type of router you use.
When using an AWS VPN CloudHub, you pay typical Amazon VPC VPN connection rates. You are
billed the connection rate for each hour that each VPN is connected to the virtual private gateway.
When you send data from one site to another using the AWS VPN CloudHub, there is no cost to send
data from your site to the virtual private gateway. You only pay standard AWS data transfer rates for
data that is relayed from the virtual private gateway to your endpoint. For example, if you have a site in
Los Angeles and a second site in New York and both sites have a VPN connection to the virtual private
gateway, you pay $.05 per hour for each VPN connection (for a total of $.10 per hour). You also pay
the standard AWS data transfer rates for all data that you send from Los Angeles to New York (and
vice versa) that traverses each VPN connection; network traffic sent over the VPN connection to the
virtual private gateway is free but network traffic sent over the VPN connection from the virtual private
gateway to the endpoint is billed at the standard AWS data transfer rate. For more information, see
VPN Connection Pricing.
263
Amazon Virtual Private Cloud User Guide
VPC and Subnets
The following tables list the limits for Amazon VPC resources per region for your AWS account. Unless
indicated otherwise, you can request an increase for these limits by using the Amazon VPC Limits
form. If you want to increase a limit that applies per resource, we increase the limit for all resources in
the region; for example, the limit for security groups per VPC applies to all VPCs in the region.
Topics
VPC and Subnets (p. 264)
Elastic IP Addresses (IPv4) (p. 265)
Flow Logs (p. 265)
Gateways (p. 265)
Network ACLs (p. 266)
Network Interfaces (p. 266)
Route Tables (p. 267)
Security Groups (p. 267)
VPC Peering Connections (p. 268)
VPC Endpoints (p. 268)
VPN Connections (p. 269)
264
Amazon Virtual Private Cloud User Guide
Elastic IP Addresses (IPv4)
Resource DefaultComments
limit
Subnets per VPC 200 If you need to increase this limit, submit a
request.
Elastic IP addresses per region 5 This is the limit for the number of VPC
Elastic IP addresses you can allocate
within a region. This is a separate limit
from the Amazon EC2 Elastic IP address
limit. If you need to increase this limit,
submit a request.
Flow Logs
Resource Default Comments
limit
Flow logs per single network interface, 2 You can effectively have 6 flow logs per
single subnet, or single VPC in a region network interface if you create 2 flow logs
for the subnet, and 2 flow logs for the VPC
in which your network interface resides.
This limit cannot be increased.
Gateways
Resource Default Comments
limit
Customer gateways per region 50 If you need to increase this limit, contact
AWS Support.
Egress-only Internet gateways per region 5 This limit is directly correlated with the
limit on VPCs per region. You cannot
increase this limit individually; the only way
to increase this limit is to increase the limit
on VPCs per region. Only one egress-only
Internet gateway can be attached to a VPC
at a time.
Internet gateways per region 5 This limit is directly correlated with the
limit on VPCs per region. You cannot
increase this limit individually; the only way
to increase this limit is to increase the limit
on VPCs per region. Only one Internet
265
Amazon Virtual Private Cloud User Guide
Network ACLs
NAT gateways per Availability Zone 5 If you need to increase this limit, submit a
request. A NAT gateway in the pending,
active, or deleting state counts against
your limit.
Virtual private gateways per region 5 If you need to increase this limit, contact
AWS Support; however, only one virtual
private gateway can be attached to a VPC
at a time.
Network ACLs
Resource Default Comments
limit
Network ACLs per VPC 200 You can associate one network ACL to
one or more subnets in a VPC. This limit
is not the same as the number of rules per
network ACL.
Rules per network ACL 20 This is the one-way limit for a single
network ACL, where the limit for ingress
rules is 20, and the limit for egress rules is
20. This limit includes both IPv4 and IPv6
rules, and includes the default deny rules
(rule number 32767 for IPv4 and 32768 for
IPv6, or an asterisk * in the Amazon VPC
console).
Network Interfaces
Resource Default Comments
limit
Network interfaces per instance - This limit varies by instance type. For more
information, see IP Addresses Per ENI Per
Instance Type.
Network interfaces per region 350 This limit is the greater of either the default
limit (350) or your On-Demand instance
limit multiplied by 5. The default limit
for On-Demand instances is 20. If your
266
Amazon Virtual Private Cloud User Guide
Route Tables
Route Tables
Resource Default Comments
limit
Route tables per VPC 200 Including the main route table. You can
associate one route table to one or more
subnets in a VPC. If you need to increase
this limit, submit a request.
Routes per route table (non-propagated 50 This is the limit for the number of non-
routes) propagated entries per route table. You
can submit a request for an increase of up
to a maximum of 100; however, network
performance may be impacted. This limit
is enforced separately for IPv4 routes and
IPv6 routes (you can have 50 each, and a
maximum of 100 each).
BGP advertised routes per route table 100 You can have up to 100 propagated
(propagated routes) routes per route table. This limit cannot be
increased. If you require more than 100
prefixes, advertise a default route.
Security Groups
Resource Default Comments
limit
Security groups per VPC (per region) 500 If you need to increase this limit, you can
submit a request.
Inbound or outbound rules per security 50 You can have 50 inbound and 50 outbound
group rules per security group (giving a total
of 100 combined inbound and outbound
rules). If you need to increase or decrease
this limit, you can contact AWS Support
a limit change applies to both inbound
and outbound rules. However, the multiple
of the limit for inbound or outbound rules
per security group and the limit for security
groups per network interface cannot
exceed 250. For example, if you want to
increase the limit to 100, we decrease your
267
Amazon Virtual Private Cloud User Guide
VPC Peering Connections
Security groups per network interface 5 If you need to increase or decrease this
limit, you can contact AWS Support. The
maximum is 16. The multiple of the limit for
security groups per network interface and
the limit for rules per security group cannot
exceed 250. For example, if you want 10
security groups per network interface, we
decrease your number of rules per security
group to 25.
Active VPC peering connections per VPC 50 If you need to increase this limit, contact
AWS Support . The maximum limit is
125 peering connections per VPC. The
number of entries per route table should be
increased accordingly; however, network
performance may be impacted.
Outstanding VPC peering connection 25 This is the limit for the number of
requests outstanding VPC peering connection
requests that you've requested from your
account. If you need to increase this limit,
contact AWS Support.
Expiry time for an unaccepted VPC 1 week If you need to increase this limit, contact
peering connection request (168 AWS Support.
hours)
VPC Endpoints
Resource Default Comments
limit
VPC endpoints per region 20 If you need to increase this limit, contact
AWS Support. The maximum limit is 255
endpoints per VPC, regardless of your
endpoint limit per region.
268
Amazon Virtual Private Cloud User Guide
VPN Connections
VPN Connections
Resource Default Comments
limit
VPN connections per region 50 If you need to increase this limit, submit a
request.
VPN connections per VPC (per virtual 10 If you need to increase this limit, submit a
private gateway) request.
269
Amazon Virtual Private Cloud User Guide
Document History
The following table describes the important changes in each release of this Amazon VPC guide.
IPv6 support 2016-11-15 You can associate an IPv6 CIDR block with your 1
VPC and assign IPv6 addresses to resources December
in your VPC. For more information, see IP 2016
Addressing in Your VPC (p. 97).
DNS resolution The Amazon DNS server can now resolve private 24 October
support for DNS hostnames to private IP addresses for all 2016
non-RFC 1918 address spaces. For more information, see Using
IP address DNS with Your VPC (p. 228).
ranges
DNS resolution 2016-04-01 You can enable a local VPC to resolve public 28 July
support for DNS hostnames to private IP addresses when 2016
VPC peering queried from instances in the peer VPC. For
more information, see Modifying Your VPC
Peering Connection in the Amazon VPC Peering
Guide.
Stale security 2015-10-01 You can identify if your security group is being 12 May
group rules referenced in the rules of a security group in a 2016
peer VPC, and you can identify stale security
group rules. For more information, see Working
With Stale Security Groups in the Amazon VPC
Peering Guide.
Using 2015-10-01 You can modify your VPC peering connection 26 April
ClassicLink to enable local linked EC2-Classic instances 2016
over a VPC to communicate with instances in a peer
peering VPC, or vice versa. For more information, see
connection Configurations With ClassicLink in the Amazon
VPC Peering Guide.
NAT gateways 2015-10-01 You can create a NAT gateway in a public subnet 17
and enable instances in a private subnet to December
initiate outbound traffic to the Internet or other 2015
AWS services. For more information, see NAT
Gateways (p. 205).
270
Amazon Virtual Private Cloud User Guide
VPC flow logs 2015-04-15 You can create a flow log to capture information 10 June
about the IP traffic going to and from network 2015
interfaces in your VPC. For more information,
see VPC Flow Logs (p. 172).
Use private 2014-09-01 You can access resources in your VPC using 5
hosted zones custom DNS domain names that you define in November
a private hosted zone in Amazon Route 53. For 2014
more information, see Using Private Hosted
Zones (p. 231).
Modify a 2014-06-15 You can modify the public IP addressing attribute 21 June
subnet's public of your subnet to indicate whether instances 2014
IP addressing launched into that subnet should receive a public
attribute IP address. For more information, see Modifying
the Public IPv4 Addressing Attribute for Your
Subnet (p. 101).
VPC peering 2014-02-01 You can create a VPC peering connection 24 March
between two VPCs, which allows instances in 2014
either VPC to communicate with each other
using private IP addresses - as if they are within
the same VPC. For more information, see VPC
Peering (p. 232).
New EC2 2013-10-01 Added information about the redesigned EC2 10 October
launch wizard launch wizard. For more information, see Step 3: 2013
Launch an Instance into Your VPC (p. 15).
271
Amazon Virtual Private Cloud User Guide
Enabling DNS 2013-02-01 By default, DNS resolution is enabled. You can 11 March
hostnames and now disable DNS resolution using the Amazon 2013
disabling DNS VPC console, the Amazon EC2 command line
resolution interface, or the Amazon EC2 API actions.
272
Amazon Virtual Private Cloud User Guide
AWS Glossary
Blank
placeholder This page redirects to the AWS Glossary in the AWS General Reference.
273