SlideShare ist ein Scribd-Unternehmen logo
1 von 20
zekeLabs
Learning made Simpler !
www.zekeLabs.com
Amazon Web Services
AWS S3: Simple Storage Service
S3 – Basics
• S3 is a safe place to store your files.
• It is Object based storage.
• The data is spread across multiple devices and facilities
• S3 is Object based i.e. allows you to upload files.
• File size can be from 0 Bytes to 5 TB.
• There is unlimited storage
• Files are stored in Buckets.
• Account→Bucket -> Object
S3 – Hierarchy and limits
S3 – Basics
• S3 bucket has a universal namespace, that is, names must be unique globally.
• https://s3-eu-west-1.amazonaws.com/ashishrpandeyfirstbucket
• When you upload a file to S3 you will receive a HTTP 200 code if the upload was successful.
• S3 provides developers and IT teams with secure, durable, highly-scalable object storage.
• Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data
from anywhere on the web.
S3 – Buckets
• You can then upload any number of objects (pics, docs etc) to the bucket.
• An Amazon S3 bucket name is globally unique and buckets are created in a region you specify
• You can create up to 100 buckets in each of your AWS accounts.
• There is no limit to the number of objects that can be stored in a bucket and no difference in performance
whether you use many buckets or just a few.
• You cannot create a bucket within another bucket.
• You can delete the bucket when not in use and that bucket name can be reused.
• If you want other users or AWS resources to access your bucket you have to make it public
• You can have multiple versions of objects in your bucket by enabling version control
S3 – Static Web hosting
• You can host a static website on Amazon S3
• Amazon S3 does not support server-side scripting.
• To host a static website, you configure an Amazon S3 bucket for website hosting, and then upload your
website content to the bucket.
• This bucket must have public read access.
• The website is then available at the AWS Region-specific website endpoint of the bucket
S3 – Cross Region Replication
● Cross-region replication is a bucket-level configuration that enables automatic, asynchronous copying of
objects across buckets in different AWS Regions
● These buckets can be owned by different AWS accounts.
● You need to add a replication configuration to your source bucket to direct Amazon S3 to replicate objects
● Amazon S3 stores object replicas using the same storage class as the source object
S3 Features
•Durability and availability
•Tiered Storage Available
• Lifecycle Management
•Versioning
•Encryption
•Secure your data using Access Control Lists and Bucket Policies
S3 Storage Classes:
• S3-Standard - 99.99% availability, 99.999999999% durability, stored redundantly across multiple devices in
multiple facilities and is designed to sustain the loss of 2 facilities concurrently.
• S3 - IA (Infrequently Accessed): For data that is accessed less frequently, but requires rapid access when
needed. Lower fee than S3, but you are charged a retrieval fee.
• S3-one-zone-IA : For data that is accessed less frequently, but requires rapid access when needed, but
replicated within one-zone only.
• Reduced Redundancy Storage - Designed to provide 99.99% durability and 99.99% availability of objects
over a given year.
• Glacier - Very cheap, but used for archival only. It takes 3 – 5 hours to restore from Glacier.
S3 Storage Class Comparison:
S3 Standard
S3 Standard-
IA
S3
One Zone-IA
Amazon
Glacier
Designed for
Durability
99.999999999% 99.999999999% 99.999999999%† 99.999999999%
Designed for
Availability
99.99% 99.9% 99.5% N/A
Availability SLA 99.9% 99% 99% N/A
Availability Zones >3 >3 1 >3
Minimum Capacity
Charge per Object
N/A 128KB* 128KB* N/A
Minimum Storage
Duration Charge
N/A 30 days 30 days 90 days
Retrieval Fee N/A per GB retrieved per GB retrieved per GB retrieved**
First Byte Latency milliseconds milliseconds milliseconds
select minutes or
hours***
Storage Type Object Object Object Object
Lifecycle Transitions Yes Yes Yes Yes
S3 Storage Classes:
What is Glacier??
Glacier is an extremely low-cost storage service for data archival. Amazon Glacier stores data for as little as
$0.01 per gigabyte per month, and is optimized for data that is infrequently accessed and for which retrieval
times of 3 to 5 hours are suitable.
S3 Charges:
Charged for
- Storage space
- Requests
- Storage Management Pricing
- Data Transfer Pricing
- Transfer Acceleration
For more details refer to :
https://calculator.s3.amazonaws.com/index.html
S3 Transfer Acceleration:
• Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances
between your end users and and S3 bucket.
• Transfer Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. As the
data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.
S3 Life Cycle Management:
• Can be used in conjunction with versioning.
• Can be applied to current versions and previous versions.
• Following actions can now be done
• Transition to the Standard - Infrequent Access Storage Class
(128Kb and 30 days after the creation date).
• Archive to the Glacier Storage Class (30 days after IA, if relevant)
• Expire
S3: Security and Encryption
S3 Securing your bucket:
• By default, all newly created buckets are PRIVATE
• You can setup access control to your buckets using;
- Bucket Policies
- Access Control Lists
• S3 buckets can be configured to create access logs which log all requests made to the S3 bucket. This can
also be done to another bucket.
S3 Securing your bucket:
• In Transit
- SSL/TLS
• At Rest
Server Side Encryption
- S3 Managed Keys – SSE(Server Side Encryption)-S3
- AWS Key Management Service, Managed Keys - SSE-KMS
- SSE with Customer Provided Keys -SSE-C
Client Side Encryption
S3 Server Access Logging
● To track requests for access to your bucket, you can enable access logging.
● Each access log record provides details about a single access request such as the requester, bucket
name, request time, request action, response status, and error code
● Access log information can be useful in security and access audits.
● It can also help you learn about your customer base and understand your Amazon S3 bill.
● By default, logging is disabled. When logging is enabled, logs are saved to a bucket in the same AWS
Region as the source bucket.
Visit : www.zekeLabs.com for more details
THANK YOU
Let us know how can we help your organization to Upskill the
employees to stay updated in the ever-evolving IT Industry.
Get in touch:
www.zekeLabs.com | +91-8095465880 | info@zekeLabs.com

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Aws ppt
Aws pptAws ppt
Aws ppt
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
 
AWS Cloud Watch
AWS Cloud WatchAWS Cloud Watch
AWS Cloud Watch
 
ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
 
Security Architectures on AWS
Security Architectures on AWSSecurity Architectures on AWS
Security Architectures on AWS
 
A Brief Look at Serverless Architecture
A Brief Look at Serverless ArchitectureA Brief Look at Serverless Architecture
A Brief Look at Serverless Architecture
 
Intro to AWS Lambda
Intro to AWS Lambda Intro to AWS Lambda
Intro to AWS Lambda
 
Introduction to Amazon S3
Introduction to Amazon S3Introduction to Amazon S3
Introduction to Amazon S3
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-Practices
 
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
Amazon Virtual Private Cloud (VPC): Networking Fundamentals and Connectivity ...
 
Introduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best PracticesIntroduction to AWS VPC, Guidelines, and Best Practices
Introduction to AWS VPC, Guidelines, and Best Practices
 
Getting Started with Serverless Architectures
Getting Started with Serverless ArchitecturesGetting Started with Serverless Architectures
Getting Started with Serverless Architectures
 
Introduction to Serverless
Introduction to ServerlessIntroduction to Serverless
Introduction to Serverless
 
Amazon services ec2
Amazon services ec2Amazon services ec2
Amazon services ec2
 
AWS Lambda
AWS LambdaAWS Lambda
AWS Lambda
 
Introduction to Identity and Access Management (IAM)
Introduction to Identity and Access Management (IAM)Introduction to Identity and Access Management (IAM)
Introduction to Identity and Access Management (IAM)
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
Deep dive into AWS IAM
Deep dive into AWS IAMDeep dive into AWS IAM
Deep dive into AWS IAM
 
AWS solution Architect Associate study material
AWS solution Architect Associate study materialAWS solution Architect Associate study material
AWS solution Architect Associate study material
 
Amazon CloudFront 101
Amazon CloudFront 101Amazon CloudFront 101
Amazon CloudFront 101
 

Ähnlich wie AWS Simple Storage Service (s3)

Ähnlich wie AWS Simple Storage Service (s3) (20)

AWS Storage - S3 Fundamentals
AWS Storage - S3 FundamentalsAWS Storage - S3 Fundamentals
AWS Storage - S3 Fundamentals
 
AWS-S3.pptx
AWS-S3.pptxAWS-S3.pptx
AWS-S3.pptx
 
Aws object storage and cdn(s3, glacier and cloud front) part 1
Aws object storage and cdn(s3, glacier and cloud front)   part 1Aws object storage and cdn(s3, glacier and cloud front)   part 1
Aws object storage and cdn(s3, glacier and cloud front) part 1
 
Amazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo dbAmazon ec2 s3 dynamo db
Amazon ec2 s3 dynamo db
 
Getting started with S3
Getting started with S3Getting started with S3
Getting started with S3
 
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
 
Storage with Amazon S3 and Amazon Glacier
Storage with Amazon S3 and Amazon GlacierStorage with Amazon S3 and Amazon Glacier
Storage with Amazon S3 and Amazon Glacier
 
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
 
Storage & Content Delivery
Storage & Content DeliveryStorage & Content Delivery
Storage & Content Delivery
 
Understanding AWS Storage Options
Understanding AWS Storage OptionsUnderstanding AWS Storage Options
Understanding AWS Storage Options
 
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 Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery BootcampAWS Amazon S3 Mastery Bootcamp
AWS Amazon S3 Mastery Bootcamp
 
AWS Storage services
AWS Storage servicesAWS Storage services
AWS Storage services
 
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
 
SRV403 Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
SRV403 Deep Dive on Object Storage: Amazon S3 and Amazon GlacierSRV403 Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
SRV403 Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
 
Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
Deep Dive on Object Storage: Amazon S3 and Amazon GlacierDeep Dive on Object Storage: Amazon S3 and Amazon Glacier
Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
 
Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
Deep Dive on Object Storage: Amazon S3 and Amazon GlacierDeep Dive on Object Storage: Amazon S3 and Amazon Glacier
Deep Dive on Object Storage: Amazon S3 and Amazon Glacier
 
Deep Dive on Amazon S3
Deep Dive on Amazon S3Deep Dive on Amazon S3
Deep Dive on Amazon S3
 
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
 

Mehr von zekeLabs Technologies

Mehr von zekeLabs Technologies (20)

Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
Webinar - Build Cloud-native platform using Docker, Kubernetes, Prometheus, I...
 
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabsDesign Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
Design Patterns for Pods and Containers in Kubernetes - Webinar by zekeLabs
 
[Webinar] Following the Agile Footprint - zekeLabs
[Webinar] Following the Agile Footprint - zekeLabs[Webinar] Following the Agile Footprint - zekeLabs
[Webinar] Following the Agile Footprint - zekeLabs
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
A curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & KubernetesA curtain-raiser to the container world Docker & Kubernetes
A curtain-raiser to the container world Docker & Kubernetes
 
Docker - A curtain raiser to the Container world
Docker - A curtain raiser to the Container worldDocker - A curtain raiser to the Container world
Docker - A curtain raiser to the Container world
 
Serverless and cloud computing
Serverless and cloud computingServerless and cloud computing
Serverless and cloud computing
 
SQL
SQLSQL
SQL
 
02 terraform core concepts
02 terraform core concepts02 terraform core concepts
02 terraform core concepts
 
08 Terraform: Provisioners
08 Terraform: Provisioners08 Terraform: Provisioners
08 Terraform: Provisioners
 
Outlier detection handling
Outlier detection handlingOutlier detection handling
Outlier detection handling
 
Nearest neighbors
Nearest neighborsNearest neighbors
Nearest neighbors
 
Naive bayes
Naive bayesNaive bayes
Naive bayes
 
Master guide to become a data scientist
Master guide to become a data scientist Master guide to become a data scientist
Master guide to become a data scientist
 
Linear regression
Linear regressionLinear regression
Linear regression
 
Linear models of classification
Linear models of classificationLinear models of classification
Linear models of classification
 
Grid search, pipeline, featureunion
Grid search, pipeline, featureunionGrid search, pipeline, featureunion
Grid search, pipeline, featureunion
 
Feature selection
Feature selectionFeature selection
Feature selection
 
Essential NumPy
Essential NumPyEssential NumPy
Essential NumPy
 
Ensemble methods
Ensemble methods Ensemble methods
Ensemble methods
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

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...
 
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
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
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
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 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
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 

AWS Simple Storage Service (s3)

  • 1. zekeLabs Learning made Simpler ! www.zekeLabs.com
  • 2. Amazon Web Services AWS S3: Simple Storage Service
  • 3. S3 – Basics • S3 is a safe place to store your files. • It is Object based storage. • The data is spread across multiple devices and facilities • S3 is Object based i.e. allows you to upload files. • File size can be from 0 Bytes to 5 TB. • There is unlimited storage • Files are stored in Buckets. • Account→Bucket -> Object
  • 4. S3 – Hierarchy and limits
  • 5. S3 – Basics • S3 bucket has a universal namespace, that is, names must be unique globally. • https://s3-eu-west-1.amazonaws.com/ashishrpandeyfirstbucket • When you upload a file to S3 you will receive a HTTP 200 code if the upload was successful. • S3 provides developers and IT teams with secure, durable, highly-scalable object storage. • Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data from anywhere on the web.
  • 6. S3 – Buckets • You can then upload any number of objects (pics, docs etc) to the bucket. • An Amazon S3 bucket name is globally unique and buckets are created in a region you specify • You can create up to 100 buckets in each of your AWS accounts. • There is no limit to the number of objects that can be stored in a bucket and no difference in performance whether you use many buckets or just a few. • You cannot create a bucket within another bucket. • You can delete the bucket when not in use and that bucket name can be reused. • If you want other users or AWS resources to access your bucket you have to make it public • You can have multiple versions of objects in your bucket by enabling version control
  • 7. S3 – Static Web hosting • You can host a static website on Amazon S3 • Amazon S3 does not support server-side scripting. • To host a static website, you configure an Amazon S3 bucket for website hosting, and then upload your website content to the bucket. • This bucket must have public read access. • The website is then available at the AWS Region-specific website endpoint of the bucket
  • 8. S3 – Cross Region Replication ● Cross-region replication is a bucket-level configuration that enables automatic, asynchronous copying of objects across buckets in different AWS Regions ● These buckets can be owned by different AWS accounts. ● You need to add a replication configuration to your source bucket to direct Amazon S3 to replicate objects ● Amazon S3 stores object replicas using the same storage class as the source object
  • 9. S3 Features •Durability and availability •Tiered Storage Available • Lifecycle Management •Versioning •Encryption •Secure your data using Access Control Lists and Bucket Policies
  • 10. S3 Storage Classes: • S3-Standard - 99.99% availability, 99.999999999% durability, stored redundantly across multiple devices in multiple facilities and is designed to sustain the loss of 2 facilities concurrently. • S3 - IA (Infrequently Accessed): For data that is accessed less frequently, but requires rapid access when needed. Lower fee than S3, but you are charged a retrieval fee. • S3-one-zone-IA : For data that is accessed less frequently, but requires rapid access when needed, but replicated within one-zone only. • Reduced Redundancy Storage - Designed to provide 99.99% durability and 99.99% availability of objects over a given year. • Glacier - Very cheap, but used for archival only. It takes 3 – 5 hours to restore from Glacier.
  • 11. S3 Storage Class Comparison: S3 Standard S3 Standard- IA S3 One Zone-IA Amazon Glacier Designed for Durability 99.999999999% 99.999999999% 99.999999999%† 99.999999999% Designed for Availability 99.99% 99.9% 99.5% N/A Availability SLA 99.9% 99% 99% N/A Availability Zones >3 >3 1 >3 Minimum Capacity Charge per Object N/A 128KB* 128KB* N/A Minimum Storage Duration Charge N/A 30 days 30 days 90 days Retrieval Fee N/A per GB retrieved per GB retrieved per GB retrieved** First Byte Latency milliseconds milliseconds milliseconds select minutes or hours*** Storage Type Object Object Object Object Lifecycle Transitions Yes Yes Yes Yes
  • 12. S3 Storage Classes: What is Glacier?? Glacier is an extremely low-cost storage service for data archival. Amazon Glacier stores data for as little as $0.01 per gigabyte per month, and is optimized for data that is infrequently accessed and for which retrieval times of 3 to 5 hours are suitable.
  • 13. S3 Charges: Charged for - Storage space - Requests - Storage Management Pricing - Data Transfer Pricing - Transfer Acceleration For more details refer to : https://calculator.s3.amazonaws.com/index.html
  • 14. S3 Transfer Acceleration: • Amazon S3 Transfer Acceleration enables fast, easy, and secure transfers of files over long distances between your end users and and S3 bucket. • Transfer Acceleration takes advantage of Amazon CloudFront’s globally distributed edge locations. As the data arrives at an edge location, data is routed to Amazon S3 over an optimized network path.
  • 15. S3 Life Cycle Management: • Can be used in conjunction with versioning. • Can be applied to current versions and previous versions. • Following actions can now be done • Transition to the Standard - Infrequent Access Storage Class (128Kb and 30 days after the creation date). • Archive to the Glacier Storage Class (30 days after IA, if relevant) • Expire
  • 16. S3: Security and Encryption
  • 17. S3 Securing your bucket: • By default, all newly created buckets are PRIVATE • You can setup access control to your buckets using; - Bucket Policies - Access Control Lists • S3 buckets can be configured to create access logs which log all requests made to the S3 bucket. This can also be done to another bucket.
  • 18. S3 Securing your bucket: • In Transit - SSL/TLS • At Rest Server Side Encryption - S3 Managed Keys – SSE(Server Side Encryption)-S3 - AWS Key Management Service, Managed Keys - SSE-KMS - SSE with Customer Provided Keys -SSE-C Client Side Encryption
  • 19. S3 Server Access Logging ● To track requests for access to your bucket, you can enable access logging. ● Each access log record provides details about a single access request such as the requester, bucket name, request time, request action, response status, and error code ● Access log information can be useful in security and access audits. ● It can also help you learn about your customer base and understand your Amazon S3 bill. ● By default, logging is disabled. When logging is enabled, logs are saved to a bucket in the same AWS Region as the source bucket.
  • 20. Visit : www.zekeLabs.com for more details THANK YOU Let us know how can we help your organization to Upskill the employees to stay updated in the ever-evolving IT Industry. Get in touch: www.zekeLabs.com | +91-8095465880 | info@zekeLabs.com