SlideShare ist ein Scribd-Unternehmen logo
1 von 75
Downloaden Sie, um offline zu lesen
AWS Pop-up Loft London
Andrew  Kane
Solutions  Architect
Amazon  Virtual  Private  Cloud
What  To  Expect  From  This  Session
• Fundamentals
– VPC  Overview
– Picking  you  IP  Space
– Subnet  Design
– Routing  and  NATing
– VPC  Security
• Advanced  Topics
– VPC  Peering
– VPC  Flow  Logging
– VPC  Endpoints
• DC  Connectivity
– IPsec  VPN  Tunnel
– AWS  Direct  Connect
Amazon  VPC  Overview
What  is  a  Virtual  Private  Cloud?
• Your  own  logically  isolated  section  of  the  Amazon  Web  
Services  (AWS)  Cloud
• By  default,  your  VPC  has  no  access  to  the  internet  nor  
are  instances  addressable  from  the  internet
• You  have  complete  control  over  your  virtual  networking  
environment
• Proven  and  well-­understood  networking  concepts:
– User  defined  IP  address  range
– Subnets
– Route  Tables
– Access  Control  Lists
– Network  Gateways
• A  way  to  gain  agility as  well  as  additional  security
What’s  in  the  VPC  tool  box?
VPC -­ User-­defined  address  space  up  to  /16  (65,536  addresses)
Subnets -­ 200  user-­defined  subnets  up  to  /16
Route  Tables  – Define  how  traffic  should  be  routed  from/to  each  subnet
Internet  Gateway  – A  logical device  enabling  traffic  to  be  routed  to/from  the  public  internet
Virtual  Private  Gateway  -­ The  Amazon  end  of  a  VPN  connection
Customer  Gateway  -­ The  router  at  the  customer  end  of  a  VPN  connection  
Managed  NAT – Provide  Network  Address  Translation  to  private  instances  for  10Gbps  traffic
Access  Control  Lists  – Stateless  network  filtering  between  subnets
VPCs  span  an  entire  region
Availability  Zone  A Availability  Zone  B
VPC  CIDR:   10.1.0.0  /16
Subnets  sit  in  a  single  VPC  in  a  single  AZ
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Picking  Your  IP  Space
Plan  your  VPC  IP  space  before  creating  it
• Consider  future  AWS  region  expansion
• Consider  future  connectivity  to  your  internal  networks
• Consider  subnet  design
• VPC  can  be  /16  down  to  /28
• CIDR  cannot  be  modified  after  creation
Choosing  IP  address  ranges  for  your  VPC
172.31.0.0/16
Recommended:  
RFC1918  range
Recommended:  
/16
(64K  addresses)
Subnet  Design
Public  /  Private  Subnets
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
VPC  CIDR:   10.1.0.0  /16
PUBLIC PUBLIC
PRIVATE PRIVATE
Public  /  Private  Subnets
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
Public  /  Private  Subnets
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
Routing  and  NATing
Public  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Public  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Web
(public)
Public  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Web
(public)
Public  Subnet  Routing  – Internet  Gateway
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Web
(public)
Public  Subnet  Routing  – Internet  Gateway
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24)
VPC  CIDR:   10.1.0.0  /16
Web
(public)
Route  Table
Destination Target
10.1.0.0/16 Local
0.0.0.0/0 Internet  Gateway
Private  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
Private  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
Route  Table
Destination Target
10.1.0.0/16 Local
Route  Table
Destination Target
10.1.0.0/16 Local
0.0.0.0/0 Internet  Gateway
Private  Subnet  Routing  – NAT  Gateway
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
N
VPC  CIDR:   10.1.0.0  /16
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
N
Route  Table
Destination Target
10.1.0.0/16 Local
0.0.0.0/0 NAT  Endpoint
Private  Subnet  Routing  -­ NATGateway
Private  Subnet  Routing
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
Database
(private)
Database
(private)
Web
(public)
Web
(public)
VPC  CIDR:   10.1.0.0  /16
N
Authorizing  Traffic:
Network  ACLs  and
Security  Groups
Network  ACLs  =  Stateless  Firewall  Rules
English  translation:  Allow  all  traffic  in
Can  be  applied  on  a  subnet  basis
Security  Groups  =  Stateful Firewall  Rules
In  English:  Hosts  in  this  group  are  reachable  
from  the  Internet  on  port  80  (HTTP)
Security  Group  Mutual  Trust
In  English:  Only  instances  in  the  MyWebServers  
Security  Group  can  reach  instances  in  this  
Security  Group
Security  Balancing  Act
Comparison between  Security  Groups  and  Network  ACLs
Area of  Security Security Group Network ACL
Operational  Level Instance  level Subnet  level
Supports  ALLOW  rules… …only …and  DENY  rules
State  Type Stateful Stateless
Evaluation  method All  rules evaluated Stop  on  first  match
Applicability  to  Instances Only  if  SG  explicitly  
added  to  instance
Automatically  to all  
instances  in  subnet
Source  / Destination IP  CIDR and  other  
Security  Groups
IP CIDR  only
VPC  Peering
Connecting  your  VPCs  (VPC  Peering)
• Creates  a  private  network  connection  between  any  two  VPCs  in  a  region
• You  can  connect  VPCs  together  within  a  Region  without  having  to
– Maintain  all  the  VPN  overhead between  multiple  VPCs
– Expose  the  destination  VPC  to  the  Internet  and  all  that  entails
• Including  cross-­account  VPC  Peering
• Often  used  for  Common/Core  services
– Authentication  /  Directory  Services
– Monitoring  /  Logging
– Security  Scanning
– Remote  Administration
Common  Design  – Shared  Services  VPC
VPC  A
10.1.0.0/16
10.0.0.0/16
VPC  D
10.4.0.0/16
VPC  C
10.3.0.0/16
VPC  B
10.2.0.0/16
• Move  shared  services  such  as  Active  
Directory,  Logging,  Monitoring  and  Service  
Buses  to  a  shared  services  VPC  (A)
• None  of  the  other  VPCs  can  send  traffic  
directly  to  each  other  – they  must  go  
through  VPC  A  (= app  isolation)
• Only  VPC  A  has  direct  network  access  to  
your  data  center  via  Direct  Connect
• Routing  Tables  define  which  subnets  are  
allowed  to  route  over  a  peer  connection
• Security  Groups  and  NACLs  still  apply,  and  
Security  Groups  in  VPC  A  can  be  defined  
to  mutually  trust  the  Security  Groups  in  the  
other  VPCs
pcx-­aaaabbbb pcx-­aaaadddd
pcx-­aaaacccc
VPC  Flow  Logs
See  all  of  the  traffic  at  your  instances
• Ability  to  analyze  
traffic
• Troubleshooting  
network  connectivity
• Visibility  into  effects  
of  security  group  
rules
VPC  Flow  Logs
• Enabled  at  the  ENI,  subnet,  or  VPC  level
• Traffic  data  surfaced  as  “flow  log  records”  per  ENI
• Data  accumulated  and  published  to  CloudWatch
Logs  at  ~10  minute  intervals
• Exposed  as  CloudWatch log  groups  and  streams
• Normal  CloudWatch Logs  groups/streams  with  all  
related  features
– Create  custom  CloudWatch metrics  based  upon  log  filtering
– Create  CloudWatch alarms  based  upon  the  new  metrics
– CloudWatch Logs  -­>  Amazon  Kinesis  stream  integration
Flow  Log  record  (text,  space-­delimited)
Field Description
version The VPC Flow Logs version.
account-id The AWS account ID for the Flow Log.
interface-idThe ID of the network interface for which the log stream applies.
srcaddr The source IP address. The IP address of the network interface is always its private IP address.
dstaddr The destination IP address. The IP address of the network interface is always its private IP address.
srcport The source port of the traffic.
dstport The destination port of the traffic.
protocol The IANA protocol number of the traffic. For more information, go to Assigned Internet Protocol Numbers.
packets The number of packets transferred during the capture window.
bytes The number of bytes transferred during the capture window.
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.
action The action associated with the traffic: ACCEPT: The recorded traffic was permitted by the security group or
network ACLs.
REJECT: The recorded traffic was not permitted by the security groups or network ACLs.
log-status The logging status of the flow log:
OK: Data is logging normally to CloudWatch Logs.
NODATA: There was no network traffic to or from the network interface during the capture window.
SKIPDATA: Some flow log records were skipped during the capture window.
Example  record
• Inbound  SSH  traffic  on  port-­22  allowed
2 123456789010 eni-abc123de 172.168.1.12 172.168.1.11 20641 22
6 20 4249 1460667684 1460667744 ACCEPT OK
VPC  Endpoints
Service  Endpoints  need  Internet  Connectivity
aws ec2 describe-route-tables --route-table-ids
rtb-c9d737ad
|+----------------------------------------------------+|
||| Routes |||
||+-----------------------+------------+-------------+||
||| DestinationCidrBlock | GatewayId | State ||
||+-----------------------+------------+--------------||
||| 10.10.0.0/16 | local | active ||
||| 0.0.0.0/0 | igw-5a1ae13f | active ||
+----------------------------------------------------+||
Everything  not  destined  for  the  
VPC  goes  to  the  Internet
Traffic  to  the  VPC’s  range  stays  
in  the  VPC
VPC  Endpoints  Allow  Direct  Access  from  VPC
aws ec2 describe-route-tables --route-table-ids rtb-ef36e58a
|+-------------------------------------------------------------------+|
||| Routes |||
||+-----------------------+-----------------------------------------+||
||| DestinationCidrBlock | DestinationPrefixListId | GatewayId ||
||+-----------------------+-------------------------+----------------||
||| 10.10.0.0/16 | | local ||
||| | pl-68a54001 | vpce-a610f4cf ||
+-------------------------+-------------------------+---------------+||
The  Amazon  S3  Prefix  list
aws ec2 describe-prefix-lists --prefix-list-ids pl-68a54001
--------------------------------------------------
| DescribePrefixLists |
+------------------------------------------------+
|| PrefixLists ||
|+---------------+------------------------------+|
|| PrefixListId | PrefixListName ||
|+---------------+------------------------------+|
|| pl-68a54001 | com.amazonaws.us-west-2.s3 ||
|+---------------+------------------------------+|
||| Cidrs |||
||+--------------------------------------------+||
||| 54.231.160.0/19 |||
||+--------------------------------------------+||
IP  range  for  Amazon  S3
Changes  over  time  and  is  managed  by  
AWS
Rich  security  controls
• New  route  entry  
– As  many  endpoints  per  VPC  as  you  like,  but  maximum  one  
assigned  route  per  subnet
• Policies  on  VPC  endpoints
– Constrain  principals,  actions,  destination  buckets,  paths  within  
buckets
• S3  bucket  policies  
– Constrain  source  VPCs  and/or  VPC  endpoints
• All  policies  ANDed together
– IAM,  VPC  endpoints  and  S3
VPC  endpoint  policy  example
{ "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/*"]
}
]
}
In  English:  Calls  via  this  VPC  endpoint  are  
allowed  Get/Put  to  my_secure_bucket
S3  bucket  policy  example  #1
{ "Version": "2012-10-17",
"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-a610f4cf” }
}
}
]
}
In  English:  Deny  access  to  this  bucket  to  all  calls  
except  those  coming  via  this  VPC  endpoint
S3  bucket  policy  example  #2
{ "Version": "2012-10-17”,
"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-c15180a4” }
}
}
]
}
In  English:  Deny  access  to  this  bucket  to  all  
calls  except  those  coming  from  this  VPC
A  Quick  Aside:
AWS  Marketplace
AWS  Marketplace
• Online  Store  for  Software  and  Services
– Software  pre-­built  into  AMIs  by  Vendors  or  other  Partners
– 1-­Click  deployment;;  some  AMIs  come  with  CloudFront templates
– Many  have  ”by-­the-­hour”  pricing  options  
– Any  billing/payment  for  licences  can  be  handled  in  your  AWS  bill
Connecting  to  Your  Network
Connect  to  your  data  center
10.1.0.0/16
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
192.168.0.0/16
or
Connect  to  your  data  center
10.1.0.0/16
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
192.168.0.0/16
or
Internal  Server
Connect  to  your  data  center
10.1.0.0/16
Availability  Zone  A Availability  Zone  B
Subnet  (10.1.1.0/24)
Subnet  (10.1.3.0/24)
Subnet  (10.1.2.0/24)
Subnet  (10.1.4.0/24)
192.168.0.0/16
or
Internal  Server
Route  Table
Destination Target
10.1.0.0/16 Local
192.168.0.0/16 VGW
0.0.0.0/0 NAT  Endpoint
Route  Table
Destination Target
10.1.0.0/16 Local
0.0.0.0/16 IGW
AWS  Hardware  VPN
Static  VPN
CORP
• 1  unique  Security  Association  (SA)  pair  per  tunnel
• 1  inbound  and  1  outbound
• 2  unique  pairs  for  2  tunnels  – 4  SA’s
10.0.0.0  /16
10.0.0.0  /16
172.16.0.0  /16
172.16.0.0  /16
10.0.0.0  /16 172.16.0.0  /16
Dynamic  VPN
CORP
Tunnel  1
IP  169.254.169.1   /30
BGP  AS  7224
Route  Table  (propagated)
Destination Target
10.0.0.0/16 Local
172.16.0.0/16 VGW
Tunnel  2
IP  169.254.169.5   /30
BGP  AS  7224
10.0.0.0  /16
Tunnel  1
IP  169.254.169.2   /30
BGP  AS  65001
Tunnel  2
IP  169.254.169.6   /30
BGP  AS  65001
172.16.0.0  /16
Resilient  Dynamic  VPN
CORP
iBGP
OSPF
10.0.0.0  /16 172.16.0.0  /16
eBGP
Resilient  Dynamic  VPN  – Multiple  VPC’s
CORP
AWS  Direct  Connect
What  is  AWS  Direct  Connect…
Dedicated,  private  pipes  into  AWS
Create  private  (VPC)  or  public  virtual  interfaces  to  AWS
Reduced data-­out  rates  (data-­in  still  free)
Consistent network  performance
At  least  1  location  to  each  AWS  region  
Option  for  redundant connections  
Multiple  AWS  accounts  can  share  a  connection
Uses  BGP to  exchange  routing  information  over  a  VLAN
At  the  Direct  Connect  Location
CORP
AWS  Direct
Connect  
Routers
Customer  
Router
Colocation
DX  Location
Customer
Network
`
AWS  Backbone
Network
Cross  
Connect
Customer  
Router
Access
Circuit
Customers  Network  
Backbone
Access
Circuit
Demarcation
Dedicated  Port  via  Direct  Connect  Partner
CORP
AWS  Direct
Connect  
Routers
Colocation
DX  Location
Partner  Network
AWS  Backbone
Network
Cross  
Connect
Customer  
Router
Partner
Network
Access
Circuit
Demarcation
Partner
Equipment
For  a  full  Direct  Connect  Partner  list  see  here: https://aws.amazon.com/directconnect/partners/
At  the  Direct  Connect  Location  – via  MPLS
CORP
AWS  Direct
Connect  
Routers
Partner
PE  Router
Colocation
DX  Location
MPLS  Core
`
AWS  Backbone
Network
Cross  
Connect
Provider
Edge
Partner  MPLS
Core
Access
Circuit  to  CE
Demarcation
`
`
CE  Router
CE  Router
Dual  DX  – Single  Location
CORP
AWS  Direct
Connect  
Routers
Customer  
Router
Colocation
DX  Location
Service  Provider  
Network
`
Dual  DX  – Single  Location  /  Dual  Routers
CORP
AWS  Direct
Connect  
Routers
Customer  
Routers
Colocation
DX  Location
`
Service  Provider  
Network
`
Single  DX  – Dual  Location  /  Dual  Routers
CORP
Customer  
Routers
Colocation
DX  Location  1
`
Customer  
Routers
Colocation
DX  Location  2
`
Service  Provider  
Network
AWS  Direct
Connect  Routers
AWS  Direct
Connect  Routers
Dual  DX  – Dual  Location  /  Dual  Routers
CORP
AWS  Direct
Connect  Routers
Customer  
Routers
Colocation
DX  Location  1
`
`
AWS  Direct
Connect  Routers
Customer  
Routers
Colocation
DX  Location  2
`
`
Service  Provider  
Network
Things  to  remember
• All  Direct  Connect  locations  are  at  3rd party  data  centers
• You  will  have  to  work  with  at  least  one  other  organisation
– Could  be  just  the  Data  Center
– Could  be  a  Network  Provider  /  Direct  Connect  Partner
– Could  be  multiple  Network  Providers  AND  the  Data  Center
• There  are  a  number  of  possible  connection  speeds
– 1G  and  10G  links  can  connect  to  multiple  VIFs  (=>  multiple  VPCs)
– Sub-­1G  Hosted  Connections  from  Partners  support  just  a  single  VIF  (=>  single  VPC)
• VIFs  could  be  attached  to  other  accounts  in  the  same  AWS  Region
• Public  VIF’s  include  the  Hardware  VPN  Endpoints
– Use  Direct  Connect  to  transport  an  IPsec  VPN  connection
in  the  Cloud
AKA  “Video  Factory”
• The  UK’s  biggest  video  &  audio  on-­demand  service
– And  it’s  free!
• Over  7  million  requests  every  day
– ~2%  of  overall  consumption  of  BBC  output
• Over  500  unique  hours  of  content  every  week
– Available  immediately  after  broadcast,  for  at  least  7  days
• Available  on  over  1000  devices  including
– PC,  iOS,  Android,  Windows  Phone,  Smart  TVs,  Cable  Boxes…
• Both  streaming  and  download  (iOS,  Android,  PC)
• >  20  million  app  downloads
Sources:  
BBC  iPlayer Performance   Pack  August   2013
http://www.bbc.co.uk/blogs/internet/posts/Video-­Factory
Video  Factory  – Workflow
SDI  Broadcast
Video  Feed
x  24
Playout
Data  Feed
Broadcast  
Encoder
Live  Ingest  
Logic
Amazon  Elastic  
Transcoder
Elemental
Cloud
DRM
QC
Editorial  
Clipping
MAM
Amazon  S3
Mezzanine
Time  Addressable
Media  Store
Amazon  S3
Distribution  
Renditions
RTP
Chunker
Transcode  
Abstraction  
Layer
Mezzanine
Playout Video
Transcoded  Video
Metadata
SMPTE  
Timecode
Mezzanine  Video  Capture
Sources:  
AWS  re:Invent – November  2013   – MED302
https://www.youtube.com/watch?v=MjZdiDotRU8
Data  Transfer  Requirements
• SD  Video  -­ 2.3TB/day
– 1.3MB/sec/channel  =  109GB/day/channel  x  21  channels
• HD  Video  – 2.9TB/day
– 4.2MB/sec/channel  =  365GB/day/channel  x  8  channels
• Daily  Video  – 5.2TB/day  per  copy  per  location
– 2  Copies  at  2  Locations
• DAILY  TRANSFER  =  21TB
Sources:  
AWS  UK  UK  – 24/09/14   – Rachel  Evans,   BBC
http://www.slideshare.net/rvedotrc/bbc-­ipl ayer-­
bigger-­better-­faster
Summary
Summary
• Fundamentals
– VPC  Overview
– Picking  you  IP  Space
– Subnet  Design
– Routing  and  NATing
– VPC  Security
• Advanced  Topics
– VPC  Peering
– VPC  Flow  Logging
– VPC  Endpoints
• DC  Connectivity
– IPsec  VPN  Tunnel
– AWS  Direct  Connect
Thank  You.  Questions  ?

Weitere ähnliche Inhalte

Was ist angesagt?

AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
Simplilearn
 
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
Amazon Web Services Korea
 
AWS Multi-Account Architecture and Best Practices
AWS Multi-Account Architecture and Best PracticesAWS Multi-Account Architecture and Best Practices
AWS Multi-Account Architecture and Best Practices
Amazon Web Services
 

Was ist angesagt? (20)

AWS 네트워크 보안을 위한 계층별 보안 구성 모범 사례 – 조이정, AWS 솔루션즈 아키텍트:: AWS 온라인 이벤트 – 클라우드 보안 특집
AWS 네트워크 보안을 위한 계층별 보안 구성 모범 사례 – 조이정, AWS 솔루션즈 아키텍트:: AWS 온라인 이벤트 – 클라우드 보안 특집AWS 네트워크 보안을 위한 계층별 보안 구성 모범 사례 – 조이정, AWS 솔루션즈 아키텍트:: AWS 온라인 이벤트 – 클라우드 보안 특집
AWS 네트워크 보안을 위한 계층별 보안 구성 모범 사례 – 조이정, AWS 솔루션즈 아키텍트:: AWS 온라인 이벤트 – 클라우드 보안 특집
 
VPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPCVPC Design and New Capabilities for Amazon VPC
VPC Design and New Capabilities for Amazon VPC
 
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals
 
AWS network services
AWS network servicesAWS network services
AWS network services
 
SEC306 Using Microsoft Active Directory Across On-Premises and AWS Cloud Wind...
SEC306 Using Microsoft Active Directory Across On-Premises and AWS Cloud Wind...SEC306 Using Microsoft Active Directory Across On-Premises and AWS Cloud Wind...
SEC306 Using Microsoft Active Directory Across On-Premises and AWS Cloud Wind...
 
AWS VPC & Networking basic concepts
AWS VPC & Networking basic conceptsAWS VPC & Networking basic concepts
AWS VPC & Networking basic concepts
 
AWS Cloud Watch
AWS Cloud WatchAWS Cloud Watch
AWS Cloud Watch
 
AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
AWS Training For Beginners | AWS Certified Solutions Architect Tutorial | AWS...
 
AWS networking fundamentals
AWS networking fundamentalsAWS networking fundamentals
AWS networking fundamentals
 
Basics AWS Presentation
Basics AWS PresentationBasics AWS Presentation
Basics AWS Presentation
 
AWS Technical Essentials Day
AWS Technical Essentials DayAWS Technical Essentials Day
AWS Technical Essentials Day
 
Improving Infrastructure Governance on AWS - AWS June 2016 Webinar Series
Improving Infrastructure Governance on AWS - AWS June 2016 Webinar SeriesImproving Infrastructure Governance on AWS - AWS June 2016 Webinar Series
Improving Infrastructure Governance on AWS - AWS June 2016 Webinar Series
 
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS 기반 하이브리드 클라우드 환경 구성 전략 (김용우 솔루션즈 아키텍트)
 
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
 
AWS Multi-Account Architecture and Best Practices
AWS Multi-Account Architecture and Best PracticesAWS Multi-Account Architecture and Best Practices
AWS Multi-Account Architecture and Best Practices
 
AWS Containers Day.pdf
AWS Containers Day.pdfAWS Containers Day.pdf
AWS Containers Day.pdf
 
Accelerating App Development with AWS Amplify
Accelerating App Development with AWS AmplifyAccelerating App Development with AWS Amplify
Accelerating App Development with AWS Amplify
 
AWS Architecting In The Cloud
AWS Architecting In The CloudAWS Architecting In The Cloud
AWS Architecting In The Cloud
 

Andere mochten auch

Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Robert Wilson
 

Andere mochten auch (6)

Deep Dive - Amazon Elastic MapReduce (EMR)
Deep Dive - Amazon Elastic MapReduce (EMR)Deep Dive - Amazon Elastic MapReduce (EMR)
Deep Dive - Amazon Elastic MapReduce (EMR)
 
Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)Deep Dive - Amazon Virtual Private Cloud (VPC)
Deep Dive - Amazon Virtual Private Cloud (VPC)
 
Amazon Elastic MapReduce Deep Dive and Best Practices (BDT404) | AWS re:Inven...
Amazon Elastic MapReduce Deep Dive and Best Practices (BDT404) | AWS re:Inven...Amazon Elastic MapReduce Deep Dive and Best Practices (BDT404) | AWS re:Inven...
Amazon Elastic MapReduce Deep Dive and Best Practices (BDT404) | AWS re:Inven...
 
Deep Dive: Amazon RDS
Deep Dive: Amazon RDSDeep Dive: Amazon RDS
Deep Dive: Amazon RDS
 
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web ServicesAmazon Virtual Private Cloud VPC Architecture AWS Web Services
Amazon Virtual Private Cloud VPC Architecture AWS Web Services
 
AWS re:Invent 2016: Deep Dive on Amazon Relational Database Service (DAT305)
AWS re:Invent 2016: Deep Dive on Amazon Relational Database Service (DAT305)AWS re:Invent 2016: Deep Dive on Amazon Relational Database Service (DAT305)
AWS re:Invent 2016: Deep Dive on Amazon Relational Database Service (DAT305)
 

Ähnlich wie Amazon Virtual Private Cloud

AWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
AWS VPC NOTES _ LEARN AWS EFFECTIVELY and EasilyAWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
AWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
akramemohemat
 

Ähnlich wie Amazon Virtual Private Cloud (20)

PLNOG 17 - Tomasz Stachlewski - Infrastruktura sieciowa w chmurze AWS
PLNOG 17 - Tomasz Stachlewski - Infrastruktura sieciowa w chmurze AWSPLNOG 17 - Tomasz Stachlewski - Infrastruktura sieciowa w chmurze AWS
PLNOG 17 - Tomasz Stachlewski - Infrastruktura sieciowa w chmurze AWS
 
AWS re:Invent 2016: From One to Many: Evolving VPC Design (ARC302)
AWS re:Invent 2016: From One to Many: Evolving VPC Design (ARC302)AWS re:Invent 2016: From One to Many: Evolving VPC Design (ARC302)
AWS re:Invent 2016: From One to Many: Evolving VPC Design (ARC302)
 
Amazon Virtual Private Cloud (VPC) - Networking Fundamentals and Connectivity...
Amazon Virtual Private Cloud (VPC) - Networking Fundamentals and Connectivity...Amazon Virtual Private Cloud (VPC) - Networking Fundamentals and Connectivity...
Amazon Virtual Private Cloud (VPC) - Networking Fundamentals and Connectivity...
 
(ARC205) Creating Your Virtual Data Center: VPC Fundamentals and Connectivity...
(ARC205) Creating Your Virtual Data Center: VPC Fundamentals and Connectivity...(ARC205) Creating Your Virtual Data Center: VPC Fundamentals and Connectivity...
(ARC205) Creating Your Virtual Data Center: VPC Fundamentals and Connectivity...
 
Creating Your Virtual Data Center - AWS Summit Bahrain 2017
Creating Your Virtual Data Center - AWS Summit Bahrain 2017Creating Your Virtual Data Center - AWS Summit Bahrain 2017
Creating Your Virtual Data Center - AWS Summit Bahrain 2017
 
Creando una estrategia en el Cloud y acelerar los resultados
Creando una estrategia en el Cloud y acelerar los resultadosCreando una estrategia en el Cloud y acelerar los resultados
Creando una estrategia en el Cloud y acelerar los resultados
 
Crear un centro de datos virtual en AWS
Crear un centro de datos virtual en AWSCrear un centro de datos virtual en AWS
Crear un centro de datos virtual en AWS
 
Creating Your Virtual Data Center
Creating Your Virtual Data CenterCreating Your Virtual Data Center
Creating Your Virtual Data Center
 
Creating a Virtual Data Center
Creating a Virtual Data CenterCreating a Virtual Data Center
Creating a Virtual Data Center
 
From One to Many: Evolving VPC Design (ARC401) | AWS re:Invent 2013
From One to Many:  Evolving VPC Design (ARC401) | AWS re:Invent 2013From One to Many:  Evolving VPC Design (ARC401) | AWS re:Invent 2013
From One to Many: Evolving VPC Design (ARC401) | AWS re:Invent 2013
 
VPC Fundamentals & Connectivity - Pop-up Loft Tel Aviv
VPC Fundamentals & Connectivity - Pop-up Loft Tel AvivVPC Fundamentals & Connectivity - Pop-up Loft Tel Aviv
VPC Fundamentals & Connectivity - Pop-up Loft Tel Aviv
 
Creating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC FundamentalsCreating Your Virtual Data Center: VPC Fundamentals
Creating Your Virtual Data Center: VPC Fundamentals
 
AWS re:Invent 2016: Creating Your Virtual Data Center: VPC Fundamentals and C...
AWS re:Invent 2016: Creating Your Virtual Data Center: VPC Fundamentals and C...AWS re:Invent 2016: Creating Your Virtual Data Center: VPC Fundamentals and C...
AWS re:Invent 2016: Creating Your Virtual Data Center: VPC Fundamentals and C...
 
From One to Many: Evolving VPC Design
From One to Many: Evolving VPC DesignFrom One to Many: Evolving VPC Design
From One to Many: Evolving VPC Design
 
AWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
AWS VPC NOTES _ LEARN AWS EFFECTIVELY and EasilyAWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
AWS VPC NOTES _ LEARN AWS EFFECTIVELY and Easily
 
AWS VPC
AWS VPCAWS VPC
AWS VPC
 
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
AWS Summit London 2014 | From One to Many - Evolving VPC Design (400)
 
Creating Your Virtual Data Center
Creating Your Virtual Data Center Creating Your Virtual Data Center
Creating Your Virtual Data Center
 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
 Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
 
ENT202 Creating Your Virtual Data Center: VPC Fundamentals and Connectivity O...
ENT202 Creating Your Virtual Data Center: VPC Fundamentals and Connectivity O...ENT202 Creating Your Virtual Data Center: VPC Fundamentals and Connectivity O...
ENT202 Creating Your Virtual Data Center: VPC Fundamentals and Connectivity O...
 

Mehr von Amazon Web Services

Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
Amazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
Amazon Web Services
 

Mehr von Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Kürzlich hochgeladen (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Amazon Virtual Private Cloud

  • 2. Andrew  Kane Solutions  Architect Amazon  Virtual  Private  Cloud
  • 3. What  To  Expect  From  This  Session • Fundamentals – VPC  Overview – Picking  you  IP  Space – Subnet  Design – Routing  and  NATing – VPC  Security • Advanced  Topics – VPC  Peering – VPC  Flow  Logging – VPC  Endpoints • DC  Connectivity – IPsec  VPN  Tunnel – AWS  Direct  Connect
  • 5. What  is  a  Virtual  Private  Cloud? • Your  own  logically  isolated  section  of  the  Amazon  Web   Services  (AWS)  Cloud • By  default,  your  VPC  has  no  access  to  the  internet  nor   are  instances  addressable  from  the  internet • You  have  complete  control  over  your  virtual  networking   environment • Proven  and  well-­understood  networking  concepts: – User  defined  IP  address  range – Subnets – Route  Tables – Access  Control  Lists – Network  Gateways • A  way  to  gain  agility as  well  as  additional  security
  • 6. What’s  in  the  VPC  tool  box? VPC -­ User-­defined  address  space  up  to  /16  (65,536  addresses) Subnets -­ 200  user-­defined  subnets  up  to  /16 Route  Tables  – Define  how  traffic  should  be  routed  from/to  each  subnet Internet  Gateway  – A  logical device  enabling  traffic  to  be  routed  to/from  the  public  internet Virtual  Private  Gateway  -­ The  Amazon  end  of  a  VPN  connection Customer  Gateway  -­ The  router  at  the  customer  end  of  a  VPN  connection   Managed  NAT – Provide  Network  Address  Translation  to  private  instances  for  10Gbps  traffic Access  Control  Lists  – Stateless  network  filtering  between  subnets
  • 7. VPCs  span  an  entire  region Availability  Zone  A Availability  Zone  B VPC  CIDR:   10.1.0.0  /16
  • 8. Subnets  sit  in  a  single  VPC  in  a  single  AZ Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16
  • 10. Plan  your  VPC  IP  space  before  creating  it • Consider  future  AWS  region  expansion • Consider  future  connectivity  to  your  internal  networks • Consider  subnet  design • VPC  can  be  /16  down  to  /28 • CIDR  cannot  be  modified  after  creation
  • 11. Choosing  IP  address  ranges  for  your  VPC 172.31.0.0/16 Recommended:   RFC1918  range Recommended:   /16 (64K  addresses)
  • 13. Public  /  Private  Subnets Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) VPC  CIDR:   10.1.0.0  /16 PUBLIC PUBLIC PRIVATE PRIVATE
  • 14. Public  /  Private  Subnets Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16
  • 15. Public  /  Private  Subnets Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16
  • 17. Public  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16
  • 18. Public  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16 Web (public)
  • 19. Public  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16 Web (public)
  • 20. Public  Subnet  Routing  – Internet  Gateway Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16 Web (public)
  • 21. Public  Subnet  Routing  – Internet  Gateway Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.2.0/24) VPC  CIDR:   10.1.0.0  /16 Web (public) Route  Table Destination Target 10.1.0.0/16 Local 0.0.0.0/0 Internet  Gateway
  • 22. Private  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16
  • 23. Private  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16 Route  Table Destination Target 10.1.0.0/16 Local Route  Table Destination Target 10.1.0.0/16 Local 0.0.0.0/0 Internet  Gateway
  • 24. Private  Subnet  Routing  – NAT  Gateway Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) N VPC  CIDR:   10.1.0.0  /16
  • 25. Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16 N Route  Table Destination Target 10.1.0.0/16 Local 0.0.0.0/0 NAT  Endpoint Private  Subnet  Routing  -­ NATGateway
  • 26. Private  Subnet  Routing Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) Database (private) Database (private) Web (public) Web (public) VPC  CIDR:   10.1.0.0  /16 N
  • 27. Authorizing  Traffic: Network  ACLs  and Security  Groups
  • 28. Network  ACLs  =  Stateless  Firewall  Rules English  translation:  Allow  all  traffic  in Can  be  applied  on  a  subnet  basis
  • 29. Security  Groups  =  Stateful Firewall  Rules In  English:  Hosts  in  this  group  are  reachable   from  the  Internet  on  port  80  (HTTP)
  • 30. Security  Group  Mutual  Trust In  English:  Only  instances  in  the  MyWebServers   Security  Group  can  reach  instances  in  this   Security  Group
  • 31. Security  Balancing  Act Comparison between  Security  Groups  and  Network  ACLs Area of  Security Security Group Network ACL Operational  Level Instance  level Subnet  level Supports  ALLOW  rules… …only …and  DENY  rules State  Type Stateful Stateless Evaluation  method All  rules evaluated Stop  on  first  match Applicability  to  Instances Only  if  SG  explicitly   added  to  instance Automatically  to all   instances  in  subnet Source  / Destination IP  CIDR and  other   Security  Groups IP CIDR  only
  • 33. Connecting  your  VPCs  (VPC  Peering) • Creates  a  private  network  connection  between  any  two  VPCs  in  a  region • You  can  connect  VPCs  together  within  a  Region  without  having  to – Maintain  all  the  VPN  overhead between  multiple  VPCs – Expose  the  destination  VPC  to  the  Internet  and  all  that  entails • Including  cross-­account  VPC  Peering • Often  used  for  Common/Core  services – Authentication  /  Directory  Services – Monitoring  /  Logging – Security  Scanning – Remote  Administration
  • 34. Common  Design  – Shared  Services  VPC VPC  A 10.1.0.0/16 10.0.0.0/16 VPC  D 10.4.0.0/16 VPC  C 10.3.0.0/16 VPC  B 10.2.0.0/16 • Move  shared  services  such  as  Active   Directory,  Logging,  Monitoring  and  Service   Buses  to  a  shared  services  VPC  (A) • None  of  the  other  VPCs  can  send  traffic   directly  to  each  other  – they  must  go   through  VPC  A  (= app  isolation) • Only  VPC  A  has  direct  network  access  to   your  data  center  via  Direct  Connect • Routing  Tables  define  which  subnets  are   allowed  to  route  over  a  peer  connection • Security  Groups  and  NACLs  still  apply,  and   Security  Groups  in  VPC  A  can  be  defined   to  mutually  trust  the  Security  Groups  in  the   other  VPCs pcx-­aaaabbbb pcx-­aaaadddd pcx-­aaaacccc
  • 36. See  all  of  the  traffic  at  your  instances • Ability  to  analyze   traffic • Troubleshooting   network  connectivity • Visibility  into  effects   of  security  group   rules
  • 37. VPC  Flow  Logs • Enabled  at  the  ENI,  subnet,  or  VPC  level • Traffic  data  surfaced  as  “flow  log  records”  per  ENI • Data  accumulated  and  published  to  CloudWatch Logs  at  ~10  minute  intervals • Exposed  as  CloudWatch log  groups  and  streams • Normal  CloudWatch Logs  groups/streams  with  all   related  features – Create  custom  CloudWatch metrics  based  upon  log  filtering – Create  CloudWatch alarms  based  upon  the  new  metrics – CloudWatch Logs  -­>  Amazon  Kinesis  stream  integration
  • 38. Flow  Log  record  (text,  space-­delimited) Field Description version The VPC Flow Logs version. account-id The AWS account ID for the Flow Log. interface-idThe ID of the network interface for which the log stream applies. srcaddr The source IP address. The IP address of the network interface is always its private IP address. dstaddr The destination IP address. The IP address of the network interface is always its private IP address. srcport The source port of the traffic. dstport The destination port of the traffic. protocol The IANA protocol number of the traffic. For more information, go to Assigned Internet Protocol Numbers. packets The number of packets transferred during the capture window. bytes The number of bytes transferred during the capture window. 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. action The action associated with the traffic: ACCEPT: The recorded traffic was permitted by the security group or network ACLs. REJECT: The recorded traffic was not permitted by the security groups or network ACLs. log-status The logging status of the flow log: OK: Data is logging normally to CloudWatch Logs. NODATA: There was no network traffic to or from the network interface during the capture window. SKIPDATA: Some flow log records were skipped during the capture window.
  • 39. Example  record • Inbound  SSH  traffic  on  port-­22  allowed 2 123456789010 eni-abc123de 172.168.1.12 172.168.1.11 20641 22 6 20 4249 1460667684 1460667744 ACCEPT OK
  • 41. Service  Endpoints  need  Internet  Connectivity aws ec2 describe-route-tables --route-table-ids rtb-c9d737ad |+----------------------------------------------------+| ||| Routes ||| ||+-----------------------+------------+-------------+|| ||| DestinationCidrBlock | GatewayId | State || ||+-----------------------+------------+--------------|| ||| 10.10.0.0/16 | local | active || ||| 0.0.0.0/0 | igw-5a1ae13f | active || +----------------------------------------------------+|| Everything  not  destined  for  the   VPC  goes  to  the  Internet Traffic  to  the  VPC’s  range  stays   in  the  VPC
  • 42. VPC  Endpoints  Allow  Direct  Access  from  VPC aws ec2 describe-route-tables --route-table-ids rtb-ef36e58a |+-------------------------------------------------------------------+| ||| Routes ||| ||+-----------------------+-----------------------------------------+|| ||| DestinationCidrBlock | DestinationPrefixListId | GatewayId || ||+-----------------------+-------------------------+----------------|| ||| 10.10.0.0/16 | | local || ||| | pl-68a54001 | vpce-a610f4cf || +-------------------------+-------------------------+---------------+||
  • 43. The  Amazon  S3  Prefix  list aws ec2 describe-prefix-lists --prefix-list-ids pl-68a54001 -------------------------------------------------- | DescribePrefixLists | +------------------------------------------------+ || PrefixLists || |+---------------+------------------------------+| || PrefixListId | PrefixListName || |+---------------+------------------------------+| || pl-68a54001 | com.amazonaws.us-west-2.s3 || |+---------------+------------------------------+| ||| Cidrs ||| ||+--------------------------------------------+|| ||| 54.231.160.0/19 ||| ||+--------------------------------------------+|| IP  range  for  Amazon  S3 Changes  over  time  and  is  managed  by   AWS
  • 44. Rich  security  controls • New  route  entry   – As  many  endpoints  per  VPC  as  you  like,  but  maximum  one   assigned  route  per  subnet • Policies  on  VPC  endpoints – Constrain  principals,  actions,  destination  buckets,  paths  within   buckets • S3  bucket  policies   – Constrain  source  VPCs  and/or  VPC  endpoints • All  policies  ANDed together – IAM,  VPC  endpoints  and  S3
  • 45. VPC  endpoint  policy  example { "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/*"] } ] } In  English:  Calls  via  this  VPC  endpoint  are   allowed  Get/Put  to  my_secure_bucket
  • 46. S3  bucket  policy  example  #1 { "Version": "2012-10-17", "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-a610f4cf” } } } ] } In  English:  Deny  access  to  this  bucket  to  all  calls   except  those  coming  via  this  VPC  endpoint
  • 47. S3  bucket  policy  example  #2 { "Version": "2012-10-17”, "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-c15180a4” } } } ] } In  English:  Deny  access  to  this  bucket  to  all   calls  except  those  coming  from  this  VPC
  • 48. A  Quick  Aside: AWS  Marketplace
  • 49. AWS  Marketplace • Online  Store  for  Software  and  Services – Software  pre-­built  into  AMIs  by  Vendors  or  other  Partners – 1-­Click  deployment;;  some  AMIs  come  with  CloudFront templates – Many  have  ”by-­the-­hour”  pricing  options   – Any  billing/payment  for  licences  can  be  handled  in  your  AWS  bill
  • 51. Connect  to  your  data  center 10.1.0.0/16 Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) 192.168.0.0/16 or
  • 52. Connect  to  your  data  center 10.1.0.0/16 Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) 192.168.0.0/16 or Internal  Server
  • 53. Connect  to  your  data  center 10.1.0.0/16 Availability  Zone  A Availability  Zone  B Subnet  (10.1.1.0/24) Subnet  (10.1.3.0/24) Subnet  (10.1.2.0/24) Subnet  (10.1.4.0/24) 192.168.0.0/16 or Internal  Server Route  Table Destination Target 10.1.0.0/16 Local 192.168.0.0/16 VGW 0.0.0.0/0 NAT  Endpoint Route  Table Destination Target 10.1.0.0/16 Local 0.0.0.0/16 IGW
  • 55. Static  VPN CORP • 1  unique  Security  Association  (SA)  pair  per  tunnel • 1  inbound  and  1  outbound • 2  unique  pairs  for  2  tunnels  – 4  SA’s 10.0.0.0  /16 10.0.0.0  /16 172.16.0.0  /16 172.16.0.0  /16 10.0.0.0  /16 172.16.0.0  /16
  • 56. Dynamic  VPN CORP Tunnel  1 IP  169.254.169.1   /30 BGP  AS  7224 Route  Table  (propagated) Destination Target 10.0.0.0/16 Local 172.16.0.0/16 VGW Tunnel  2 IP  169.254.169.5   /30 BGP  AS  7224 10.0.0.0  /16 Tunnel  1 IP  169.254.169.2   /30 BGP  AS  65001 Tunnel  2 IP  169.254.169.6   /30 BGP  AS  65001 172.16.0.0  /16
  • 58. Resilient  Dynamic  VPN  – Multiple  VPC’s CORP
  • 60. What  is  AWS  Direct  Connect… Dedicated,  private  pipes  into  AWS Create  private  (VPC)  or  public  virtual  interfaces  to  AWS Reduced data-­out  rates  (data-­in  still  free) Consistent network  performance At  least  1  location  to  each  AWS  region   Option  for  redundant connections   Multiple  AWS  accounts  can  share  a  connection Uses  BGP to  exchange  routing  information  over  a  VLAN
  • 61. At  the  Direct  Connect  Location CORP AWS  Direct Connect   Routers Customer   Router Colocation DX  Location Customer Network ` AWS  Backbone Network Cross   Connect Customer   Router Access Circuit Customers  Network   Backbone Access Circuit Demarcation
  • 62. Dedicated  Port  via  Direct  Connect  Partner CORP AWS  Direct Connect   Routers Colocation DX  Location Partner  Network AWS  Backbone Network Cross   Connect Customer   Router Partner Network Access Circuit Demarcation Partner Equipment For  a  full  Direct  Connect  Partner  list  see  here: https://aws.amazon.com/directconnect/partners/
  • 63. At  the  Direct  Connect  Location  – via  MPLS CORP AWS  Direct Connect   Routers Partner PE  Router Colocation DX  Location MPLS  Core ` AWS  Backbone Network Cross   Connect Provider Edge Partner  MPLS Core Access Circuit  to  CE Demarcation ` ` CE  Router CE  Router
  • 64. Dual  DX  – Single  Location CORP AWS  Direct Connect   Routers Customer   Router Colocation DX  Location Service  Provider   Network `
  • 65. Dual  DX  – Single  Location  /  Dual  Routers CORP AWS  Direct Connect   Routers Customer   Routers Colocation DX  Location ` Service  Provider   Network `
  • 66. Single  DX  – Dual  Location  /  Dual  Routers CORP Customer   Routers Colocation DX  Location  1 ` Customer   Routers Colocation DX  Location  2 ` Service  Provider   Network AWS  Direct Connect  Routers AWS  Direct Connect  Routers
  • 67. Dual  DX  – Dual  Location  /  Dual  Routers CORP AWS  Direct Connect  Routers Customer   Routers Colocation DX  Location  1 ` ` AWS  Direct Connect  Routers Customer   Routers Colocation DX  Location  2 ` ` Service  Provider   Network
  • 68. Things  to  remember • All  Direct  Connect  locations  are  at  3rd party  data  centers • You  will  have  to  work  with  at  least  one  other  organisation – Could  be  just  the  Data  Center – Could  be  a  Network  Provider  /  Direct  Connect  Partner – Could  be  multiple  Network  Providers  AND  the  Data  Center • There  are  a  number  of  possible  connection  speeds – 1G  and  10G  links  can  connect  to  multiple  VIFs  (=>  multiple  VPCs) – Sub-­1G  Hosted  Connections  from  Partners  support  just  a  single  VIF  (=>  single  VPC) • VIFs  could  be  attached  to  other  accounts  in  the  same  AWS  Region • Public  VIF’s  include  the  Hardware  VPN  Endpoints – Use  Direct  Connect  to  transport  an  IPsec  VPN  connection
  • 69. in  the  Cloud AKA  “Video  Factory”
  • 70. • The  UK’s  biggest  video  &  audio  on-­demand  service – And  it’s  free! • Over  7  million  requests  every  day – ~2%  of  overall  consumption  of  BBC  output • Over  500  unique  hours  of  content  every  week – Available  immediately  after  broadcast,  for  at  least  7  days • Available  on  over  1000  devices  including – PC,  iOS,  Android,  Windows  Phone,  Smart  TVs,  Cable  Boxes… • Both  streaming  and  download  (iOS,  Android,  PC) • >  20  million  app  downloads Sources:   BBC  iPlayer Performance   Pack  August   2013 http://www.bbc.co.uk/blogs/internet/posts/Video-­Factory
  • 71. Video  Factory  – Workflow SDI  Broadcast Video  Feed x  24 Playout Data  Feed Broadcast   Encoder Live  Ingest   Logic Amazon  Elastic   Transcoder Elemental Cloud DRM QC Editorial   Clipping MAM Amazon  S3 Mezzanine Time  Addressable Media  Store Amazon  S3 Distribution   Renditions RTP Chunker Transcode   Abstraction   Layer Mezzanine Playout Video Transcoded  Video Metadata SMPTE   Timecode Mezzanine  Video  Capture Sources:   AWS  re:Invent – November  2013   – MED302 https://www.youtube.com/watch?v=MjZdiDotRU8
  • 72. Data  Transfer  Requirements • SD  Video  -­ 2.3TB/day – 1.3MB/sec/channel  =  109GB/day/channel  x  21  channels • HD  Video  – 2.9TB/day – 4.2MB/sec/channel  =  365GB/day/channel  x  8  channels • Daily  Video  – 5.2TB/day  per  copy  per  location – 2  Copies  at  2  Locations • DAILY  TRANSFER  =  21TB Sources:   AWS  UK  UK  – 24/09/14   – Rachel  Evans,   BBC http://www.slideshare.net/rvedotrc/bbc-­ipl ayer-­ bigger-­better-­faster
  • 74. Summary • Fundamentals – VPC  Overview – Picking  you  IP  Space – Subnet  Design – Routing  and  NATing – VPC  Security • Advanced  Topics – VPC  Peering – VPC  Flow  Logging – VPC  Endpoints • DC  Connectivity – IPsec  VPN  Tunnel – AWS  Direct  Connect