vpc hands-on

24
AWS Certification Exam VPC Hands-on

Upload: akira-sosa

Post on 16-Apr-2017

50 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: VPC Hands-on

AWS Certification ExamVPC Hands-on

Page 2: VPC Hands-on

Outline

• VPC

• Public / Private Subnet

• Route Table

• Security Group

• NAT

Page 3: VPC Hands-on
Page 4: VPC Hands-on

How to create?

Page 5: VPC Hands-on

How to create?

• Manually from Web Console

• Using CLI

• Automation Tool

• CloudFormation

• Terraform etc…

Page 6: VPC Hands-on

Let’s start creating.

Page 7: VPC Hands-on

Privatesubnet10.0.3.0/24 Privatesubnet10.0.4.0/24

Publicsubnet10.0.2.0/24Publicsubnet10.0.1.0/24

InternetGateway

Router

WebWeb

Bas>on NatGW

ELB

AvailabilityZoneA AvailabilityZoneBVPC10.0.0.0/16

Page 8: VPC Hands-on

Step 1

Page 9: VPC Hands-on

Publicsubnet10.0.1.0/24

InternetGateway

Router

Web

AvailabilityZoneA VPC10.0.0.0/16

Page 10: VPC Hands-on

Points of Step 1

• Subnet and Default Route Table

• Security Group

• Inbound / Outbound

• Public and Private Subnet

• Internet Gateway

Page 11: VPC Hands-on

Step 2

Page 12: VPC Hands-on

Make Step1 more secure.

Page 13: VPC Hands-on

Privatesubnet10.0.3.0/24

Publicsubnet10.0.1.0/24

InternetGateway

Router

Web

Bas>on

ELB

AvailabilityZoneA VPC10.0.0.0/16

Page 14: VPC Hands-on

Points of Step 2

• Access from public to private subnet

• Security Group for Internal Traffic

• Bastion Server

Page 15: VPC Hands-on

Step 3

Page 16: VPC Hands-on

Solve the problem of internet access from private

area.

Page 17: VPC Hands-on

Privatesubnet10.0.3.0/24

Publicsubnet10.0.1.0/24

InternetGateway

Router

Web

Bas>on NatGW

ELB

AvailabilityZoneA VPC10.0.0.0/16

Page 18: VPC Hands-on

Points of Step 3

• NAT Gateway (or Instance)

• Allow instances in private subnet to access internet.

Page 19: VPC Hands-on

Step 4

Page 20: VPC Hands-on

Availability

Page 21: VPC Hands-on

Privatesubnet10.0.3.0/24 Privatesubnet10.0.4.0/24

Publicsubnet10.0.2.0/24Publicsubnet10.0.1.0/24

InternetGateway

Router

WebWeb

Bas>on NatGW

ELB

AvailabilityZoneA AvailabilityZoneBVPC10.0.0.0/16

Page 22: VPC Hands-on

Points of Step 4

• Nothing (as the context of this session).

• Further detail about Scaling and High Availability will be at next session!

Page 23: VPC Hands-on

Further Learning

• Network ACL

• Hybrid IT architecture

• Scalability and Availability

• Deployment

• Cost saving

Page 24: VPC Hands-on

FIN.