+ All Categories
Home > Software > Artem Zhurbila - 3 aws - route 53, vpc

Artem Zhurbila - 3 aws - route 53, vpc

Date post: 15-Jul-2015
Category:
Upload: artem-zhurbila
View: 94 times
Download: 1 times
Share this document with a friend
Popular Tags:
25
3 AWS - Route 53, VPC Artem Zhurbila [email protected] [email protected]
Transcript
Page 1: Artem Zhurbila - 3 aws - route 53, vpc

3 AWS - Route 53, VPCArtem Zhurbila

[email protected]@gmail.com

Page 2: Artem Zhurbila - 3 aws - route 53, vpc

Agenda1. Route53 overview2. DNS records and routing types3. Route53 HealthCheck4. VPC overview5. VPC components (subnets, route tables, gateways,

NAT, ACL, security groups)6. Four VPC patterns

2

Page 3: Artem Zhurbila - 3 aws - route 53, vpc

Amazon Route 53 overviewAmazon Route 53 - Domain Name System (DNS) service.- 100% Available- works with Elastic Load Balancing

load balancers, Amazon S3 buckets, CloudFront

3

Page 4: Artem Zhurbila - 3 aws - route 53, vpc

4

Page 5: Artem Zhurbila - 3 aws - route 53, vpc

5

Page 6: Artem Zhurbila - 3 aws - route 53, vpc

6

Records and routing types

Page 7: Artem Zhurbila - 3 aws - route 53, vpc

Latency-Based Routing (LBR)LBR lets you use DNS to route user requests to the Amazon EC2 region that will give your users the fastest response.

7

Page 8: Artem Zhurbila - 3 aws - route 53, vpc

8

Page 9: Artem Zhurbila - 3 aws - route 53, vpc

9

VPCVirtual Private Cloud (VPC) - enables you to launch AWS resources into a virtual network.

ELB, ElastiCache, RDS, and Redshift are provisioned with IP addresses within your VPC. Other AWS resources such as S3 and DynamoDB are accessible via your VPC’s Internet Gateway or Virtual Private Gateway.

Page 10: Artem Zhurbila - 3 aws - route 53, vpc

10

Page 11: Artem Zhurbila - 3 aws - route 53, vpc

VPC11

Page 12: Artem Zhurbila - 3 aws - route 53, vpc

12

Single public subnet

Page 13: Artem Zhurbila - 3 aws - route 53, vpc

13

Page 14: Artem Zhurbila - 3 aws - route 53, vpc

Subnet Auto assign IP option14

Page 15: Artem Zhurbila - 3 aws - route 53, vpc

15

Public and private subnet

Note: to ssh NAT instance you need add security group with open 22 port. And NAT instance based on Amazon Linux AMI, thats why we need use ‘ec2-user’ to get access.

Page 16: Artem Zhurbila - 3 aws - route 53, vpc

NAT and private subnetDefault Amazon AMI NAT contains script: /usr/local/sbin/configure-pat.shto configure NAT

16

Page 17: Artem Zhurbila - 3 aws - route 53, vpc

17

Page 18: Artem Zhurbila - 3 aws - route 53, vpc

18

Public, private subnet and VPN access

Page 19: Artem Zhurbila - 3 aws - route 53, vpc

19

Page 20: Artem Zhurbila - 3 aws - route 53, vpc

20

Page 21: Artem Zhurbila - 3 aws - route 53, vpc

21

Private subnet only and VPN access

Page 22: Artem Zhurbila - 3 aws - route 53, vpc

Elastic IP associate22

Page 23: Artem Zhurbila - 3 aws - route 53, vpc

Security Groups for EC2-VPC● After creation of EC2-Classic instance, you can't change

its security groups.● After creation of a VPC instance, you can change its

security groups.

- Each security group is attached to specific VPC.

23

Page 24: Artem Zhurbila - 3 aws - route 53, vpc

24

Page 25: Artem Zhurbila - 3 aws - route 53, vpc

25

Artem [email protected]

[email protected]

https://www.linkedin.com/in/zhurbila


Recommended