SlideShare a Scribd company logo
AWS Security Best Practices & 
Design Patterns 
Bill Shinn 
Principal Security Solutions Architect
1. Network Security Best Practices 
2. Security Design Patterns 
3. Reducing the Use of Long-term, Privileged Credentials
1. Network Security Best Practices 
2. Security Design Patterns 
3. Reducing the Use of Long-term, Privileged Credentials
AWS lets customers choose where their content goes 
Region 
US-WEST (N. California) EU-WEST (Ireland) 
ASIA PAC 
(Tokyo) 
ASIA PAC 
(Singapore) 
US-WEST (Oregon) 
US-EAST (Virginia) 
SOUTH AMERICA (Sao 
Paulo) 
GOV CLOUD 
ASIA PAC 
(Sydney)
Take advantage of high availability in every Region 
Availability Zone 
US-WEST (N. California) EU-WEST (Ireland) 
ASIA PAC 
(Tokyo) 
ASIA PAC (Bejing) 
ASIA PAC 
(Singapore) 
US-WEST (Oregon) 
US-EAST (Virginia) 
SOUTH AMERICA (Sao 
Paulo) 
GOV CLOUD 
ASIA PAC 
(Sydney)
Use edge locations to serve content close to your customers 
Edge Locations 
Seattle 
Los Angeles (2) Jacksonville 
Dallas(2) 
St.Louis 
Miami 
Palo Alto 
London(2) 
Ashburn(2) 
Newark 
New York (2) 
Dublin 
Amsterdam 
Stockholm 
Frankfurt(2) 
Paris(2) 
Singapore(2) 
Tokyo 
Hong Kong 
Sao Paulo 
South Bend 
San Jose 
Osaka 
Milan 
Sydney 
Mumbai 
Chennai
Amazon EC2 Instance Isolation 
Customer 1 
Customer 2 Customer n … 
Physical Interfaces 
Hypervisor 
Virtual Interfaces 
… 
Firewall 
Customer 1 
Security Groups 
Customer 2 
Security Groups 
Customer n 
Security Groups
Web Tier 
Application Tier 
Database Tier 
Only specific ports 
open to the Internet 
Staff can limit app tier 
access to a 
bastion/management tier 
Sync with on-premises 
All other Internet ports 
blocked by default 
database 
Amazon EC2 
Security Group 
Firewall 
VPC Security Groups
VPC Network Security Controls
VPC Hybrid Architecture
Defense-in-Depth Architecture 
Corporate Data center 
Internet 
Existing 
Perimeter 
Internet 
Gateway 
AWS Direct 
Connect 
VPN Security Stack 
Customer 
GW
DB Tier App Tier Web Tier Protect Tier 
Route Table 
IAM 
NACL 
Internet 
Gateway 
VPN 
Internet 
Existing 
Perimeter 
Security 
Stack 
Corporate 
Data center 
VPN 
AWS 
DX CGW 
Network Protection
DB Tier App Tier Web Tier Protect Tier 
IAM 
Internet 
Gateway 
VPN 
Internet 
Existing 
Perimeter 
Security 
Stack 
Corporate 
Data center 
VPN 
AWS 
DX CGW 
Instance 
Auto Scaling 
Host Security 
Software 
SSH Keys 
Managed 
Encryption 
AMIs 
Bastion Host Bootstrapping 
CloudFront 
Load Distro 
Penetration 
Testing 
Instance Protection
DB Tier App Tier Web Tier Protect Tier 
IAM 
Internet 
Gateway 
VP 
N 
Internet 
Existing 
Perimeter 
Security 
Stack 
Corporate 
Data center 
VPN 
AWS 
DX CGW 
Database 
Oracle TDE 
MySQL, MS-SQL 
SSL 
Oracle NNE 
Redshfit 
Cluster 
Encryption 
RDS Auto 
Minor Patching 
SQL SSL 
Clients 
DynamoDB, 
SimpleDB SSL 
EMR Job Flow 
Roles 
Database Protection
DB App Web Protect 
In-line Threat Management: 
Bastion Host 
Protect Tier Bastion
DB App Web Protect 
In-line Threat Management: 
IPS/IDS NAT HA 
EIP 
1 
EIP 
2 
IPS NAT Layer 
EIP 
3 
EIP 
4 
App Layer 
IPS NAT Layer 
App Layer 
Availability Zone A Availability Zone B
DB Tier App Tier Web Tier Protect Tier 
IAM 
S3 
CloudFront 
Route Table 
NACL 
Internet 
Gateway 
Internet 
Existing 
Perimeter 
Security 
Stack 
VPN Corporate 
Data center 
VPN 
AWS 
DX CGW
End Users/Students/Researchers Internet 
VPC CIDR 10.10.0.0/16 
Gateway 
AZ A AZ B 
VPC Public Subnet 10.10.1.0/24 VPC Public Subnet 10.10.2.0/24 
Public ELB 
Autoscaling 
Web Tier 
Internal ELB 
Autoscaling 
Application Tier 
VPC Private Subnet 10.10.3.0/24 VPC Private Subnet 10.10.4.0/24 
RDS 
Master 
RDS 
Standby 
Snapshots 
VPC Private Subnet 10.10.5.0/24 VPC Private Subnet 10.10.6.0/24 
Web App Hosting 
in VPC 
Multi-AZ RDS 
Data Tier 
Existing 
Datacenter 
VPN Connection 
Virtual 
Private 
Gateway 
Customer 
Gateway 
Or 
Direct Connect 
Network 
Partner 
Location 
Administrators & 
Campus Users 
Static/ 
Streaming 
Content 
CloudFront 
S3
Internet 
Route 53 Gateway 
AZ A AZ B 
SG: ELBSecurityGroup 
VPC Public Subnet 10.40.1.0/24 Public ELB in 
VPC Public Subnet 10.40.2.0/24 
TCP mode w/ Proxy Protocol 
SG: 
HAProxySecurityGroup 
HAProxy tier – if needed, session state 
managed via client-side cookie inserted by 
HAProxy. HAProxy nodes route to web server 
where user session exists, regardless of 
which HAProxy instance ELB directs client to. 
SSL termination/re-encryption. Keys stored in 
S3, retrieved by CloudFormation at system 
launch using entitlements of IAM role for EC2. 
Support for Proxy Protocol, x-forwarded-for, 
and JSESSION cookie (appsession) for sticky 
sessions via hashtable if needed. 
HAProxy/ 
Public 
SSL 
HAProxy/P 
ublic SSL 
HAProxy/P 
ublic SSL 
HAProxy/P 
ublic SSL 
VPC Private Subnet 10.40.3.0/24 VPC Private Subnet 10.40.4.0/24 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
SG: WebSecurityGroup 
HAProxy tier performs backend encryption 
between HAProxy nodes and Tomcat nodes. 
Keys stored in S3, retrieved by 
CloudFormation at system launch using 
entitlements of IAM role for EC2. 
VPC Private Subnet 10.40.5.0/24 VPC Private Subnet 10.40.6.0/24
Internet 
Route 53 Gateway 
AZ A AZ B 
SG: HAProxySecurityGroup 
HAProxy tier – if needed, session state 
managed via client-side cookie inserted by 
HAProxy. HAProxy nodes route to web server 
where user session exists, regardless of 
which HAProxy instance ELB directs client to. 
SSL termination/re-encryption. Keys stored in 
S3, retrieved by CloudFormation at system 
launch using entitlements of IAM role for EC2. 
Support for Proxy Protocol, x-forwarded-for, 
and JSESSION cookie (appsession) for sticky 
sessions via hashtable if needed. 
HAProxy/ 
Public 
SSL 
HAProxy/P 
ublic SSL 
HAProxy/P 
ublic SSL 
HAProxy/P 
ublic SSL 
VPC Public Subnet 10.40.3.0/24 VPC Public Subnet 10.40.4.0/24 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
Tomcat/P 
rivate 
SSL 
SG: WebSecurityGroup 
HAProxy tier performs backend encryption 
between HAProxy nodes and Tomcat nodes. 
Keys stored in S3, retrieved by 
CloudFormation at system launch using 
entitlements of IAM role for EC2. 
VPC Private Subnet 10.40.5.0/24 VPC Private Subnet 10.40.6.0/24
VPC Best Practices 
Leverage existing governance 
• Address space allocation 
• Internet access policies 
• Management of routing protocol and route advertisements 
IAM policies for VPC actions 
• Separation of duties 
• Authentication & authorization enforcement 
Network Filtering 
• Use security groups for stateful network packet filtering 
• Use stateless network ACLs for separation of duties and coarse-grained 
management 
Connecting VPCs 
• Hub and Spoke using Direct Connect 
• VPN Hub and Spoke 
• VPC Peering
EC2 Resource Permissions 
Assign permissions to EC2 Resources 
Instance 
Snapshot 
Volume 
Combine with existing permissions and policies based on EC2 Actions 
to create extremely fine-grained polices for managing AWS resources. 
Leverage Tagging and attribute-driven conditions 
Tags such as “Production” or “AppName” 
Overlay organizational structure such as cost centers or departments 
Require dedicated tenancy as a condition 
Additional EC2 resources and conditions added through 2014.
1. Network Security Best Practices 
2. Security Design Patterns 
3. Reducing the Use of Long-term, Privileged Credentials
Agile Network Architecture 
Update and change private network 
addressing, subnets, route tables and 
administrative control of network functions 
to move systems and applications in 
response to vulnerabilities, regulatory 
changes, project partnerships, etc. 
Security 
Groups 
Use named security groups to logically 
control access between systems of like 
trust or based on data classification. 
Security attributes of system move with 
the system independent of network 
location. Relocate systems via API call to 
address changing threat environment. 
Amazon VPC 
+
Non-Persistent Platforms 
Auto-scaling groups will ensure that 
capacity is predictable while you rotate 
out portions of the environment. You can 
also swap out the base AMI in an auto-scaling 
launch configuration with a freshly 
patched one, then progressively kill off 
stale instances. 
Changing the paradigm of what a target 
or attack surface looks like. Automation 
around Amazon Machine Image creation 
and bootstrapping with tools like AWS 
OpsWorks, Amazon Elastic Beanstalk, 
Chef or Puppet means you can constantly 
lay down a moving target. 
Amazon Auto-scaling 
Groups 
AWS Elastic 
Compute Cloud 
+
Standardized Environments & Change Detection 
AWS SDKs 
Interrogate and describe entire 
environment with Java, Python, .NET, 
Ruby, PHP or other SDKs. Detect change 
in standardized environment 
programmatically and integrate with 
existing asset and SIEM workflows. 
Use CloudFormation to create an 
environment that mirrors your security 
standards. One API call results in 
hardened AMIs with base security 
controls installed, predictable firewall and 
network configuration, and appropriately 
defined access and roles. 
+ 
AWS 
CloudFormation
Instance Identity 
Security token service generates unique 
credentials and constantly rotates an 
additional token. 
Identity and Access Management roles for 
EC2 instances provide entitlements to the 
instance itself. Credentials are presented 
through a RESTful meta-data service 
accessible only on the local host. 
Credentials can be leveraged by apps 
that need to call AWS APIs, retrieve data 
from S3, etc. Native integration with SDKs 
and CLI tools. 
Security Token Service 
+ 
Identity 
Management
Consolidated API Logging 
Log archival solution for life-cycle 
management. 
CloudTrail provides increased visibility 
into your user activity by recording AWS 
API calls. Integration with Amazon SNS 
and ecosystem partners facilitates 
analytics. 
Provides logging up and down the stack 
in one place (storage, networking, 
instances, identity). 
Amazon S3 + Glacier 
+ 
AWS CloudTrail

More Related Content

What's hot

AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
Amazon Web Services
 
AWS Security Best Practices
AWS Security Best PracticesAWS Security Best Practices
AWS Security Best Practices
Amazon Web Services
 
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 ...
Amazon Web Services
 
Security Architectures on AWS
Security Architectures on AWSSecurity Architectures on AWS
Security Architectures on AWS
Amazon Web Services
 
AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
Crishantha Nanayakkara
 
AWS Systems manager 2019
AWS Systems manager 2019AWS Systems manager 2019
AWS Systems manager 2019
John Varghese
 
Become an AWS IAM Policy Ninja
Become an AWS IAM Policy NinjaBecome an AWS IAM Policy Ninja
Become an AWS IAM Policy Ninja
Amazon Web Services
 
Amazon Cognito Deep Dive
Amazon Cognito Deep DiveAmazon Cognito Deep Dive
Amazon Cognito Deep Dive
Amazon Web Services
 
Deep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems ManagerDeep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems Manager
Amazon Web Services
 
[AWS Builders] AWS상의 보안 위협 탐지 및 대응
[AWS Builders] AWS상의 보안 위협 탐지 및 대응[AWS Builders] AWS상의 보안 위협 탐지 및 대응
[AWS Builders] AWS상의 보안 위협 탐지 및 대응
Amazon Web Services Korea
 
AWS Systems Manager
AWS Systems ManagerAWS Systems Manager
AWS Systems Manager
Crishantha Nanayakkara
 
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
Amazon Web Services
 
Cost Optimisation on AWS
Cost Optimisation on AWSCost Optimisation on AWS
Cost Optimisation on AWS
Amazon Web Services
 
Introduction to AWS Organizations
Introduction to AWS OrganizationsIntroduction to AWS Organizations
Introduction to AWS Organizations
Amazon Web Services
 
AWS Cloud Formation
AWS Cloud FormationAWS Cloud Formation
AWS Cloud Formation
Mahesh Raj
 
Amazon GuardDuty Lab
Amazon GuardDuty LabAmazon GuardDuty Lab
Amazon GuardDuty Lab
Amazon Web Services
 
Deep dive into AWS IAM
Deep dive into AWS IAMDeep dive into AWS IAM
Deep dive into AWS IAM
Amazon Web Services
 
AWS Cloud Watch
AWS Cloud WatchAWS Cloud Watch
AWS Cloud Watch
zekeLabs Technologies
 
Using AWS Control Tower to govern multi-account AWS environments at scale - G...
Using AWS Control Tower to govern multi-account AWS environments at scale - G...Using AWS Control Tower to govern multi-account AWS environments at scale - G...
Using AWS Control Tower to govern multi-account AWS environments at scale - G...
Amazon Web Services
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
Jason Poley
 

What's hot (20)

AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
 
AWS Security Best Practices
AWS Security Best PracticesAWS Security Best Practices
AWS Security Best Practices
 
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 ...
 
Security Architectures on AWS
Security Architectures on AWSSecurity Architectures on AWS
Security Architectures on AWS
 
AWS Security Hub
AWS Security HubAWS Security Hub
AWS Security Hub
 
AWS Systems manager 2019
AWS Systems manager 2019AWS Systems manager 2019
AWS Systems manager 2019
 
Become an AWS IAM Policy Ninja
Become an AWS IAM Policy NinjaBecome an AWS IAM Policy Ninja
Become an AWS IAM Policy Ninja
 
Amazon Cognito Deep Dive
Amazon Cognito Deep DiveAmazon Cognito Deep Dive
Amazon Cognito Deep Dive
 
Deep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems ManagerDeep Dive on Amazon EC2 Systems Manager
Deep Dive on Amazon EC2 Systems Manager
 
[AWS Builders] AWS상의 보안 위협 탐지 및 대응
[AWS Builders] AWS상의 보안 위협 탐지 및 대응[AWS Builders] AWS상의 보안 위협 탐지 및 대응
[AWS Builders] AWS상의 보안 위협 탐지 및 대응
 
AWS Systems Manager
AWS Systems ManagerAWS Systems Manager
AWS Systems Manager
 
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
 
Cost Optimisation on AWS
Cost Optimisation on AWSCost Optimisation on AWS
Cost Optimisation on AWS
 
Introduction to AWS Organizations
Introduction to AWS OrganizationsIntroduction to AWS Organizations
Introduction to AWS Organizations
 
AWS Cloud Formation
AWS Cloud FormationAWS Cloud Formation
AWS Cloud Formation
 
Amazon GuardDuty Lab
Amazon GuardDuty LabAmazon GuardDuty Lab
Amazon GuardDuty Lab
 
Deep dive into AWS IAM
Deep dive into AWS IAMDeep dive into AWS IAM
Deep dive into AWS IAM
 
AWS Cloud Watch
AWS Cloud WatchAWS Cloud Watch
AWS Cloud Watch
 
Using AWS Control Tower to govern multi-account AWS environments at scale - G...
Using AWS Control Tower to govern multi-account AWS environments at scale - G...Using AWS Control Tower to govern multi-account AWS environments at scale - G...
Using AWS Control Tower to govern multi-account AWS environments at scale - G...
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
 

Similar to AWS Security Best Practices and Design Patterns

Staying Secure in the Cloud
Staying Secure in the CloudStaying Secure in the Cloud
Staying Secure in the Cloud
Amazon Web Services
 
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
Amazon Web Services
 
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
Amazon Web Services
 
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Autodesk
 
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
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
Amazon Web Services
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
Amazon Web Services
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
Amazon Web Services
 
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS
Deploy a DoD Secure Cloud Computing Architecture Environment in AWSDeploy a DoD Secure Cloud Computing Architecture Environment in AWS
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS
Amazon Web Services
 
Getting Started with AWS Security
Getting Started with AWS SecurityGetting Started with AWS Security
Getting Started with AWS Security
Amazon Web Services
 
Deep Dive - Hybrid Architectures
Deep Dive - Hybrid ArchitecturesDeep Dive - Hybrid Architectures
Deep Dive - Hybrid Architectures
Amazon Web Services
 
Best Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWSBest Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWS
Zlatan Dzinic
 
Security on AWS
Security on AWSSecurity on AWS
Security on AWS
Amazon Web Services
 
AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013
Amazon Web Services
 
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
Amazon Web Services
 
Secure your critical workload on AWS
Secure your critical workload on AWSSecure your critical workload on AWS
Secure your critical workload on AWS
Amazon Web Services
 
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
Amazon Web Services
 
Best Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWSBest Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWS
Amazon Web Services
 
Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"
Amazon Web Services LATAM
 
Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"
Amazon Web Services LATAM
 

Similar to AWS Security Best Practices and Design Patterns (20)

Staying Secure in the Cloud
Staying Secure in the CloudStaying Secure in the Cloud
Staying Secure in the Cloud
 
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
(HLS401) Architecting for HIPAA Compliance on AWS | AWS re:Invent 2014
 
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS | AWS Pub...
 
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
Forge - DevCon 2016: Developing & Deploying Secure, Scalable Applications on ...
 
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
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
 
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS
Deploy a DoD Secure Cloud Computing Architecture Environment in AWSDeploy a DoD Secure Cloud Computing Architecture Environment in AWS
Deploy a DoD Secure Cloud Computing Architecture Environment in AWS
 
Getting Started with AWS Security
Getting Started with AWS SecurityGetting Started with AWS Security
Getting Started with AWS Security
 
Deep Dive - Hybrid Architectures
Deep Dive - Hybrid ArchitecturesDeep Dive - Hybrid Architectures
Deep Dive - Hybrid Architectures
 
Best Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWSBest Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWS
 
Security on AWS
Security on AWSSecurity on AWS
Security on AWS
 
AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013
 
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
AWS re:Invent 2016: Managing and Supporting the Windows Platform on AWS (GPSS...
 
Secure your critical workload on AWS
Secure your critical workload on AWSSecure your critical workload on AWS
Secure your critical workload on AWS
 
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
AWS Public Sector Symposium 2014 Canberra | Security as an Enabler: Improving...
 
Best Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWSBest Practices for Deploying Microsoft Workloads on AWS
Best Practices for Deploying Microsoft Workloads on AWS
 
Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"
 
Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"Herramientas Cloud Ninja AWS "From Zero to Hero"
Herramientas Cloud Ninja AWS "From Zero to Hero"
 

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 Fargate
Amazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
Amazon 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
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
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 Workloads
Amazon Web Services
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
Amazon 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 sfatare
Amazon 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 NodeJS
Amazon 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 web
Amazon 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 sfatare
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 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 Service
Amazon 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
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 

AWS Security Best Practices and Design Patterns

  • 1. AWS Security Best Practices & Design Patterns Bill Shinn Principal Security Solutions Architect
  • 2. 1. Network Security Best Practices 2. Security Design Patterns 3. Reducing the Use of Long-term, Privileged Credentials
  • 3. 1. Network Security Best Practices 2. Security Design Patterns 3. Reducing the Use of Long-term, Privileged Credentials
  • 4. AWS lets customers choose where their content goes Region US-WEST (N. California) EU-WEST (Ireland) ASIA PAC (Tokyo) ASIA PAC (Singapore) US-WEST (Oregon) US-EAST (Virginia) SOUTH AMERICA (Sao Paulo) GOV CLOUD ASIA PAC (Sydney)
  • 5. Take advantage of high availability in every Region Availability Zone US-WEST (N. California) EU-WEST (Ireland) ASIA PAC (Tokyo) ASIA PAC (Bejing) ASIA PAC (Singapore) US-WEST (Oregon) US-EAST (Virginia) SOUTH AMERICA (Sao Paulo) GOV CLOUD ASIA PAC (Sydney)
  • 6. Use edge locations to serve content close to your customers Edge Locations Seattle Los Angeles (2) Jacksonville Dallas(2) St.Louis Miami Palo Alto London(2) Ashburn(2) Newark New York (2) Dublin Amsterdam Stockholm Frankfurt(2) Paris(2) Singapore(2) Tokyo Hong Kong Sao Paulo South Bend San Jose Osaka Milan Sydney Mumbai Chennai
  • 7. Amazon EC2 Instance Isolation Customer 1 Customer 2 Customer n … Physical Interfaces Hypervisor Virtual Interfaces … Firewall Customer 1 Security Groups Customer 2 Security Groups Customer n Security Groups
  • 8. Web Tier Application Tier Database Tier Only specific ports open to the Internet Staff can limit app tier access to a bastion/management tier Sync with on-premises All other Internet ports blocked by default database Amazon EC2 Security Group Firewall VPC Security Groups
  • 11. Defense-in-Depth Architecture Corporate Data center Internet Existing Perimeter Internet Gateway AWS Direct Connect VPN Security Stack Customer GW
  • 12. DB Tier App Tier Web Tier Protect Tier Route Table IAM NACL Internet Gateway VPN Internet Existing Perimeter Security Stack Corporate Data center VPN AWS DX CGW Network Protection
  • 13. DB Tier App Tier Web Tier Protect Tier IAM Internet Gateway VPN Internet Existing Perimeter Security Stack Corporate Data center VPN AWS DX CGW Instance Auto Scaling Host Security Software SSH Keys Managed Encryption AMIs Bastion Host Bootstrapping CloudFront Load Distro Penetration Testing Instance Protection
  • 14. DB Tier App Tier Web Tier Protect Tier IAM Internet Gateway VP N Internet Existing Perimeter Security Stack Corporate Data center VPN AWS DX CGW Database Oracle TDE MySQL, MS-SQL SSL Oracle NNE Redshfit Cluster Encryption RDS Auto Minor Patching SQL SSL Clients DynamoDB, SimpleDB SSL EMR Job Flow Roles Database Protection
  • 15. DB App Web Protect In-line Threat Management: Bastion Host Protect Tier Bastion
  • 16. DB App Web Protect In-line Threat Management: IPS/IDS NAT HA EIP 1 EIP 2 IPS NAT Layer EIP 3 EIP 4 App Layer IPS NAT Layer App Layer Availability Zone A Availability Zone B
  • 17. DB Tier App Tier Web Tier Protect Tier IAM S3 CloudFront Route Table NACL Internet Gateway Internet Existing Perimeter Security Stack VPN Corporate Data center VPN AWS DX CGW
  • 18. End Users/Students/Researchers Internet VPC CIDR 10.10.0.0/16 Gateway AZ A AZ B VPC Public Subnet 10.10.1.0/24 VPC Public Subnet 10.10.2.0/24 Public ELB Autoscaling Web Tier Internal ELB Autoscaling Application Tier VPC Private Subnet 10.10.3.0/24 VPC Private Subnet 10.10.4.0/24 RDS Master RDS Standby Snapshots VPC Private Subnet 10.10.5.0/24 VPC Private Subnet 10.10.6.0/24 Web App Hosting in VPC Multi-AZ RDS Data Tier Existing Datacenter VPN Connection Virtual Private Gateway Customer Gateway Or Direct Connect Network Partner Location Administrators & Campus Users Static/ Streaming Content CloudFront S3
  • 19. Internet Route 53 Gateway AZ A AZ B SG: ELBSecurityGroup VPC Public Subnet 10.40.1.0/24 Public ELB in VPC Public Subnet 10.40.2.0/24 TCP mode w/ Proxy Protocol SG: HAProxySecurityGroup HAProxy tier – if needed, session state managed via client-side cookie inserted by HAProxy. HAProxy nodes route to web server where user session exists, regardless of which HAProxy instance ELB directs client to. SSL termination/re-encryption. Keys stored in S3, retrieved by CloudFormation at system launch using entitlements of IAM role for EC2. Support for Proxy Protocol, x-forwarded-for, and JSESSION cookie (appsession) for sticky sessions via hashtable if needed. HAProxy/ Public SSL HAProxy/P ublic SSL HAProxy/P ublic SSL HAProxy/P ublic SSL VPC Private Subnet 10.40.3.0/24 VPC Private Subnet 10.40.4.0/24 Tomcat/P rivate SSL Tomcat/P rivate SSL Tomcat/P rivate SSL Tomcat/P rivate SSL SG: WebSecurityGroup HAProxy tier performs backend encryption between HAProxy nodes and Tomcat nodes. Keys stored in S3, retrieved by CloudFormation at system launch using entitlements of IAM role for EC2. VPC Private Subnet 10.40.5.0/24 VPC Private Subnet 10.40.6.0/24
  • 20. Internet Route 53 Gateway AZ A AZ B SG: HAProxySecurityGroup HAProxy tier – if needed, session state managed via client-side cookie inserted by HAProxy. HAProxy nodes route to web server where user session exists, regardless of which HAProxy instance ELB directs client to. SSL termination/re-encryption. Keys stored in S3, retrieved by CloudFormation at system launch using entitlements of IAM role for EC2. Support for Proxy Protocol, x-forwarded-for, and JSESSION cookie (appsession) for sticky sessions via hashtable if needed. HAProxy/ Public SSL HAProxy/P ublic SSL HAProxy/P ublic SSL HAProxy/P ublic SSL VPC Public Subnet 10.40.3.0/24 VPC Public Subnet 10.40.4.0/24 Tomcat/P rivate SSL Tomcat/P rivate SSL Tomcat/P rivate SSL Tomcat/P rivate SSL SG: WebSecurityGroup HAProxy tier performs backend encryption between HAProxy nodes and Tomcat nodes. Keys stored in S3, retrieved by CloudFormation at system launch using entitlements of IAM role for EC2. VPC Private Subnet 10.40.5.0/24 VPC Private Subnet 10.40.6.0/24
  • 21. VPC Best Practices Leverage existing governance • Address space allocation • Internet access policies • Management of routing protocol and route advertisements IAM policies for VPC actions • Separation of duties • Authentication & authorization enforcement Network Filtering • Use security groups for stateful network packet filtering • Use stateless network ACLs for separation of duties and coarse-grained management Connecting VPCs • Hub and Spoke using Direct Connect • VPN Hub and Spoke • VPC Peering
  • 22. EC2 Resource Permissions Assign permissions to EC2 Resources Instance Snapshot Volume Combine with existing permissions and policies based on EC2 Actions to create extremely fine-grained polices for managing AWS resources. Leverage Tagging and attribute-driven conditions Tags such as “Production” or “AppName” Overlay organizational structure such as cost centers or departments Require dedicated tenancy as a condition Additional EC2 resources and conditions added through 2014.
  • 23. 1. Network Security Best Practices 2. Security Design Patterns 3. Reducing the Use of Long-term, Privileged Credentials
  • 24. Agile Network Architecture Update and change private network addressing, subnets, route tables and administrative control of network functions to move systems and applications in response to vulnerabilities, regulatory changes, project partnerships, etc. Security Groups Use named security groups to logically control access between systems of like trust or based on data classification. Security attributes of system move with the system independent of network location. Relocate systems via API call to address changing threat environment. Amazon VPC +
  • 25. Non-Persistent Platforms Auto-scaling groups will ensure that capacity is predictable while you rotate out portions of the environment. You can also swap out the base AMI in an auto-scaling launch configuration with a freshly patched one, then progressively kill off stale instances. Changing the paradigm of what a target or attack surface looks like. Automation around Amazon Machine Image creation and bootstrapping with tools like AWS OpsWorks, Amazon Elastic Beanstalk, Chef or Puppet means you can constantly lay down a moving target. Amazon Auto-scaling Groups AWS Elastic Compute Cloud +
  • 26. Standardized Environments & Change Detection AWS SDKs Interrogate and describe entire environment with Java, Python, .NET, Ruby, PHP or other SDKs. Detect change in standardized environment programmatically and integrate with existing asset and SIEM workflows. Use CloudFormation to create an environment that mirrors your security standards. One API call results in hardened AMIs with base security controls installed, predictable firewall and network configuration, and appropriately defined access and roles. + AWS CloudFormation
  • 27. Instance Identity Security token service generates unique credentials and constantly rotates an additional token. Identity and Access Management roles for EC2 instances provide entitlements to the instance itself. Credentials are presented through a RESTful meta-data service accessible only on the local host. Credentials can be leveraged by apps that need to call AWS APIs, retrieve data from S3, etc. Native integration with SDKs and CLI tools. Security Token Service + Identity Management
  • 28. Consolidated API Logging Log archival solution for life-cycle management. CloudTrail provides increased visibility into your user activity by recording AWS API calls. Integration with Amazon SNS and ecosystem partners facilitates analytics. Provides logging up and down the stack in one place (storage, networking, instances, identity). Amazon S3 + Glacier + AWS CloudTrail

Editor's Notes

  1. And just like an electricity grid, where you would not wire every factory to the same power station, the AWS infrastructure is global, with multiple regions around the globe from which services are available. This means you have control over things like where you applications run, where you data is stored, and where best to serve your customers from.
  2. Each AWS region is also split into Availability Zones, making highly available applications possible from within a region.
  3. Now over 50 cloudfront edge locations. And the whole footprint is supported by many edge locations, places from which content can be served to your customers for the fast possible response times.