SlideShare ist ein Scribd-Unternehmen logo
1 von 47
aws.amazon.com/webinars/apac/webinar-week | #AWSWebinarWeek
Understanding AWS
Storage Options
Olivier Klein
AWS Solutions Architect
v
Agenda
• AWS Infrastructure
• Storage Options
• Data Transfer
• Live Demo
vOregon
Beijing
Tokyo
Singapore
Ireland
GovCloud
Northern
California
Sydney
São Paulo
Frankfurt
N. Virginia
AWS Global Infrastructure
• 11 Regions
• 30 Availability Zones
• 53 Edge Locations
Continuous Expansion
v
Core Services Compute Storage Database Networking
Infrastructure RegionsAvailability Zones Edge Locations
Platform
Services
Analytics App Deployment Mobile
Virtual
Desktops
Collaboration
& Sharing
App Delivery E-Mail
Access
Control
Auditing Monitoring EncryptionSecurity
Applications
A
P
I
&
S
D
K
s
Web Services
v
Core Services Compute Storage Database Networking
Infrastructure RegionsAvailability Zones Edge Locations
Platform
Services
Analytics App Deployment Mobile
Virtual
Desktops
Collaboration
& Sharing
App Delivery E-Mail
Access
Control
Auditing Monitoring EncryptionSecurity
Applications
A
P
I
&
S
D
K
s
Web Services
v
AWS Storage Options
• Object Storage
• Archival Storage
• Block Storage
• File Storage Service
• Gateway Solution
v
Object Storage
v
Simple Storage Service
• Highly scalable, fully managed object storage
• Virtually unlimited storage capacity - no
provisioning needed
• 1 byte to 5 TB in size per object
• Designed for 99.999999999% durability
• Replicated across 3 facilities
• Different pricing tiers for hot (Standard), warm
(Standard - IA) or cold storage (Glacier)
• Trillions of unique customer objects
• Millions of transactions per second
v
Simple Storage Service
1 PB raw storage
800 TB usable storage
600 TB allocated storage
400 TB application data
Traditional Storage Amazon S3
v
S3 – Buckets and Objects
• Stored in buckets
• Versioning
• Access control lists and bucket policies
• AES-256 bit encryption at rest
• Private by default
• Addressable over the internet if public
• Allows event notifications to trigger
further action
• Enable cross-region replication with a
click of a button
• Ideal for images, videos, application data,
backups and more
v
S3 – Static Content Website
• S3 becomes your static webserver
• Offload static content to S3 and run
dynamic content on other services such
as EC2 or Elastic Beanstalk
v
S3 – When to use?
Use Amazon S3 when you need:
• Web-scale storage capacity and performance
for web applications
• High data durability
• Storage for log files
• Storage for backup and active archives
• Origin store for Content Delivery Networks
such as Amazon CloudFront
• Ingestion point or data lake for Big Data
applications
Amazon S3
v
• Uses Amazon S3 to store daily logs
and static assets such as images
• Generates more than 1.2TBs of logs
per day
• Big Data - Runs ~250 Hadoop jobs
per day, processing more than
30TBs of data
v
Archival Storage
v
Amazon Glacier
• Long term low-cost archiving service
• Optimal for infrequently accessed data
• 99.999999999% durability
• 3-5 hours retrieval time
• $0.007 per GB / month
• $120 per TB / year
v• Provides secure backup and recovery
solutions for SaaS applications including
Salesforce.com and Google Apps
• Over 200,000 customers
• Stores multiple petabytes of data in
Amazon S3 and Amazon Glacier
• Choose AWS to build a scalable backup
storage platform without requiring
significant initial investment
Use Case: Backupify
v
Amazon S3 and Amazon Glacier Integration
Policy-based archiving service
v
Amazon S3 Lifecycle Policies
• S3 Lifecycle policies allow to
transition, archive or permanently
delete objects based on age
• Set rules per S3 bucket
• Apply rule to whole bucket or on a
specific prefix (e.g. logfiles/)
• Example:
• Transition to S3-IA after 7 days
• Move object to Glacier after 30 days
• Delete object after 365 days
v
v
Block Storage
v
EC2 Instance Storage
• Every EC2 comes with instance storage
• Local, direct attached resource
• Size is based on EC2 instance type
• Storage optimized instances for up to
365,000 r/s and 315,000 w/s
• Choice of SSD or magnetic
It’s volatile!
• No persistence
• All data is automatically deleted
when an EC2 instance stops, fails or
is terminated
v
Elastic Block Store
• High performance block storage
• Persistent block storage
• 1GB to 16TB in size per volume
• Mount as drives to EC2 instances
• SSD or Magnetic
• Burstable or provisioned throughput
* Upcoming: Larger and faster EBS
volumes for up to 16TB
v
Elastic Block Store
• You can attach multiple EBS volumes
• RAID to increase performance or storage
capacity
v
Elastic Block Store
• You can reattach your EBS volume to a
new instance
• Data is persisted
v
Elastic Block Store
• You can snapshot your EBS volume into
our highly durable storage service
• Create new EBS volumes from
snapshots or clone drives
v
EBS Performance
• EBS Magnetic
• 40-200 IOPS
• EBS General Purpose
• SSD backed
• 3 IOPS / GB
• Burstable to 10,000 IOPS
• EBS Provisioned IOPS
• SSD backed
• Up to 20,000 IOPS consistently
IOPS = I/O per second for up to 256KB blocks
v
File Storage Service
v
Amazon Elastic File System
• Fully managed file system for EC2 instances
• Sharable across multiple EC2 instances
• Automatically grows or shrinks on petabyte scale
– no provisioning required
• Pay only for what you use
• Highly available and durable
• NFS v4-based
• Works with standard OS file systems
• Throughput and IOPS automatically scale
• Consistent low latency regardless of file system
size
vAmazon EFS is designed for a broad range
of use cases, such as:
• Content repositories
• Development environments
• Home directories
• Data lakes (Big Data)
Amazon Elastic File System
v
Gateway Solution
v
Gateway Solution
v
AWS Storage Gateway
• Connect an on-premises software
appliance to provide integration with
Amazon S3
• Supports three configuration
• Gateway-Cached Volumes
• Gateway-Stored Volumes
• Gateway-Virtual Tape Library (VTL)
v
AWS Storage Gateway
• Cached – Data is stored in
Amazon S3 with
frequently accessed files
kept locally
• Stored – Asynchronous
point-in-time backup
snapshots to Amazon S3
Servers
On-premises
Host
AWS
Storage
Gateway VM
Direct Attached or
Storage Area Network Disks
iSCSI
SSL
Amazon Simple
Storage Service
(S3)
AWS Storage
Gateway Service
v
AWS Storage Gateway
• VTL– Expose an industry
standard virtual tape
library
• Write to tape  S3
• Put in shelf  GlacierBackup
Application On-premises
Host
Tape Drive
iSCSI
SSL Amazon S3
AWS Storage
Gateway ServiceMedia
Changer
iSCSI
Amazon Glacier
v
AWS Storage Gateway
• Backup data into Amazon S3
• Disaster Recovery of applications to EC2
• Archive into Amazon Glacier
v
Use Case: Disaster Recovery
v
Use Case: Disaster Recovery
v
Use Case: Disaster Recovery
v
AWS Direct Connect
Dedicated bandwidth between your
site and AWS
AWS Import/Export
Physical transfer of media into and out of
AWS
How to get my data into AWS?
Internet
Transfer data through secure encrypted
tunnel over the public internet
v
What is Snowball? Petabyte scale data transport
E-ink shipping
label
Ruggedized
case
“8.5G Impact”
All data encrypted
end-to-end
50 TB
10G network
Rain & dust
resistant
Tamper-resistant
case & electronics
v
How does Snowball work?
v
Reduce costs Reduce on-premise
Change processes
Reduce CAPEX while dramatically
increasing scalability
Eliminate the need for secondary
sites
Eliminate on premise equipment
to manage archives
Consolidate on-premise and
augment with cloud
Eliminate capacity planning
Eliminate provisioning for peak
demand
Remove aging technologies
Remove tape archives
Cycle out aging disk arrays
Why AWS for storage?
v
Demo Time!
Online Labs & Training
Gain confidence and hands-on
experience with AWS.
Watch free Instructional Videos and
explore Self-Paced Labs
Instructor Led Classes
Learn how to design, deploy and
operate highly available, cost-effective
and secure applications on AWS in
courses led by qualified AWS instructors
Validate your technical expertise
with AWS and use practice exams
to help you prepare for AWS
Certification
AWS Certification
More info at http://aws.amazon.com/training

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

(SEC304) Architecting for HIPAA Compliance on AWS
(SEC304) Architecting for HIPAA Compliance on AWS(SEC304) Architecting for HIPAA Compliance on AWS
(SEC304) Architecting for HIPAA Compliance on AWS
 
(SEC308) Wrangling Security Events In The Cloud
(SEC308) Wrangling Security Events In The Cloud(SEC308) Wrangling Security Events In The Cloud
(SEC308) Wrangling Security Events In The Cloud
 
(SEC301) Encryption and Key Management in AWS | AWS re:Invent 2014
(SEC301) Encryption and Key Management in AWS | AWS re:Invent 2014(SEC301) Encryption and Key Management in AWS | AWS re:Invent 2014
(SEC301) Encryption and Key Management in AWS | AWS re:Invent 2014
 
Migrate your Data Warehouse to Amazon Redshift - September Webinar Series
Migrate your Data Warehouse to Amazon Redshift - September Webinar SeriesMigrate your Data Warehouse to Amazon Redshift - September Webinar Series
Migrate your Data Warehouse to Amazon Redshift - September Webinar Series
 
Masting Access Control Policies
Masting Access Control PoliciesMasting Access Control Policies
Masting Access Control Policies
 
(DVO303) Scaling Infrastructure Operations with AWS
(DVO303) Scaling Infrastructure Operations with AWS(DVO303) Scaling Infrastructure Operations with AWS
(DVO303) Scaling Infrastructure Operations with AWS
 
Integrate Social Login Into Mobile Apps (SEC401) | AWS re:Invent 2013
Integrate Social Login Into Mobile Apps (SEC401) | AWS re:Invent 2013Integrate Social Login Into Mobile Apps (SEC401) | AWS re:Invent 2013
Integrate Social Login Into Mobile Apps (SEC401) | AWS re:Invent 2013
 
Protecting your data in aws - Toronto
Protecting your data in aws - TorontoProtecting your data in aws - Toronto
Protecting your data in aws - Toronto
 
February 2016 Webinar Series - Introducing VPC Support for AWS Lambda
February 2016 Webinar Series - Introducing VPC Support for AWS LambdaFebruary 2016 Webinar Series - Introducing VPC Support for AWS Lambda
February 2016 Webinar Series - Introducing VPC Support for AWS Lambda
 
Security and Compliance
Security and ComplianceSecurity and Compliance
Security and Compliance
 
Getting Started with Managed Database Services on AWS - September 2016 Webina...
Getting Started with Managed Database Services on AWS - September 2016 Webina...Getting Started with Managed Database Services on AWS - September 2016 Webina...
Getting Started with Managed Database Services on AWS - September 2016 Webina...
 
AWS re:Invent 2016: Get the Most from AWS KMS: Architecting Applications for ...
AWS re:Invent 2016: Get the Most from AWS KMS: Architecting Applications for ...AWS re:Invent 2016: Get the Most from AWS KMS: Architecting Applications for ...
AWS re:Invent 2016: Get the Most from AWS KMS: Architecting Applications for ...
 
IAM Recommended Practices
IAM Recommended PracticesIAM Recommended Practices
IAM Recommended Practices
 
Deploying a Disaster Recovery Site on AWS: Minimal Cost with Maximum Efficiency
Deploying a Disaster Recovery Site on AWS: Minimal Cost with Maximum EfficiencyDeploying a Disaster Recovery Site on AWS: Minimal Cost with Maximum Efficiency
Deploying a Disaster Recovery Site on AWS: Minimal Cost with Maximum Efficiency
 
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
AWS July Webinar Series - Troubleshooting Operational and Security Issues in ...
 
Overview of IoT Infrastructure and Connectivity at AWS & Getting Started with...
Overview of IoT Infrastructure and Connectivity at AWS & Getting Started with...Overview of IoT Infrastructure and Connectivity at AWS & Getting Started with...
Overview of IoT Infrastructure and Connectivity at AWS & Getting Started with...
 
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
Automated Compliance and Governance with AWS Config and AWS CloudTrail - June...
 
BDA402 Deep Dive: Log analytics with Amazon Elasticsearch Service
BDA402 Deep Dive: Log analytics with Amazon Elasticsearch ServiceBDA402 Deep Dive: Log analytics with Amazon Elasticsearch Service
BDA402 Deep Dive: Log analytics with Amazon Elasticsearch Service
 
Stream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdaysStream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdays
 
Security Day IAM Recommended Practices
Security Day IAM Recommended PracticesSecurity Day IAM Recommended Practices
Security Day IAM Recommended Practices
 

Andere mochten auch

Scaling by Design: AWS Web Services Patterns
Scaling by Design:AWS Web Services PatternsScaling by Design:AWS Web Services Patterns
Scaling by Design: AWS Web Services Patterns
Amazon Web Services
 

Andere mochten auch (20)

Globalización teo
Globalización teoGlobalización teo
Globalización teo
 
Hybrid Infrastructure Integration
Hybrid Infrastructure IntegrationHybrid Infrastructure Integration
Hybrid Infrastructure Integration
 
Encryption and Key Management in AWS
Encryption and Key Management in AWSEncryption and Key Management in AWS
Encryption and Key Management in AWS
 
Agile BI - Pop-up Loft Tel Aviv
Agile BI - Pop-up Loft Tel AvivAgile BI - Pop-up Loft Tel Aviv
Agile BI - Pop-up Loft Tel Aviv
 
Scaling by Design: AWS Web Services Patterns
Scaling by Design:AWS Web Services PatternsScaling by Design:AWS Web Services Patterns
Scaling by Design: AWS Web Services Patterns
 
Get the Most Out of Amazon EC2: A Deep Dive on Reserved, On-Demand, and Spot ...
Get the Most Out of Amazon EC2: A Deep Dive on Reserved, On-Demand, and Spot ...Get the Most Out of Amazon EC2: A Deep Dive on Reserved, On-Demand, and Spot ...
Get the Most Out of Amazon EC2: A Deep Dive on Reserved, On-Demand, and Spot ...
 
Data Storage for the Long Haul: Compliance and Archive
Data Storage for the Long Haul: Compliance and ArchiveData Storage for the Long Haul: Compliance and Archive
Data Storage for the Long Haul: Compliance and Archive
 
AWS March 2016 Webinar Series Getting Started with Serverless Architectures
AWS March 2016 Webinar Series   Getting Started with Serverless ArchitecturesAWS March 2016 Webinar Series   Getting Started with Serverless Architectures
AWS March 2016 Webinar Series Getting Started with Serverless Architectures
 
Deep Dive: Hybrid Architectures
Deep Dive: Hybrid ArchitecturesDeep Dive: Hybrid Architectures
Deep Dive: Hybrid Architectures
 
AWS Mobile Services & SDK Introduction & Demo
AWS Mobile Services & SDK Introduction & DemoAWS Mobile Services & SDK Introduction & Demo
AWS Mobile Services & SDK Introduction & Demo
 
The Pace of Innovation - Pop-up Loft Tel Aviv
The Pace of Innovation - Pop-up Loft Tel AvivThe Pace of Innovation - Pop-up Loft Tel Aviv
The Pace of Innovation - Pop-up Loft Tel Aviv
 
(DEV204) Building High-Performance Native Cloud Apps In C++
(DEV204) Building High-Performance Native Cloud Apps In C++(DEV204) Building High-Performance Native Cloud Apps In C++
(DEV204) Building High-Performance Native Cloud Apps In C++
 
Workshop: AWS Lamda Signal Corps vs Zombies
Workshop: AWS Lamda Signal Corps vs ZombiesWorkshop: AWS Lamda Signal Corps vs Zombies
Workshop: AWS Lamda Signal Corps vs Zombies
 
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
(NET307) Pinterest: The road from EC2-Classic To EC2-VPC
 
Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301Compute Without Servers – Building Applications with AWS Lambda - Technical 301
Compute Without Servers – Building Applications with AWS Lambda - Technical 301
 
Security Day IAM Recommended Practices
Security Day IAM Recommended PracticesSecurity Day IAM Recommended Practices
Security Day IAM Recommended Practices
 
Ansible on aws - Pop-up Loft Tel Aviv
Ansible on aws - Pop-up Loft Tel AvivAnsible on aws - Pop-up Loft Tel Aviv
Ansible on aws - Pop-up Loft Tel Aviv
 
My First Big Data Application
My First Big Data ApplicationMy First Big Data Application
My First Big Data Application
 
Grid Computing for Financial Services
Grid Computing for Financial ServicesGrid Computing for Financial Services
Grid Computing for Financial Services
 
Getting Started with Amazon Enterprise Applications
Getting Started with Amazon Enterprise ApplicationsGetting Started with Amazon Enterprise Applications
Getting Started with Amazon Enterprise Applications
 

Ähnlich wie AWS APAC Webinar Week - Understanding AWS Storage Options

Ähnlich wie AWS APAC Webinar Week - Understanding AWS Storage Options (20)

Understanding AWS Storage Options
Understanding AWS Storage OptionsUnderstanding AWS Storage Options
Understanding AWS Storage Options
 
Backup and archiving in the aws cloud
Backup and archiving in the aws cloudBackup and archiving in the aws cloud
Backup and archiving in the aws cloud
 
Intro to AWS: Storage Services
Intro to AWS: Storage ServicesIntro to AWS: Storage Services
Intro to AWS: Storage Services
 
Backup and Archiving in the AWS Cloud
Backup and Archiving in the AWS CloudBackup and Archiving in the AWS Cloud
Backup and Archiving in the AWS Cloud
 
Introduction to AWS Storage Services
Introduction to AWS Storage ServicesIntroduction to AWS Storage Services
Introduction to AWS Storage Services
 
(STG311) AWS Storage Gateway: Secure, Cost-Effective Backup & Archive
(STG311) AWS Storage Gateway: Secure, Cost-Effective Backup & Archive(STG311) AWS Storage Gateway: Secure, Cost-Effective Backup & Archive
(STG311) AWS Storage Gateway: Secure, Cost-Effective Backup & Archive
 
AWS Webcast - Library Systems on the AWS Cloud
AWS Webcast - Library Systems on the AWS CloudAWS Webcast - Library Systems on the AWS Cloud
AWS Webcast - Library Systems on the AWS Cloud
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the Cloud
 
Servicios de Almacenamiento en AWS
Servicios de Almacenamiento en AWSServicios de Almacenamiento en AWS
Servicios de Almacenamiento en AWS
 
Aws storage for media overview
Aws storage for media overview Aws storage for media overview
Aws storage for media overview
 
Active Archiving with Amazon S3 and Tiering to Amazon Glacier - March 2017 AW...
Active Archiving with Amazon S3 and Tiering to Amazon Glacier - March 2017 AW...Active Archiving with Amazon S3 and Tiering to Amazon Glacier - March 2017 AW...
Active Archiving with Amazon S3 and Tiering to Amazon Glacier - March 2017 AW...
 
[AWS LA Media & Entertainment Event 2015]: Digital Media Ingest & Storage Opt...
[AWS LA Media & Entertainment Event 2015]: Digital Media Ingest & Storage Opt...[AWS LA Media & Entertainment Event 2015]: Digital Media Ingest & Storage Opt...
[AWS LA Media & Entertainment Event 2015]: Digital Media Ingest & Storage Opt...
 
AWS May Webinar Series - Getting Started: Storage with Amazon S3 and Amazon G...
AWS May Webinar Series - Getting Started: Storage with Amazon S3 and Amazon G...AWS May Webinar Series - Getting Started: Storage with Amazon S3 and Amazon G...
AWS May Webinar Series - Getting Started: Storage with Amazon S3 and Amazon G...
 
AWS Webcast - Library Storage Webinar
AWS Webcast - Library Storage WebinarAWS Webcast - Library Storage Webinar
AWS Webcast - Library Storage Webinar
 
數位媒體雲端儲存案例和技術分享 (AWS Storage Options for Media Industry)
數位媒體雲端儲存案例和技術分享 (AWS Storage Options for Media Industry)數位媒體雲端儲存案例和技術分享 (AWS Storage Options for Media Industry)
數位媒體雲端儲存案例和技術分享 (AWS Storage Options for Media Industry)
 
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
AWS Webcast - Webinar Series for State and Local Government #2: Discover the ...
 
AWS re:Invent 2016: Deep Dive on AWS Cloud Data Migration Services (ENT210)
AWS re:Invent 2016: Deep Dive on AWS Cloud Data Migration Services (ENT210)AWS re:Invent 2016: Deep Dive on AWS Cloud Data Migration Services (ENT210)
AWS re:Invent 2016: Deep Dive on AWS Cloud Data Migration Services (ENT210)
 
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWSAWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
AWS Webcast - AWS Webinar Series for Education #2 - Getting Started with AWS
 
AWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS CloudAWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS Cloud
 
Journey Through the Cloud - Digital Media
Journey Through the Cloud - Digital MediaJourney Through the Cloud - Digital Media
Journey Through the Cloud - Digital Media
 

Mehr von Amazon Web Services

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

Mehr von Amazon Web Services (20)

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

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

AWS APAC Webinar Week - Understanding AWS Storage Options

  • 1.
  • 3. Understanding AWS Storage Options Olivier Klein AWS Solutions Architect
  • 4. v Agenda • AWS Infrastructure • Storage Options • Data Transfer • Live Demo
  • 5. vOregon Beijing Tokyo Singapore Ireland GovCloud Northern California Sydney São Paulo Frankfurt N. Virginia AWS Global Infrastructure • 11 Regions • 30 Availability Zones • 53 Edge Locations Continuous Expansion
  • 6. v Core Services Compute Storage Database Networking Infrastructure RegionsAvailability Zones Edge Locations Platform Services Analytics App Deployment Mobile Virtual Desktops Collaboration & Sharing App Delivery E-Mail Access Control Auditing Monitoring EncryptionSecurity Applications A P I & S D K s Web Services
  • 7. v Core Services Compute Storage Database Networking Infrastructure RegionsAvailability Zones Edge Locations Platform Services Analytics App Deployment Mobile Virtual Desktops Collaboration & Sharing App Delivery E-Mail Access Control Auditing Monitoring EncryptionSecurity Applications A P I & S D K s Web Services
  • 8. v AWS Storage Options • Object Storage • Archival Storage • Block Storage • File Storage Service • Gateway Solution
  • 10. v Simple Storage Service • Highly scalable, fully managed object storage • Virtually unlimited storage capacity - no provisioning needed • 1 byte to 5 TB in size per object • Designed for 99.999999999% durability • Replicated across 3 facilities • Different pricing tiers for hot (Standard), warm (Standard - IA) or cold storage (Glacier) • Trillions of unique customer objects • Millions of transactions per second
  • 11. v Simple Storage Service 1 PB raw storage 800 TB usable storage 600 TB allocated storage 400 TB application data Traditional Storage Amazon S3
  • 12. v S3 – Buckets and Objects • Stored in buckets • Versioning • Access control lists and bucket policies • AES-256 bit encryption at rest • Private by default • Addressable over the internet if public • Allows event notifications to trigger further action • Enable cross-region replication with a click of a button • Ideal for images, videos, application data, backups and more
  • 13. v S3 – Static Content Website • S3 becomes your static webserver • Offload static content to S3 and run dynamic content on other services such as EC2 or Elastic Beanstalk
  • 14. v S3 – When to use? Use Amazon S3 when you need: • Web-scale storage capacity and performance for web applications • High data durability • Storage for log files • Storage for backup and active archives • Origin store for Content Delivery Networks such as Amazon CloudFront • Ingestion point or data lake for Big Data applications Amazon S3
  • 15. v • Uses Amazon S3 to store daily logs and static assets such as images • Generates more than 1.2TBs of logs per day • Big Data - Runs ~250 Hadoop jobs per day, processing more than 30TBs of data
  • 17. v Amazon Glacier • Long term low-cost archiving service • Optimal for infrequently accessed data • 99.999999999% durability • 3-5 hours retrieval time • $0.007 per GB / month • $120 per TB / year
  • 18. v• Provides secure backup and recovery solutions for SaaS applications including Salesforce.com and Google Apps • Over 200,000 customers • Stores multiple petabytes of data in Amazon S3 and Amazon Glacier • Choose AWS to build a scalable backup storage platform without requiring significant initial investment Use Case: Backupify
  • 19. v Amazon S3 and Amazon Glacier Integration Policy-based archiving service
  • 20. v Amazon S3 Lifecycle Policies • S3 Lifecycle policies allow to transition, archive or permanently delete objects based on age • Set rules per S3 bucket • Apply rule to whole bucket or on a specific prefix (e.g. logfiles/) • Example: • Transition to S3-IA after 7 days • Move object to Glacier after 30 days • Delete object after 365 days
  • 21. v
  • 23. v EC2 Instance Storage • Every EC2 comes with instance storage • Local, direct attached resource • Size is based on EC2 instance type • Storage optimized instances for up to 365,000 r/s and 315,000 w/s • Choice of SSD or magnetic It’s volatile! • No persistence • All data is automatically deleted when an EC2 instance stops, fails or is terminated
  • 24. v Elastic Block Store • High performance block storage • Persistent block storage • 1GB to 16TB in size per volume • Mount as drives to EC2 instances • SSD or Magnetic • Burstable or provisioned throughput * Upcoming: Larger and faster EBS volumes for up to 16TB
  • 25. v Elastic Block Store • You can attach multiple EBS volumes • RAID to increase performance or storage capacity
  • 26. v Elastic Block Store • You can reattach your EBS volume to a new instance • Data is persisted
  • 27. v Elastic Block Store • You can snapshot your EBS volume into our highly durable storage service • Create new EBS volumes from snapshots or clone drives
  • 28. v EBS Performance • EBS Magnetic • 40-200 IOPS • EBS General Purpose • SSD backed • 3 IOPS / GB • Burstable to 10,000 IOPS • EBS Provisioned IOPS • SSD backed • Up to 20,000 IOPS consistently IOPS = I/O per second for up to 256KB blocks
  • 30. v Amazon Elastic File System • Fully managed file system for EC2 instances • Sharable across multiple EC2 instances • Automatically grows or shrinks on petabyte scale – no provisioning required • Pay only for what you use • Highly available and durable • NFS v4-based • Works with standard OS file systems • Throughput and IOPS automatically scale • Consistent low latency regardless of file system size
  • 31. vAmazon EFS is designed for a broad range of use cases, such as: • Content repositories • Development environments • Home directories • Data lakes (Big Data) Amazon Elastic File System
  • 34. v AWS Storage Gateway • Connect an on-premises software appliance to provide integration with Amazon S3 • Supports three configuration • Gateway-Cached Volumes • Gateway-Stored Volumes • Gateway-Virtual Tape Library (VTL)
  • 35. v AWS Storage Gateway • Cached – Data is stored in Amazon S3 with frequently accessed files kept locally • Stored – Asynchronous point-in-time backup snapshots to Amazon S3 Servers On-premises Host AWS Storage Gateway VM Direct Attached or Storage Area Network Disks iSCSI SSL Amazon Simple Storage Service (S3) AWS Storage Gateway Service
  • 36. v AWS Storage Gateway • VTL– Expose an industry standard virtual tape library • Write to tape  S3 • Put in shelf  GlacierBackup Application On-premises Host Tape Drive iSCSI SSL Amazon S3 AWS Storage Gateway ServiceMedia Changer iSCSI Amazon Glacier
  • 37. v AWS Storage Gateway • Backup data into Amazon S3 • Disaster Recovery of applications to EC2 • Archive into Amazon Glacier
  • 41. v AWS Direct Connect Dedicated bandwidth between your site and AWS AWS Import/Export Physical transfer of media into and out of AWS How to get my data into AWS? Internet Transfer data through secure encrypted tunnel over the public internet
  • 42. v What is Snowball? Petabyte scale data transport E-ink shipping label Ruggedized case “8.5G Impact” All data encrypted end-to-end 50 TB 10G network Rain & dust resistant Tamper-resistant case & electronics
  • 44. v Reduce costs Reduce on-premise Change processes Reduce CAPEX while dramatically increasing scalability Eliminate the need for secondary sites Eliminate on premise equipment to manage archives Consolidate on-premise and augment with cloud Eliminate capacity planning Eliminate provisioning for peak demand Remove aging technologies Remove tape archives Cycle out aging disk arrays Why AWS for storage?
  • 46.
  • 47. Online Labs & Training Gain confidence and hands-on experience with AWS. Watch free Instructional Videos and explore Self-Paced Labs Instructor Led Classes Learn how to design, deploy and operate highly available, cost-effective and secure applications on AWS in courses led by qualified AWS instructors Validate your technical expertise with AWS and use practice exams to help you prepare for AWS Certification AWS Certification More info at http://aws.amazon.com/training