SlideShare a Scribd company logo
1 of 14
Intro
AWS Object Storage
2
▪ Cloud object storage makes it possible to store practically limitless amounts of
data in its native format
▪ As businesses grow, you're managing rapidly expanding but isolated pools of
data from many sources that are used by any number of applications and
business processes.
▪ Today, many companies struggle with a fragmented storage portfolio that
adds complexity and slows down innovation for business applications.
▪ Object storage helps you break down these silos by providing massively
scalable, cost-effective storage to store any type of data in its native format.
▪ With AWS object storage solutions like Amazon Simple Storage Service
(Amazon S3) and Amazon Glacier, you manage your storage in one place with
an easy-to-use application interface.
▪ You can use policies to optimize storage costs, tiering between different
storage classes automatically. AWS makes storage easier to use to perform
analysis, gain insights, and make better decisions faster.
AWS S3
3
▪ Amazon Simple Storage Service (Amazon S3) is storage for the
Internet.You can use Amazon S3 to store and retrieve any amount
of data at any time, from anywhere on the web.
▪ S3 = Simple Storage Service
▪ A Service Oriented Architecture which provides online storage
using web services.
▪ Allows read, write, and delete permissions on objects . Uses REST
and SOAP protocols for messaging, so you can use various
development toolkits with S3.
▪ This guide introduces you to Amazon S3 and how to use the AWS
Management Console to complete the tasks shown in the following
figure.
Create an S3 bucket
4
To create an S3 bucket
1. Sign in to the AWS Management Console and open the
Amazon S3 console athttps://console.aws.amazon.com/s3/.
2. Choose Create bucket.
Create an S3 bucket
5
3. In the Bucket name field, type a unique DNS-compliant
name for your new bucket. (The example screen shot uses
the bucket name admin-created.You cannot use this name
because S3 bucket names must be unique.) Create your own
bucket name using the follow naming guidelines:
▪ The name must be unique across all existing bucket names in
Amazon S3.
▪ After you create the bucket you cannot change the name, so
choose wisely.
▪ Choose a bucket name that reflects the objects in the bucket
because the bucket name is visible in the URL that points to
the objects that you're going to put in your bucket.
Create an S3 bucket
6
4. For Region, choose USWest (Oregon) as the region where
you want the bucket to reside.
5. Choose Create.
6. Else you could
configure for
Versioning , access Log,
Encryption, permissions
etc.
Version Control
7
▪ Versioning is a means of keeping multiple variants of an object in
the same bucket.
▪ You can use versioning to preserve, retrieve, and restore every
version of every object stored in your Amazon S3 bucket.
▪ With versioning, you can easily recover from both unintended user
actions and application failures.
▪ Versioning-enabled buckets enable you to recover objects from
accidental deletion or overwrite. For example:
▪ If you delete an object, instead of removing it permanently,
Amazon S3 inserts a delete marker, which becomes the current
object version.You can always restore the previous version.
▪ If you overwrite an object, it results in a new object version in the
bucket.You can always restore the previous version.
Version Control
8
Key = a.txt
ID: 1
Key = a.txt
ID: 2
Key = a.txt
ID: 3
• In one bucket, for example, you can have three
objects with the same key, but different version
IDs, such as a.txt (version 1) , a.txt (version 2)
and a.txt (version 3) .
• Buckets can be in one of three states:
unversioned (the default), versioning-enabled,
or versioning-suspended.
• The versioning state applies to all (never some) of the objects in that
bucket.The first time you enable a bucket for versioning, objects in it
are thereafter always versioned and given a unique version ID.
Important
Once you version-enable a bucket, it can never return to an unversioned state.You
can, however, suspend versioning on that bucket.
Cross Region Replication(CRR)
9
▪ Cross-region replication is a bucket-level configuration that
enables automatic, asynchronous copying of objects across
buckets in different AWS Regions. We refer to these buckets
as source bucket and destination bucket.These buckets can be
owned by different AWS accounts.
▪ To activate this feature, you add a replication configuration to
your source bucket to direct Amazon S3 to replicate objects
according to the configuration. In the replication
configuration, you provide information such as the following:
– destination bucket
– objects you want to replicate
– storage class to use for object replicas in the destination bucket
(storage class of source bucket)
Cross Region Replication(CRR)
Use-Case Scenarios
▪ Compliance requirements – Although, by default, Amazon S3 stores
your data across multiple geographically distant Availability Zones,
compliance requirements might dictate that you store data at even
further distances. Cross-region replication allows you to replicate data
between distant AWS Regions to satisfy these compliance requirements.
▪ Minimize latency –Your customers are in two geographic locations.To
minimize latency in accessing objects, you can maintain object copies in
AWS Regions that are geographically closer to your users.
▪ Operational reasons –You have compute clusters in two different AWS
Regions that analyze the same set of objects.You might choose to
maintain object copies in those Regions.
10
Life Cycle Management
11
▪ To manage your objects so that they are stored cost effectively
throughout their lifecycle, configure their lifecycle. A lifecycle
configuration is a set of rules that define actions that Amazon S3
applies to a group of objects.There are two types of actions:
▪ Transition actions - Define when objects transition to
another storage class. For example, you might choose to transition
objects to the STANDARD_IA storage class 30 days after you
created them, or archive objects to the GLACIER storage class one
year after creating them.
▪ There are costs associated with the lifecycle transition requests. For
pricing information, see Amazon S3 Pricing.
▪ Expiration actions - Define when objects expire. Amazon S3
deletes expired objects on your behalf.
▪ The lifecycle expiration costs depend on when you choose to expire
objects.
Life Cycle Management for S3
12
Amazon Glacier
13
What Is Amazon Glacier?
• Amazon Glacier is a storage service optimized for infrequently used data, or "cold
data."
• Amazon Glacier is an extremely low-cost storage service that provides durable
storage with security features for data archiving and backup.
• With Amazon Glacier, customers can store their data cost effectively for months,
years, or even decades.
• Amazon Glacier enables customers to offload the administrative burdens of operating
and scaling storage to AWS, so they don't have to worry about capacity planning,
hardware provisioning, data replication, hardware failure detection and recovery, or
time-consuming hardware migrations.
Amazon Glacier
14
What Is Amazon Glacier?
• Amazon Simple Storage Service (Amazon S3) supports lifecycle configuration on an
S3 bucket, which enables you to transition objects to the Amazon S3 GLACIER storage
class for archival.
• When you transition Amazon S3 objects to the GLACIER storage class,Amazon S3
internally usesAmazon Glacier for durable storage at lower cost.
• Although the objects are stored in Amazon Glacier, they remain Amazon S3 objects
that you manage in Amazon S3, and you cannot access them directly through
Amazon Glacier.

More Related Content

What's hot

AWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsAWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsPiyush Agrawal
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3Mark Cohen
 
Intro to Amazon S3
Intro to Amazon S3Intro to Amazon S3
Intro to Amazon S3Yu Lun Teo
 
Amazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo dbAmazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo dbPankaj Thakur
 
Amazon S3 & Amazon Glacier - Object Storage Overview
Amazon S3 & Amazon Glacier - Object Storage OverviewAmazon S3 & Amazon Glacier - Object Storage Overview
Amazon S3 & Amazon Glacier - Object Storage OverviewAmazon Web Services
 
Getting started with S3
Getting started with S3Getting started with S3
Getting started with S3AWS UG PK
 
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...Amazon Web Services
 
Cost Optimization with Spot Instances
Cost Optimization with Spot InstancesCost Optimization with Spot Instances
Cost Optimization with Spot InstancesArun Sirimalla
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best PracticesDoiT International
 
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon Glacier
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon GlacierAWS Webcast - Archiving in the Cloud - Best Practices for Amazon Glacier
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon GlacierAmazon Web Services
 
Deep Dive on EC2 and S3
Deep Dive on EC2 and S3Deep Dive on EC2 and S3
Deep Dive on EC2 and S3Arun Sirimalla
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2white paper
 

What's hot (20)

AWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsAWS Storage - S3 Fundamentals
AWS Storage - S3 Fundamentals
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
 
Intro to Amazon S3
Intro to Amazon S3Intro to Amazon S3
Intro to Amazon S3
 
Amazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo dbAmazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo db
 
Amazon S3 & Amazon Glacier - Object Storage Overview
Amazon S3 & Amazon Glacier - Object Storage OverviewAmazon S3 & Amazon Glacier - Object Storage Overview
Amazon S3 & Amazon Glacier - Object Storage Overview
 
AWS Storage Options
AWS Storage OptionsAWS Storage Options
AWS Storage Options
 
Aws s3 security
Aws s3 securityAws s3 security
Aws s3 security
 
Getting started with S3
Getting started with S3Getting started with S3
Getting started with S3
 
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...
 
Amazon S3 and EC2
Amazon S3 and EC2Amazon S3 and EC2
Amazon S3 and EC2
 
Introduction to Amazon S3
Introduction to Amazon S3Introduction to Amazon S3
Introduction to Amazon S3
 
Intro to AWS: Storage Services
Intro to AWS: Storage ServicesIntro to AWS: Storage Services
Intro to AWS: Storage Services
 
Deep Dive: Amazon DynamoDB
Deep Dive: Amazon DynamoDBDeep Dive: Amazon DynamoDB
Deep Dive: Amazon DynamoDB
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
 
Cost Optimization with Spot Instances
Cost Optimization with Spot InstancesCost Optimization with Spot Instances
Cost Optimization with Spot Instances
 
AWS Cyber Security Best Practices
AWS Cyber Security Best PracticesAWS Cyber Security Best Practices
AWS Cyber Security Best Practices
 
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon Glacier
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon GlacierAWS Webcast - Archiving in the Cloud - Best Practices for Amazon Glacier
AWS Webcast - Archiving in the Cloud - Best Practices for Amazon Glacier
 
Introduction to Amazon Athena
Introduction to Amazon AthenaIntroduction to Amazon Athena
Introduction to Amazon Athena
 
Deep Dive on EC2 and S3
Deep Dive on EC2 and S3Deep Dive on EC2 and S3
Deep Dive on EC2 and S3
 
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
Cloud Computing With Amazon Web Services, Part 3: Servers on Demand With EC2
 

Similar to Aws object storage and cdn(s3, glacier and cloud front) part 1

AWS Storage and Content Delivery Services
AWS Storage and Content Delivery ServicesAWS Storage and Content Delivery Services
AWS Storage and Content Delivery ServicesAmazon Web Services
 
Aws overview part 1(iam and storage services)
Aws overview   part 1(iam and storage services)Aws overview   part 1(iam and storage services)
Aws overview part 1(iam and storage services)Parag Patil
 
Object Storage: Amazon S3 and Amazon Glacier
Object Storage: Amazon S3 and Amazon GlacierObject Storage: Amazon S3 and Amazon Glacier
Object Storage: Amazon S3 and Amazon GlacierAmazon Web Services
 
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...Amazon Web Services
 
AWS S3 Cost Optimization
AWS S3 Cost OptimizationAWS S3 Cost Optimization
AWS S3 Cost OptimizationEric Kim
 
Aws object storage and cdn(s3, glacier and cloud front) part 3
Aws object storage and cdn(s3, glacier and cloud front)   part 3Aws object storage and cdn(s3, glacier and cloud front)   part 3
Aws object storage and cdn(s3, glacier and cloud front) part 3Parag Patil
 
PowerPoint Presentation.pdf
PowerPoint Presentation.pdfPowerPoint Presentation.pdf
PowerPoint Presentation.pdfmarvellPalenewen
 
Aws storage services whitepaper v9
Aws storage services whitepaper v9Aws storage services whitepaper v9
Aws storage services whitepaper v9Victor Insunza
 
Aws meetup s3_plus
Aws meetup s3_plusAws meetup s3_plus
Aws meetup s3_plusAdam Book
 
Aws storage services whitepaper v9
Aws storage services whitepaper v9Aws storage services whitepaper v9
Aws storage services whitepaper v9saifam
 
My cool new Slideshow!
My cool new Slideshow!My cool new Slideshow!
My cool new Slideshow!Parag Gajbhiye
 
cdac@amitkumar@test123
cdac@amitkumar@test123cdac@amitkumar@test123
cdac@amitkumar@test123Parag Gajbhiye
 
Deep Dive on Amazon S3 - March 2017 AWS Online Tech Talks
Deep Dive on Amazon S3 - March 2017 AWS Online Tech TalksDeep Dive on Amazon S3 - March 2017 AWS Online Tech Talks
Deep Dive on Amazon S3 - March 2017 AWS Online Tech TalksAmazon Web Services
 

Similar to Aws object storage and cdn(s3, glacier and cloud front) part 1 (20)

AWS Storage services
AWS Storage servicesAWS Storage services
AWS Storage services
 
s3
s3s3
s3
 
AWS essentials S3
AWS essentials S3AWS essentials S3
AWS essentials S3
 
Storage & Content Delivery
Storage & Content DeliveryStorage & Content Delivery
Storage & Content Delivery
 
Storage & Content Delivery
Storage & Content Delivery Storage & Content Delivery
Storage & Content Delivery
 
AWS Storage and Content Delivery Services
AWS Storage and Content Delivery ServicesAWS Storage and Content Delivery Services
AWS Storage and Content Delivery Services
 
Aws overview part 1(iam and storage services)
Aws overview   part 1(iam and storage services)Aws overview   part 1(iam and storage services)
Aws overview part 1(iam and storage services)
 
Object Storage: Amazon S3 and Amazon Glacier
Object Storage: Amazon S3 and Amazon GlacierObject Storage: Amazon S3 and Amazon Glacier
Object Storage: Amazon S3 and Amazon Glacier
 
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...
Protect & Manage Amazon S3 & Amazon Glacier Objects at Scale (STG316-R1) - AW...
 
AWS S3 Cost Optimization
AWS S3 Cost OptimizationAWS S3 Cost Optimization
AWS S3 Cost Optimization
 
AWS simple storage service
AWS simple storage serviceAWS simple storage service
AWS simple storage service
 
Aws object storage and cdn(s3, glacier and cloud front) part 3
Aws object storage and cdn(s3, glacier and cloud front)   part 3Aws object storage and cdn(s3, glacier and cloud front)   part 3
Aws object storage and cdn(s3, glacier and cloud front) part 3
 
PowerPoint Presentation.pdf
PowerPoint Presentation.pdfPowerPoint Presentation.pdf
PowerPoint Presentation.pdf
 
Aws storage services whitepaper v9
Aws storage services whitepaper v9Aws storage services whitepaper v9
Aws storage services whitepaper v9
 
Aws meetup s3_plus
Aws meetup s3_plusAws meetup s3_plus
Aws meetup s3_plus
 
Aws storage services whitepaper v9
Aws storage services whitepaper v9Aws storage services whitepaper v9
Aws storage services whitepaper v9
 
Builders' Day - Best Practises for S3 - BL
Builders' Day - Best Practises for S3 - BLBuilders' Day - Best Practises for S3 - BL
Builders' Day - Best Practises for S3 - BL
 
My cool new Slideshow!
My cool new Slideshow!My cool new Slideshow!
My cool new Slideshow!
 
cdac@amitkumar@test123
cdac@amitkumar@test123cdac@amitkumar@test123
cdac@amitkumar@test123
 
Deep Dive on Amazon S3 - March 2017 AWS Online Tech Talks
Deep Dive on Amazon S3 - March 2017 AWS Online Tech TalksDeep Dive on Amazon S3 - March 2017 AWS Online Tech Talks
Deep Dive on Amazon S3 - March 2017 AWS Online Tech Talks
 

More from Parag Patil

Aws overview part 2(compute services)
Aws overview   part 2(compute services)Aws overview   part 2(compute services)
Aws overview part 2(compute services)Parag Patil
 
Billing & pricing
Billing & pricing Billing & pricing
Billing & pricing Parag Patil
 
Databases overview & concepts
Databases overview & conceptsDatabases overview & concepts
Databases overview & conceptsParag Patil
 
Spring boot-application
Spring boot-applicationSpring boot-application
Spring boot-applicationParag Patil
 
Databases on aws part 2
Databases on aws   part 2Databases on aws   part 2
Databases on aws part 2Parag Patil
 
Aws object storage and cdn(s3, glacier and cloud front) part 2
Aws object storage and cdn(s3, glacier and cloud front)   part 2Aws object storage and cdn(s3, glacier and cloud front)   part 2
Aws object storage and cdn(s3, glacier and cloud front) part 2Parag Patil
 
Development tools
Development toolsDevelopment tools
Development toolsParag Patil
 
Cloud concepts-and-technologies
Cloud concepts-and-technologiesCloud concepts-and-technologies
Cloud concepts-and-technologiesParag Patil
 
Aws overview part 3(databases, dns and management services)
Aws overview   part 3(databases, dns and management services)Aws overview   part 3(databases, dns and management services)
Aws overview part 3(databases, dns and management services)Parag Patil
 
Databases on aws part 1
Databases on aws   part 1Databases on aws   part 1
Databases on aws part 1Parag Patil
 
Elastic beanstalk
Elastic beanstalkElastic beanstalk
Elastic beanstalkParag Patil
 
Identity access management (iam)
Identity access management (iam)Identity access management (iam)
Identity access management (iam)Parag Patil
 

More from Parag Patil (15)

Aws overview part 2(compute services)
Aws overview   part 2(compute services)Aws overview   part 2(compute services)
Aws overview part 2(compute services)
 
Billing & pricing
Billing & pricing Billing & pricing
Billing & pricing
 
Databases overview & concepts
Databases overview & conceptsDatabases overview & concepts
Databases overview & concepts
 
Spring boot-application
Spring boot-applicationSpring boot-application
Spring boot-application
 
Databases on aws part 2
Databases on aws   part 2Databases on aws   part 2
Databases on aws part 2
 
Aws object storage and cdn(s3, glacier and cloud front) part 2
Aws object storage and cdn(s3, glacier and cloud front)   part 2Aws object storage and cdn(s3, glacier and cloud front)   part 2
Aws object storage and cdn(s3, glacier and cloud front) part 2
 
Security
SecuritySecurity
Security
 
Development tools
Development toolsDevelopment tools
Development tools
 
Cloud concepts-and-technologies
Cloud concepts-and-technologiesCloud concepts-and-technologies
Cloud concepts-and-technologies
 
Aws overview part 3(databases, dns and management services)
Aws overview   part 3(databases, dns and management services)Aws overview   part 3(databases, dns and management services)
Aws overview part 3(databases, dns and management services)
 
Word press site
Word press siteWord press site
Word press site
 
Dynamo db
Dynamo dbDynamo db
Dynamo db
 
Databases on aws part 1
Databases on aws   part 1Databases on aws   part 1
Databases on aws part 1
 
Elastic beanstalk
Elastic beanstalkElastic beanstalk
Elastic beanstalk
 
Identity access management (iam)
Identity access management (iam)Identity access management (iam)
Identity access management (iam)
 

Recently uploaded

RAJKOT CALL GIRLS 92628/71154 RAJKOT CAL
RAJKOT CALL GIRLS 92628/71154 RAJKOT CALRAJKOT CALL GIRLS 92628/71154 RAJKOT CAL
RAJKOT CALL GIRLS 92628/71154 RAJKOT CALNiteshKumar82226
 
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝Lipikasharma29
 
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...aakahthapa70
 
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...Delhi Escorts Service
 
MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154NiteshKumar82226
 
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...aakahthapa70
 
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...riyaescorts54
 
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579diyaspanoida
 
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNiteshKumar82226
 
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.riyadelhic riyadelhic
 
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLBHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLNiteshKumar82226
 
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaDelhi Escorts Service
 
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaDelhi Escorts Service
 
SURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GSURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GNiteshKumar82226
 
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579Best VIP Call Girls Noida Sector 23 Call Me: 8700611579
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579diyaspanoida
 
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Availablenitugupta1209
 
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Delhi Escorts Service
 
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...Goa Call Girls Service Goa escort agency
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝thapagita
 

Recently uploaded (20)

RAJKOT CALL GIRLS 92628/71154 RAJKOT CAL
RAJKOT CALL GIRLS 92628/71154 RAJKOT CALRAJKOT CALL GIRLS 92628/71154 RAJKOT CAL
RAJKOT CALL GIRLS 92628/71154 RAJKOT CAL
 
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝
Call Girls in Janakpuri Delhi 💯 Call Us 🔝9667422720🔝
 
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...
Call Girls In {Laxmi Nagar Delhi} 9667938988 Indian Russian High Profile Girl...
 
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
100% Real Call Girls In Hazrat Nizamuddin Railway Station Delhi | Just Call 9...
 
MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154MYSORE CALL GIRLS ESCORT SER 92628/71154
MYSORE CALL GIRLS ESCORT SER 92628/71154
 
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...
Call Girls In {Green Park Delhi} 9667938988 Indian Russian High Profile Girls...
 
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
Hot Vip Call Girls Service In Sector 149,9818099198 Young Female Escorts Serv...
 
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
Best VIP Call Girl Noida Sector 48 Call Me: 8700611579
 
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALLNAGPUR CALL GIRL 92628*71154 NAGPUR CALL
NAGPUR CALL GIRL 92628*71154 NAGPUR CALL
 
Call Girls In Goa For Fun 9316020077 By Goa Call Girls For Pick Up Night
Call Girls In  Goa  For Fun 9316020077 By  Goa  Call Girls For Pick Up NightCall Girls In  Goa  For Fun 9316020077 By  Goa  Call Girls For Pick Up Night
Call Girls In Goa For Fun 9316020077 By Goa Call Girls For Pick Up Night
 
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
Call Now ☎9870417354|| Call Girls in Dwarka Escort Service Delhi N.C.R.
 
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALLBHOPAL CALL GIRL 92628*71154 BHOPAL CALL
BHOPAL CALL GIRL 92628*71154 BHOPAL CALL
 
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 85 Noida 9711911712 Escorts ServiCe Noida
 
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe NoidaCall Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
Call Girls In Sector 94 Noida 9711911712 Escorts ServiCe Noida
 
SURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL GSURAT CALL GIRL 92628/71154 SURAT CALL G
SURAT CALL GIRL 92628/71154 SURAT CALL G
 
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579Best VIP Call Girls Noida Sector 23 Call Me: 8700611579
Best VIP Call Girls Noida Sector 23 Call Me: 8700611579
 
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
9811611494,Low Rate Call Girls In Connaught Place Delhi 24hrs Available
 
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
Call Girls In Sector 90, (Gurgaon) Call Us. 9711911712
 
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...Russian Call Girls  in Goa %(9316020077)# Russian Call Girls  in Goa By Russi...
Russian Call Girls in Goa %(9316020077)# Russian Call Girls in Goa By Russi...
 
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
Call Girls in Majnu ka Tilla Delhi 💯 Call Us 🔝9711014705🔝
 

Aws object storage and cdn(s3, glacier and cloud front) part 1

  • 2. AWS Object Storage 2 ▪ Cloud object storage makes it possible to store practically limitless amounts of data in its native format ▪ As businesses grow, you're managing rapidly expanding but isolated pools of data from many sources that are used by any number of applications and business processes. ▪ Today, many companies struggle with a fragmented storage portfolio that adds complexity and slows down innovation for business applications. ▪ Object storage helps you break down these silos by providing massively scalable, cost-effective storage to store any type of data in its native format. ▪ With AWS object storage solutions like Amazon Simple Storage Service (Amazon S3) and Amazon Glacier, you manage your storage in one place with an easy-to-use application interface. ▪ You can use policies to optimize storage costs, tiering between different storage classes automatically. AWS makes storage easier to use to perform analysis, gain insights, and make better decisions faster.
  • 3. AWS S3 3 ▪ Amazon Simple Storage Service (Amazon S3) is storage for the Internet.You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web. ▪ S3 = Simple Storage Service ▪ A Service Oriented Architecture which provides online storage using web services. ▪ Allows read, write, and delete permissions on objects . Uses REST and SOAP protocols for messaging, so you can use various development toolkits with S3. ▪ This guide introduces you to Amazon S3 and how to use the AWS Management Console to complete the tasks shown in the following figure.
  • 4. Create an S3 bucket 4 To create an S3 bucket 1. Sign in to the AWS Management Console and open the Amazon S3 console athttps://console.aws.amazon.com/s3/. 2. Choose Create bucket.
  • 5. Create an S3 bucket 5 3. In the Bucket name field, type a unique DNS-compliant name for your new bucket. (The example screen shot uses the bucket name admin-created.You cannot use this name because S3 bucket names must be unique.) Create your own bucket name using the follow naming guidelines: ▪ The name must be unique across all existing bucket names in Amazon S3. ▪ After you create the bucket you cannot change the name, so choose wisely. ▪ Choose a bucket name that reflects the objects in the bucket because the bucket name is visible in the URL that points to the objects that you're going to put in your bucket.
  • 6. Create an S3 bucket 6 4. For Region, choose USWest (Oregon) as the region where you want the bucket to reside. 5. Choose Create. 6. Else you could configure for Versioning , access Log, Encryption, permissions etc.
  • 7. Version Control 7 ▪ Versioning is a means of keeping multiple variants of an object in the same bucket. ▪ You can use versioning to preserve, retrieve, and restore every version of every object stored in your Amazon S3 bucket. ▪ With versioning, you can easily recover from both unintended user actions and application failures. ▪ Versioning-enabled buckets enable you to recover objects from accidental deletion or overwrite. For example: ▪ If you delete an object, instead of removing it permanently, Amazon S3 inserts a delete marker, which becomes the current object version.You can always restore the previous version. ▪ If you overwrite an object, it results in a new object version in the bucket.You can always restore the previous version.
  • 8. Version Control 8 Key = a.txt ID: 1 Key = a.txt ID: 2 Key = a.txt ID: 3 • In one bucket, for example, you can have three objects with the same key, but different version IDs, such as a.txt (version 1) , a.txt (version 2) and a.txt (version 3) . • Buckets can be in one of three states: unversioned (the default), versioning-enabled, or versioning-suspended. • The versioning state applies to all (never some) of the objects in that bucket.The first time you enable a bucket for versioning, objects in it are thereafter always versioned and given a unique version ID. Important Once you version-enable a bucket, it can never return to an unversioned state.You can, however, suspend versioning on that bucket.
  • 9. Cross Region Replication(CRR) 9 ▪ Cross-region replication is a bucket-level configuration that enables automatic, asynchronous copying of objects across buckets in different AWS Regions. We refer to these buckets as source bucket and destination bucket.These buckets can be owned by different AWS accounts. ▪ To activate this feature, you add a replication configuration to your source bucket to direct Amazon S3 to replicate objects according to the configuration. In the replication configuration, you provide information such as the following: – destination bucket – objects you want to replicate – storage class to use for object replicas in the destination bucket (storage class of source bucket)
  • 10. Cross Region Replication(CRR) Use-Case Scenarios ▪ Compliance requirements – Although, by default, Amazon S3 stores your data across multiple geographically distant Availability Zones, compliance requirements might dictate that you store data at even further distances. Cross-region replication allows you to replicate data between distant AWS Regions to satisfy these compliance requirements. ▪ Minimize latency –Your customers are in two geographic locations.To minimize latency in accessing objects, you can maintain object copies in AWS Regions that are geographically closer to your users. ▪ Operational reasons –You have compute clusters in two different AWS Regions that analyze the same set of objects.You might choose to maintain object copies in those Regions. 10
  • 11. Life Cycle Management 11 ▪ To manage your objects so that they are stored cost effectively throughout their lifecycle, configure their lifecycle. A lifecycle configuration is a set of rules that define actions that Amazon S3 applies to a group of objects.There are two types of actions: ▪ Transition actions - Define when objects transition to another storage class. For example, you might choose to transition objects to the STANDARD_IA storage class 30 days after you created them, or archive objects to the GLACIER storage class one year after creating them. ▪ There are costs associated with the lifecycle transition requests. For pricing information, see Amazon S3 Pricing. ▪ Expiration actions - Define when objects expire. Amazon S3 deletes expired objects on your behalf. ▪ The lifecycle expiration costs depend on when you choose to expire objects.
  • 13. Amazon Glacier 13 What Is Amazon Glacier? • Amazon Glacier is a storage service optimized for infrequently used data, or "cold data." • Amazon Glacier is an extremely low-cost storage service that provides durable storage with security features for data archiving and backup. • With Amazon Glacier, customers can store their data cost effectively for months, years, or even decades. • Amazon Glacier enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure detection and recovery, or time-consuming hardware migrations.
  • 14. Amazon Glacier 14 What Is Amazon Glacier? • Amazon Simple Storage Service (Amazon S3) supports lifecycle configuration on an S3 bucket, which enables you to transition objects to the Amazon S3 GLACIER storage class for archival. • When you transition Amazon S3 objects to the GLACIER storage class,Amazon S3 internally usesAmazon Glacier for durable storage at lower cost. • Although the objects are stored in Amazon Glacier, they remain Amazon S3 objects that you manage in Amazon S3, and you cannot access them directly through Amazon Glacier.

Editor's Notes

  1. https://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html
  2. https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html
  3. https://docs.aws.amazon.com/AmazonS3/latest/gsg/CreatingABucket.html
  4. https://docs.aws.amazon.com/AmazonS3/latest/gsg/PuttingAnObjectInABucket.html