Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Creating a VPC with Public and Private Subnets: Best Practices for Amazon VPC, Essays (university) of Information Systems

Learn how to create a virtual private cloud (vpc) with public and private subnets in amazon web services (aws). The steps to create a vpc, public subnet, private subnet, and associate an internet gateway and route table with the public subnet. Following this best practice ensures secure access to applications and databases.

What you will learn

  • What is the best practice for placing web servers and databases in an Amazon VPC?
  • How do you create a VPC with public and private subnets in AWS?
  • What steps are involved in making instances in public subnets internet accessible?

Typology: Essays (university)

2017/2018

Uploaded on 07/29/2018

ali-imran-nagori
ali-imran-nagori 🇮🇳

1 document

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Creating VPC with Public and
Private subnets
While designing your cloud infrastructure using Amazon
VPC, it is best practice to place your applications such as
webserver in Public subnet and database in Private
subnet. Instances in Public subnet will have internet
access while instances in Private subnet don’t.
1. Create VPC
2. Create Public Subnet
pf3
pf4

Partial preview of the text

Download Creating a VPC with Public and Private Subnets: Best Practices for Amazon VPC and more Essays (university) Information Systems in PDF only on Docsity!

Creating VPC with Public and

Private subnets

While designing your cloud infrastructure using Amazon VPC, it is best practice to place your applications such as webserver in Public subnet and database in Private subnet. Instances in Public subnet will have internet access while instances in Private subnet don’t.

**1. Create VPC

  1. Create Public Subnet**

**3. Create Private Subnet

  1. Create and Attach “Internet Gateway”**