AWS-Logo_White-Color
1.
Introduction
2.
Preparation
2.1.
Create VPC
2.2.
Create Subnet
2.3.
Create Internet Gateway
2.4.
Create Route Table
2.5.
Create Security Group
3.
Create EC2
3.1.
Create NAT Gateway
3.2.
Create EC2
3.3.
Create EC2 Instance Connect Endpoint
4.
VPN Site to Site Configuration
4.1.
Create Virtual Private Gateway
4.2
Create Customer Gateway
4.3.
Create VPN Connection
4.4.
Configure Customer Gateway
5.
PrivateLink Configuration
5.1.
Create Target Group
5.2.
Create Network Load Balancer
5.3.
Create Endpoint Service
5.4.
Create Endpoint
6.
Result
7.
Clean up resources
More
AWS Study Group
English
Tiếng Việt
Clear History
Workshop
Cloud Journey
Last Updated
30-01-2022
Team
Sử Trịnh
Gia Hưng
Thanh Hiệp
PrivateLink
>
Create EC2
> Create NAT Gateway
Create Nat Gateway
Create an Elastic IP address
Create Nat Gateway
Edit Route tables RTB-PrivateSubnet-Provider and RTB-PublicSubnet-Provider to allow instances inside the Private subnet to access the Internet via NAT
Create NAT Gateway
Create Nat Gateway
Create an Elastic IP address
Access
EC2
Select
Elastic IPs
Select
Allocate Elastic IP address
In the interface
Allocate Elastic IP address
Public IPv4 address pool
, select
Amazon’s pool of IPv4 addresses
Select
Allocate
We have just successfully created a
Public IP Address
Create Nat Gateway
Access to
VPC
Select
NAT Gateways
In the
NAT gateway
interface
Name
, enter
NAT-Provider
Subnet
, select
PublicSubnet-Provider
Connectivity type
, select
Public
Elastic IP allocation ID
, select the newly created
Elastic IP
.
Select
Create NAT gateway
Successfully created
NAT gateway
Edit Route tables RTB-PrivateSubnet-Provider and RTB-PublicSubnet-Provider to allow instances inside the Private subnet to access the Internet via NAT
Access
VPC
Select
Route tables
Select
RTB-PrivateSubnet-Provider
, select the
Route
tab and press
Edit routes
In the
Edit routes
interface
Select
Add route
Fill in the
Destination CIDR
:
0.0.0.0/0
representing the Internet.
In the
Target
section select
NAT Gateway
, then select the
NAT Gateway
we created.
NAT Gateway
will be automatically populated.
Select
Save changes
3. In the
Route tables
interface
Select
RTB-PublicSubnet-Provider
In the
Routes
tab, select
Edit routes
In the
Edit routes
interface
Select
Add route
Fill in the
Destination CIDR
:
0.0.0.0/0
representing the Internet.
In the
Target
section select
Internet Gateway
, then select the
Internet Gateway
we created.
Internet Gateway ID
will be automatically filled in.
Select
Save changes