SlideShare a Scribd company logo
1 of 69
Download to read offline
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Securing Your Virtual Data Center in the Cloud
Becky Weiss
Senior Principal Engineer
AWS Identity
N E T 2 0 2
Alan Halachmi
Senior Manager, Solutions Architecture
AWS Worldwide Public Sector
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Agenda: Bootstrap your cloud security know-how
Quickly get up to speed with AWS’s network- and identity-based
security controls
Recognize the repeatable patterns for securing your AWS resources
See some examples
AWS cloud
IAM VPC
controls
AWS region
AWS region
Availability Zone Availability Zone Availability Zone
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Services for securing AWS resources
If it’s in your VPC:
• VPC network security controls
• Identity and Access Management
(IAM) permissions
If it’s not in your VPC:
• Identity and Access Management
(IAM) permissions
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
$ dig mydatabase.cumxp40klozz.us-
east-2.rds.amazonaws.com +short
10.0.51.81
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
$ dig sqs.us-east-2.amazonaws.com +short
52.95.18.51
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Secure connectivity with Amazon VPC
• Security Groups: Authorize
only the traffic you expect
• Routing: Route traffic
headed out of your VPC only
to expected destinations
• Gateways: Create points of
connectivity with specific
scopes of access
virtual private cloud
VPC subnet
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Secure connectivity with Amazon VPC
• Security Groups: Authorize
only the traffic you expect
• Routing: Route traffic
headed out of your VPC only
to expected destinations
• Gateways: Create points of
connectivity with specific
scopes of access
virtual private cloud
VPC subnet
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Security Groups: Stateful network firewalls
Application Load
Balancer
Backend EC2 instances
Amazon RDS database
Security Group
sg-08eec15c2101526a1
Security Group
sg-0bbef9ea1db9d2ddf
Security Group
sg-0b0a4f8118aa5d450
Port 443 (HTTPS)
Port 8443 (HTTPS)
Port 3306 (MySQL)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Security Groups: Stateful network firewalls
Application Load
Balancer
Backend EC2 instances
Security Group
sg-08eec15c2101526a1
Security Group
sg-0bbef9ea1db9d2ddf
Security Group
sg-0b0a4f8118aa5d450
Port 443 (HTTPS)
Port 8443 (HTTPS)
Port 3306 (MySQL)
Amazon RDS database
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Security Groups: Stateful network firewalls
Application Load
Balancer
Backend EC2 instances
Amazon RDS database
Security Group
sg-08eec15c2101526a1
Security Group
sg-0bbef9ea1db9d2ddf
Security Group
sg-0b0a4f8118aa5d450
Port 443 (HTTPS)
Port 8443 (HTTPS)
Port 3306 (MySQL)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Security Groups: Stateful network firewalls
Application Load
Balancer
Backend EC2 instances
Amazon RDS database
Security Group
sg-08eec15c2101526a1
Security Group
sg-0bbef9ea1db9d2ddf
Security Group
sg-0b0a4f8118aa5d450
Port 443 (HTTPS)
Port 8443 (HTTPS)
Port 3306 (MySQL)
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Secure connectivity with Amazon VPC
• Security Groups: Authorize
only the traffic you expect
• Routing: Route traffic
headed out of your VPC only
to expected destinations
• Gateways: Create points of
connectivity with specific
scopes of access
virtual private cloud
VPC subnet
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing for least-privilege connectivity
Availability Zone Availability Zone Availability Zone
VPC Subnet: 10.0.1.0/24
VPC Subnet: 10.0.51.0/24
VPC Subnet: 10.0.2.0/24
VPC Subnet: 10.0.52.0/24
VPC Subnet: 10.0.3.0/24
VPC Subnet: 10.0.53.0/24
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing for least-privilege connectivity
Availability Zone
VPC Subnet: 10.0.2.0/24
VPC Subnet: 10.0.52.0/24
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing: No outbound connectivity
Availability Zone
VPC Subnet: 10.0.2.0/24
VPC Subnet: 10.0.52.0/24
AWS Elasticache
- RedisEC2 instances
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing: Full internet connectivity
Availability Zone
VPC Subnet: 10.0.2.0/24
VPC Subnet: 10.0.52.0/24
AWS Elasticache
- RedisEC2 instances
Application
Load Balancer
Public-facing
EC2 instance
Internet
gateway
Public IP
address
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing: Outbound-only internet connectivity
Availability Zone
VPC Subnet: 10.0.2.0/24
VPC Subnet: 10.0.52.0/24
AWS Elasticache
- RedisEC2 instances
Internet
gateway
Public IP
address
VPC NAT
gateway
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Routing for least privilege: Summary
• AWS offers a variety of routing options
• Determine the different routing needs of
different parts of your workload, and put
them in different subnets
• Have only the routes you need in each
subnet.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Secure connectivity with Amazon VPC
• Security Groups: Authorize
only the traffic you expect
• Routing: Route traffic
headed out of your VPC only
to expected destinations
• Gateways: Create points of
connectivity with specific
scopes of access
virtual private cloud
VPC subnet
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC Endpoints for secure cross-account connectivity
Network Load
Balancer
VPC Subnet
Availability Zone
Availability Zone
VPC Subnet
10.0.51.129
10.0.52.39
$ dig vpce-0622f1c0e5b3ccf9b-wzu403mr.vpce-svc-05af39ae671fc730e.us-east-2.vpce.amazonaws.com +short
10.0.51.129
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC Endpoints for secure cross-account connectivity
Network Load
Balancer
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC Endpoints for private connectivity to AWS
services: Interface Endpoints
VPC Subnet
Availability ZoneAvailability Zone
VPC Subnet
EC2 instances EC2 instances
Amazon CloudWatch
Logs
Internet
gateway
$ dig logs.us-east-2.amazonaws.com +short
52.95.20.179
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC NAT
gateway
VPC Endpoints for private connectivity to AWS
services: Interface Endpoints
VPC Subnet
Availability ZoneAvailability Zone
VPC Subnet
EC2 instances EC2 instances
Amazon CloudWatch
Logs
$ dig logs.us-east-2.amazonaws.com +short
52.95.20.179
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Creating an Interface VPC Endpoint
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC Endpoints for private connectivity to AWS
services: Interface Endpoints
VPC Subnet
Availability ZoneAvailability Zone
VPC Subnet
EC2 instances EC2 instances
Amazon CloudWatch
Logs
$ dig logs.us-east-2.amazonaws.com +short
10.55.2.191
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
VPC Endpoints for private connectivity to AWS
services: Gateway Endpoints
VPC Subnet
Availability ZoneAvailability Zone
VPC Subnet
EC2 instances EC2 instances
Amazon S3
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
AWS region
Availability Zone Availability Zone Availability Zone
virtual private cloud
VPC subnet VPC subnet VPC subnet
EC2 instance
EC2 instance
EC2 instance
RDS DB
instance
RDSDB
instancestandby
AWS Directory
Service
AWS Directory
Service
Amazon S3
bucket
Amazon SQS
queue
Amazon DynamoDB
table
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
The ABCs of AWS IAM
• I: Identity. AWS IAM lets you create identities in your AWS account
who can make authenticated requests to AWS
• AM: Access Management. AWS IAM is your tool for defining who has
permissions to do what to which resources in IAM.
• IAM is the AWS-wide permissions control system. So you need to
know it.
IAM
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
I is for Identity: Humans  IAM Users
IAM
IAM user
long-term
security
credential
IAM user
long-term
security
credential
Amazon
DynamoDB
Human user
Human user
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
I is for Identity: Robots  IAM Roles
IAM
EC2 instance
Lambda
function
IAM Role
IAM Role
Amazon
DynamoDB
Application
Auto Scaling
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
I is for Identity: Humans with external identities
Amazon
DynamoDB
Corporate
identities
(analysts)
IAM Role:
Developers
Corporate
identities
(developers)
IAM Role:
Analysts
IAM
Corporate
Identification
Provider
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Term: IAM Principal
An IAM Principal is an identity defined within an AWS account.
IAM
IAM Roles IAM Users
IAM Roles authenticate
using short-lived credentials.
IAM Users authenticate
using long-lived credentials
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Term: IAM Policy IAM
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Where does IAM Policy matter?
Everywhere in AWS.
For an authenticated call to succeed:
• The request must have a valid signature for an IAM Principal
• IAM Policy must specifically authorize the call
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS-managed IAM policies IAM
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Reading and Writing IAM Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
“ec2:*"
],
"Resource": "*"
}
]
}
IAM
In English: Allowed to take
all EC2/VPC actions
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Writing more granular IAM Policies:
Actions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:AuthorizeSecurityGroupIngress",
"ec2:RevokeSecurityGroupIngress"
],
"Resource": "*"
}
]
}
IAM
In English: Allowed to
modify Security Group
rules in EC2
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Writing more granular IAM Policies:
Resource-level IAM Policies
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:AuthorizeSecurityGroupIngress",
"ec2:RevokeSecurityGroupIngress"
],
"Resource": [
"arn:aws:ec2:us-east-2:111122223333:security-group/sg-0fedcba987654321"
]
}
]
}
IAM
In English: Allowed to
modify Security Group
rules, for a particular
Security Group
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Term: Amazon Resource Name (ARN)
Resource: A thing in AWS. Examples: S3 bucket, DynamoDB table, EC2
instance, VPC. Even IAM Principals have ARNs.
ARN: A fully-qualified name for that resource, used throughout AWS.
service accountId
arn:aws:ec2:us-east-2:111122223333:security-group/sg-0fedcba987654321
partition region service-specific name
IAM
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Writing more granular IAM Policies:
Conditions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:AuthorizeSecurityGroupIngress",
"ec2:RevokeSecurityGroupIngress"
],
"Resource": "*",
"Condition": {
"StringEquals": {
"ec2:Vpc": [
"arn:aws:ec2:us-east-2:111122223333:vpc/vpc-0123456789abcdef"
]
}
}
]
}
IAM
In English: Allowed to use
modify Security Groups
only in a specific VPC
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Writing more granular IAM Policies:
Conditions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dynamodb:*"
],
"Resource": "*",
"Condition": {
"StringEquals": {
"aws:RequestedRegion": [
"us-east-2"
]
}
}
]
}
IAM
In English: Allowed to use
DynamoDB only in the us-
east-2 region
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Advanced: Putting IAM and VPC security together
VPC Subnet
Availability ZoneAvailability Zone
VPC Subnet
EC2 instances EC2 instances
Amazon S3
bucket
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Example: SSH access to EC2 instances
• VPC security controls used:
• Security Groups
• Routing for least privilege
Availability Zone
EC2 instances
SSH bastion instance
Port 22 (SSH)
Port 22 (SSH)
$ echo "hello world"
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Example: AWS IAM-controlled SSH access to EC2 instances
• Makes use of SSM
Session Manager
• IAM controls used:
• Permissions for users to
SSH to specific instances or
groups
• VPC security controls
used:
• Security Groups
• VPC Endpoints to SSMAvailability Zone
EC2 instances
AWS Systems
Manager
$ echo "hello world"
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Example: Securing serverless workloads
Amazon API
Gateway
Lambda functions
Amazon
DynamoDB
Amazon DynamoDB
Accelerator
Serverless workload with in-VPC
components
IAM controls used:
Least-privilege access on IAM Roles for
Lambda function and DAX cluster
Lambda Functions allow invocation by API
Gateway
VPC Endpoint Policies for DynamoDB
VPC security controls used:
Security Groups
VPC Endpoint for DAXDynamoDB
Port 8111
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
What we didn’t talk about
• Encryption
• Visibility and detective controls
• Higher-level security services
AWS KMS AWS CloudHSM
VPC Flow LogsAWS CloudTrail
Amazon Inspector Amazon
GuardDuty
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Related chalk talk
Wednesday, November 28
NET210-R1: Discuss How to Secure Your Virtual Data Center in the Cloud
5:30 – 6:30 | Venetian, Level 3, Murano 3202
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Related breakouts
Monday, November 26
NET201 – Your Virtual Data Center: VPC Fundamentals and Connectivity Options
4:45 – 5:45 | Venetian, Level 4, Delfino 4002, T2
Wednesday, November 28
NET301 – Best Practies for AWS Private Link
4:45 – 5:45 | Venetion, Level 2, Venetian F
Thank you!
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
Becky Weiss and Alan Halachmi
AWS
© 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.

More Related Content

What's hot

A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018
A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018
A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018Amazon Web Services
 
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...Amazon Web Services
 
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018Amazon Web Services
 
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon Web Services
 
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...Amazon Web Services
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Amazon Web Services
 
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...Amazon Web Services
 
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...Amazon Web Services
 
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...Amazon Web Services
 
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...Amazon Web Services
 
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 VPCAmazon Web Services
 
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...Amazon Web Services
 
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Amazon Web Services
 
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018Amazon Web Services
 
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...Amazon Web Services
 
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Amazon Web Services
 
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...Amazon Web Services
 
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...Amazon Web Services
 
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...Amazon Web Services
 
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...Amazon Web Services
 

What's hot (20)

A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018
A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018
A Chronicle of Airbnb Architecture Evolution (ARC407) - AWS re:Invent 2018
 
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...
Hands-On: Automating AWS Infrastructure with PowerShell (WIN308) - AWS re:Inv...
 
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018
Best Practices for AWS PrivateLink (NET301) - AWS re:Invent 2018
 
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
Amazon VPC: Security at the Speed Of Light (NET313) - AWS re:Invent 2018
 
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...
Discuss How to Secure Your Virtual Data Center in the Cloud (NET210-R1) - AWS...
 
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
Build a Hybrid Cloud Architecture Using AWS Landing Zones (ENT304-R1) - AWS r...
 
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...
Use SD-WAN to Manage Your AWS Environment and Branch Office Connectivity (NET...
 
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...
Stream Video, Analyze It in Real Time, and Share It in Real Time (ANT357) - A...
 
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...
Centralizing DNS Management in a Multi-Account Environment (NET322-R2) - AWS ...
 
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...
Mythical Mysfits: Management and Ops with AWS Fargate (CON322-R1) - AWS re:In...
 
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
 
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...
[NEW LAUNCH!] AWS Transit Gateway and Transit VPCs - Reference Architectures ...
 
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
Extending Data Centers to the Cloud: Connectivity Options and Best Practices ...
 
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018
A Serverless Journey: AWS Lambda Under the Hood (SRV409-R1) - AWS re:Invent 2018
 
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...
Enterprise Governance: Build Your AWS Landing Zone (ENT351-R1) - AWS re:Inven...
 
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
Optimizing Costs as You Scale on AWS (ENT302) - AWS re:Invent 2018
 
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...
Announcing AWS RoboMaker: A New Cloud Robotics Service (ROB201-R) - AWS re:In...
 
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...
Visibility into Serverless Applications built using AWS Fargate (CON312-R1) -...
 
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...
Autonomous DevSecOps: Five Steps to a Self-Driving Cloud (ENT214-S) - AWS re:...
 
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...
Leadership Session: Using DevOps, Microservices, and Serverless to Accelerate...
 

Similar to Securing Your Virtual Data Center in the Cloud (NET202) - AWS re:Invent 2018

Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS SummitPlan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS SummitAmazon Web Services
 
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City Summit
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City SummitPlanificación de arquitecturas de red de AWS - MXO211 - Mexico City Summit
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City SummitAmazon Web Services
 
Network Security and Access Control within AWS
Network Security and Access Control within AWS Network Security and Access Control within AWS
Network Security and Access Control within AWS Amazon Web Services
 
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...Amazon Web Services
 
(ARC403) From One To Many: Evolving VPC Design
(ARC403) From One To Many: Evolving VPC Design(ARC403) From One To Many: Evolving VPC Design
(ARC403) From One To Many: Evolving VPC DesignAmazon Web Services
 
VMware Cloud on AWS – Technical Deep Dive.pdf
VMware Cloud on AWS – Technical Deep Dive.pdfVMware Cloud on AWS – Technical Deep Dive.pdf
VMware Cloud on AWS – Technical Deep Dive.pdfAmazon Web Services
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAmazon Web Services
 
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...Amazon Web Services
 
Secure your AWS Account and your Organization's Accounts
Secure your AWS Account and your Organization's Accounts Secure your AWS Account and your Organization's Accounts
Secure your AWS Account and your Organization's Accounts Amazon Web Services
 
Deep Dive - Hybrid Architectures
Deep Dive - Hybrid ArchitecturesDeep Dive - Hybrid Architectures
Deep Dive - Hybrid ArchitecturesAmazon Web Services
 
AWS SSA Webinar 7 - Getting Started on AWS
AWS SSA Webinar 7 - Getting Started on AWSAWS SSA Webinar 7 - Getting Started on AWS
AWS SSA Webinar 7 - Getting Started on AWSCobus Bernard
 
Sessão Avançada: VMware Cloud na AWS - ENT204 - Sao Paulo Summit
Sessão Avançada: VMware Cloud na AWS -  ENT204 - Sao Paulo SummitSessão Avançada: VMware Cloud na AWS -  ENT204 - Sao Paulo Summit
Sessão Avançada: VMware Cloud na AWS - ENT204 - Sao Paulo SummitAmazon Web Services
 
Simplificando Arquiteturas Microsoft com os Serviços da AWS - ARC204 - Sao P...
Simplificando Arquiteturas Microsoft com os Serviços da AWS -  ARC204 - Sao P...Simplificando Arquiteturas Microsoft com os Serviços da AWS -  ARC204 - Sao P...
Simplificando Arquiteturas Microsoft com os Serviços da AWS - ARC204 - Sao P...Amazon Web Services
 
A Practitioners Guide to Securing Your Cloud
A Practitioners Guide to Securing Your CloudA Practitioners Guide to Securing Your Cloud
A Practitioners Guide to Securing Your CloudAmazon Web Services
 
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS Summit
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS SummitVMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS Summit
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS SummitAmazon Web Services
 
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...Amazon Web Services
 
AWS Networking Fundamentals - SVC304 - Anaheim AWS Summit
AWS Networking Fundamentals - SVC304 - Anaheim AWS SummitAWS Networking Fundamentals - SVC304 - Anaheim AWS Summit
AWS Networking Fundamentals - SVC304 - Anaheim AWS SummitAmazon Web Services
 
AWS SSA Webinar 11 - Getting started on AWS: Security
AWS SSA Webinar 11 - Getting started on AWS: SecurityAWS SSA Webinar 11 - Getting started on AWS: Security
AWS SSA Webinar 11 - Getting started on AWS: SecurityCobus Bernard
 
The Fundamentals of Networking in AWS: VPC and Connectivity Options - Business
The Fundamentals of Networking in AWS: VPC and Connectivity Options - BusinessThe Fundamentals of Networking in AWS: VPC and Connectivity Options - Business
The Fundamentals of Networking in AWS: VPC and Connectivity Options - BusinessAmazon Web Services
 

Similar to Securing Your Virtual Data Center in the Cloud (NET202) - AWS re:Invent 2018 (20)

Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS SummitPlan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
Plan Advanced AWS Networking Architectures - SRV323 - Chicago AWS Summit
 
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City Summit
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City SummitPlanificación de arquitecturas de red de AWS - MXO211 - Mexico City Summit
Planificación de arquitecturas de red de AWS - MXO211 - Mexico City Summit
 
Network Security and Access Control within AWS
Network Security and Access Control within AWS Network Security and Access Control within AWS
Network Security and Access Control within AWS
 
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...
Customer Case Study: Land Registry as a Service in the Cloud - AWS PS Summit ...
 
(ARC403) From One To Many: Evolving VPC Design
(ARC403) From One To Many: Evolving VPC Design(ARC403) From One To Many: Evolving VPC Design
(ARC403) From One To Many: Evolving VPC Design
 
VMware Cloud on AWS – Technical Deep Dive.pdf
VMware Cloud on AWS – Technical Deep Dive.pdfVMware Cloud on AWS – Technical Deep Dive.pdf
VMware Cloud on AWS – Technical Deep Dive.pdf
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
 
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...
Secure Your AWS Account and Your Organization's Accounts - SID202 - Chicago A...
 
Secure your AWS Account and your Organization's Accounts
Secure your AWS Account and your Organization's Accounts Secure your AWS Account and your Organization's Accounts
Secure your AWS Account and your Organization's Accounts
 
Deep Dive - Hybrid Architectures
Deep Dive - Hybrid ArchitecturesDeep Dive - Hybrid Architectures
Deep Dive - Hybrid Architectures
 
AWS SSA Webinar 7 - Getting Started on AWS
AWS SSA Webinar 7 - Getting Started on AWSAWS SSA Webinar 7 - Getting Started on AWS
AWS SSA Webinar 7 - Getting Started on AWS
 
Sessão Avançada: VMware Cloud na AWS - ENT204 - Sao Paulo Summit
Sessão Avançada: VMware Cloud na AWS -  ENT204 - Sao Paulo SummitSessão Avançada: VMware Cloud na AWS -  ENT204 - Sao Paulo Summit
Sessão Avançada: VMware Cloud na AWS - ENT204 - Sao Paulo Summit
 
VMWare Cloud on AWS | Floor 28
VMWare Cloud on AWS | Floor 28VMWare Cloud on AWS | Floor 28
VMWare Cloud on AWS | Floor 28
 
Simplificando Arquiteturas Microsoft com os Serviços da AWS - ARC204 - Sao P...
Simplificando Arquiteturas Microsoft com os Serviços da AWS -  ARC204 - Sao P...Simplificando Arquiteturas Microsoft com os Serviços da AWS -  ARC204 - Sao P...
Simplificando Arquiteturas Microsoft com os Serviços da AWS - ARC204 - Sao P...
 
A Practitioners Guide to Securing Your Cloud
A Practitioners Guide to Securing Your CloudA Practitioners Guide to Securing Your Cloud
A Practitioners Guide to Securing Your Cloud
 
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS Summit
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS SummitVMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS Summit
VMware Cloud on AWS: Technical Deep Dive - SRV341 - Chicago AWS Summit
 
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...
From One to Many: Diving Deeper into Evolving VPC Design (ARC310-R2) - AWS re...
 
AWS Networking Fundamentals - SVC304 - Anaheim AWS Summit
AWS Networking Fundamentals - SVC304 - Anaheim AWS SummitAWS Networking Fundamentals - SVC304 - Anaheim AWS Summit
AWS Networking Fundamentals - SVC304 - Anaheim AWS Summit
 
AWS SSA Webinar 11 - Getting started on AWS: Security
AWS SSA Webinar 11 - Getting started on AWS: SecurityAWS SSA Webinar 11 - Getting started on AWS: Security
AWS SSA Webinar 11 - Getting started on AWS: Security
 
The Fundamentals of Networking in AWS: VPC and Connectivity Options - Business
The Fundamentals of Networking in AWS: VPC and Connectivity Options - BusinessThe Fundamentals of Networking in AWS: VPC and Connectivity Options - Business
The Fundamentals of Networking in AWS: VPC and Connectivity Options - Business
 

More from Amazon Web Services

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...Amazon Web Services
 
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...Amazon Web Services
 
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 FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
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 Amazon Web Services
 
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...Amazon Web Services
 
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...Amazon Web Services
 
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 WorkloadsAmazon Web Services
 
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 sfatareAmazon Web Services
 
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 NodeJSAmazon Web Services
 
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 webAmazon Web Services
 
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 sfatareAmazon 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 AWSAmazon 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 DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon 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
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon Web Services
 

More from 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
 

Securing Your Virtual Data Center in the Cloud (NET202) - AWS re:Invent 2018

  • 1.
  • 2. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Securing Your Virtual Data Center in the Cloud Becky Weiss Senior Principal Engineer AWS Identity N E T 2 0 2 Alan Halachmi Senior Manager, Solutions Architecture AWS Worldwide Public Sector
  • 3. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Agenda: Bootstrap your cloud security know-how Quickly get up to speed with AWS’s network- and identity-based security controls Recognize the repeatable patterns for securing your AWS resources See some examples AWS cloud IAM VPC controls
  • 5. AWS region Availability Zone Availability Zone Availability Zone
  • 6. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud
  • 7. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet
  • 8. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance
  • 9. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance
  • 10. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby
  • 11. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service
  • 12. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service
  • 13. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 14. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 15. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Services for securing AWS resources If it’s in your VPC: • VPC network security controls • Identity and Access Management (IAM) permissions If it’s not in your VPC: • Identity and Access Management (IAM) permissions
  • 16. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table $ dig mydatabase.cumxp40klozz.us- east-2.rds.amazonaws.com +short 10.0.51.81
  • 17. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table $ dig sqs.us-east-2.amazonaws.com +short 52.95.18.51
  • 18. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 19. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 20. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Secure connectivity with Amazon VPC • Security Groups: Authorize only the traffic you expect • Routing: Route traffic headed out of your VPC only to expected destinations • Gateways: Create points of connectivity with specific scopes of access virtual private cloud VPC subnet
  • 21. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Secure connectivity with Amazon VPC • Security Groups: Authorize only the traffic you expect • Routing: Route traffic headed out of your VPC only to expected destinations • Gateways: Create points of connectivity with specific scopes of access virtual private cloud VPC subnet
  • 22. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups: Stateful network firewalls Application Load Balancer Backend EC2 instances Amazon RDS database Security Group sg-08eec15c2101526a1 Security Group sg-0bbef9ea1db9d2ddf Security Group sg-0b0a4f8118aa5d450 Port 443 (HTTPS) Port 8443 (HTTPS) Port 3306 (MySQL)
  • 23. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups: Stateful network firewalls Application Load Balancer Backend EC2 instances Security Group sg-08eec15c2101526a1 Security Group sg-0bbef9ea1db9d2ddf Security Group sg-0b0a4f8118aa5d450 Port 443 (HTTPS) Port 8443 (HTTPS) Port 3306 (MySQL) Amazon RDS database
  • 24. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups: Stateful network firewalls Application Load Balancer Backend EC2 instances Amazon RDS database Security Group sg-08eec15c2101526a1 Security Group sg-0bbef9ea1db9d2ddf Security Group sg-0b0a4f8118aa5d450 Port 443 (HTTPS) Port 8443 (HTTPS) Port 3306 (MySQL)
  • 25. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Security Groups: Stateful network firewalls Application Load Balancer Backend EC2 instances Amazon RDS database Security Group sg-08eec15c2101526a1 Security Group sg-0bbef9ea1db9d2ddf Security Group sg-0b0a4f8118aa5d450 Port 443 (HTTPS) Port 8443 (HTTPS) Port 3306 (MySQL)
  • 26. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Secure connectivity with Amazon VPC • Security Groups: Authorize only the traffic you expect • Routing: Route traffic headed out of your VPC only to expected destinations • Gateways: Create points of connectivity with specific scopes of access virtual private cloud VPC subnet
  • 27. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing for least-privilege connectivity Availability Zone Availability Zone Availability Zone VPC Subnet: 10.0.1.0/24 VPC Subnet: 10.0.51.0/24 VPC Subnet: 10.0.2.0/24 VPC Subnet: 10.0.52.0/24 VPC Subnet: 10.0.3.0/24 VPC Subnet: 10.0.53.0/24
  • 28. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing for least-privilege connectivity Availability Zone VPC Subnet: 10.0.2.0/24 VPC Subnet: 10.0.52.0/24
  • 29. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing: No outbound connectivity Availability Zone VPC Subnet: 10.0.2.0/24 VPC Subnet: 10.0.52.0/24 AWS Elasticache - RedisEC2 instances
  • 30. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing: Full internet connectivity Availability Zone VPC Subnet: 10.0.2.0/24 VPC Subnet: 10.0.52.0/24 AWS Elasticache - RedisEC2 instances Application Load Balancer Public-facing EC2 instance Internet gateway Public IP address
  • 31. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing: Outbound-only internet connectivity Availability Zone VPC Subnet: 10.0.2.0/24 VPC Subnet: 10.0.52.0/24 AWS Elasticache - RedisEC2 instances Internet gateway Public IP address VPC NAT gateway
  • 32. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Routing for least privilege: Summary • AWS offers a variety of routing options • Determine the different routing needs of different parts of your workload, and put them in different subnets • Have only the routes you need in each subnet.
  • 33. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Secure connectivity with Amazon VPC • Security Groups: Authorize only the traffic you expect • Routing: Route traffic headed out of your VPC only to expected destinations • Gateways: Create points of connectivity with specific scopes of access virtual private cloud VPC subnet
  • 34. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC Endpoints for secure cross-account connectivity Network Load Balancer VPC Subnet Availability Zone Availability Zone VPC Subnet 10.0.51.129 10.0.52.39 $ dig vpce-0622f1c0e5b3ccf9b-wzu403mr.vpce-svc-05af39ae671fc730e.us-east-2.vpce.amazonaws.com +short 10.0.51.129
  • 35. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC Endpoints for secure cross-account connectivity Network Load Balancer
  • 36. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC Endpoints for private connectivity to AWS services: Interface Endpoints VPC Subnet Availability ZoneAvailability Zone VPC Subnet EC2 instances EC2 instances Amazon CloudWatch Logs Internet gateway $ dig logs.us-east-2.amazonaws.com +short 52.95.20.179
  • 37. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC NAT gateway VPC Endpoints for private connectivity to AWS services: Interface Endpoints VPC Subnet Availability ZoneAvailability Zone VPC Subnet EC2 instances EC2 instances Amazon CloudWatch Logs $ dig logs.us-east-2.amazonaws.com +short 52.95.20.179
  • 38. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Creating an Interface VPC Endpoint
  • 39. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC Endpoints for private connectivity to AWS services: Interface Endpoints VPC Subnet Availability ZoneAvailability Zone VPC Subnet EC2 instances EC2 instances Amazon CloudWatch Logs $ dig logs.us-east-2.amazonaws.com +short 10.55.2.191
  • 40. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. VPC Endpoints for private connectivity to AWS services: Gateway Endpoints VPC Subnet Availability ZoneAvailability Zone VPC Subnet EC2 instances EC2 instances Amazon S3
  • 41. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 42. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 43. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 44. AWS region Availability Zone Availability Zone Availability Zone virtual private cloud VPC subnet VPC subnet VPC subnet EC2 instance EC2 instance EC2 instance RDS DB instance RDSDB instancestandby AWS Directory Service AWS Directory Service Amazon S3 bucket Amazon SQS queue Amazon DynamoDB table
  • 45. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. The ABCs of AWS IAM • I: Identity. AWS IAM lets you create identities in your AWS account who can make authenticated requests to AWS • AM: Access Management. AWS IAM is your tool for defining who has permissions to do what to which resources in IAM. • IAM is the AWS-wide permissions control system. So you need to know it. IAM
  • 46. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. I is for Identity: Humans  IAM Users IAM IAM user long-term security credential IAM user long-term security credential Amazon DynamoDB Human user Human user
  • 47. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. I is for Identity: Robots  IAM Roles IAM EC2 instance Lambda function IAM Role IAM Role Amazon DynamoDB Application Auto Scaling
  • 48. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. I is for Identity: Humans with external identities Amazon DynamoDB Corporate identities (analysts) IAM Role: Developers Corporate identities (developers) IAM Role: Analysts IAM Corporate Identification Provider
  • 49. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Term: IAM Principal An IAM Principal is an identity defined within an AWS account. IAM IAM Roles IAM Users IAM Roles authenticate using short-lived credentials. IAM Users authenticate using long-lived credentials
  • 50. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Term: IAM Policy IAM
  • 51. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where does IAM Policy matter? Everywhere in AWS. For an authenticated call to succeed: • The request must have a valid signature for an IAM Principal • IAM Policy must specifically authorize the call
  • 52. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. AWS-managed IAM policies IAM
  • 53. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Reading and Writing IAM Policy { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ “ec2:*" ], "Resource": "*" } ] } IAM In English: Allowed to take all EC2/VPC actions
  • 54. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Writing more granular IAM Policies: Actions { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:AuthorizeSecurityGroupIngress", "ec2:RevokeSecurityGroupIngress" ], "Resource": "*" } ] } IAM In English: Allowed to modify Security Group rules in EC2
  • 55. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Writing more granular IAM Policies: Resource-level IAM Policies { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:AuthorizeSecurityGroupIngress", "ec2:RevokeSecurityGroupIngress" ], "Resource": [ "arn:aws:ec2:us-east-2:111122223333:security-group/sg-0fedcba987654321" ] } ] } IAM In English: Allowed to modify Security Group rules, for a particular Security Group
  • 56. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Term: Amazon Resource Name (ARN) Resource: A thing in AWS. Examples: S3 bucket, DynamoDB table, EC2 instance, VPC. Even IAM Principals have ARNs. ARN: A fully-qualified name for that resource, used throughout AWS. service accountId arn:aws:ec2:us-east-2:111122223333:security-group/sg-0fedcba987654321 partition region service-specific name IAM
  • 57. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Writing more granular IAM Policies: Conditions { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "ec2:AuthorizeSecurityGroupIngress", "ec2:RevokeSecurityGroupIngress" ], "Resource": "*", "Condition": { "StringEquals": { "ec2:Vpc": [ "arn:aws:ec2:us-east-2:111122223333:vpc/vpc-0123456789abcdef" ] } } ] } IAM In English: Allowed to use modify Security Groups only in a specific VPC
  • 58. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Writing more granular IAM Policies: Conditions { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "dynamodb:*" ], "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": [ "us-east-2" ] } } ] } IAM In English: Allowed to use DynamoDB only in the us- east-2 region
  • 59. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Advanced: Putting IAM and VPC security together VPC Subnet Availability ZoneAvailability Zone VPC Subnet EC2 instances EC2 instances Amazon S3 bucket
  • 60. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 61. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Example: SSH access to EC2 instances • VPC security controls used: • Security Groups • Routing for least privilege Availability Zone EC2 instances SSH bastion instance Port 22 (SSH) Port 22 (SSH) $ echo "hello world"
  • 62. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Example: AWS IAM-controlled SSH access to EC2 instances • Makes use of SSM Session Manager • IAM controls used: • Permissions for users to SSH to specific instances or groups • VPC security controls used: • Security Groups • VPC Endpoints to SSMAvailability Zone EC2 instances AWS Systems Manager $ echo "hello world"
  • 63. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Example: Securing serverless workloads Amazon API Gateway Lambda functions Amazon DynamoDB Amazon DynamoDB Accelerator Serverless workload with in-VPC components IAM controls used: Least-privilege access on IAM Roles for Lambda function and DAX cluster Lambda Functions allow invocation by API Gateway VPC Endpoint Policies for DynamoDB VPC security controls used: Security Groups VPC Endpoint for DAXDynamoDB Port 8111
  • 64. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.
  • 65. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. What we didn’t talk about • Encryption • Visibility and detective controls • Higher-level security services AWS KMS AWS CloudHSM VPC Flow LogsAWS CloudTrail Amazon Inspector Amazon GuardDuty
  • 66. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Related chalk talk Wednesday, November 28 NET210-R1: Discuss How to Secure Your Virtual Data Center in the Cloud 5:30 – 6:30 | Venetian, Level 3, Murano 3202
  • 67. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Related breakouts Monday, November 26 NET201 – Your Virtual Data Center: VPC Fundamentals and Connectivity Options 4:45 – 5:45 | Venetian, Level 4, Delfino 4002, T2 Wednesday, November 28 NET301 – Best Practies for AWS Private Link 4:45 – 5:45 | Venetion, Level 2, Venetian F
  • 68. Thank you! © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Becky Weiss and Alan Halachmi AWS
  • 69. © 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved.