S3 Flashcards

1
Q

S3 Outline

A
  • 101 and Bucket
  • Versioning and Lifecycle Management
  • CRR
  • Security and Encryption
  • Storage Gateway
  • Snowball
  • S3 Static Website
  • Transfer Acceleration
    *
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

S3 Versioning Exam Essentials

A
  1. Store all versions of an object (incl. all writes and even you delete an object)
  2. Great backup tools
  3. Once enabled. Can not be disabled only suspended
  4. integrated with Lifecycle rules
  5. Versioning’s MFA Delete capability, using MFA to provide additional layer of security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

S3 101 Basics

A
  • S3 is object based. Allow you to upload files, not for OS and APPs
  • Files can be from 0 Bytes to 5 TB
  • Unlimited storage
  • Files stored in bucket
  • Using a universal namespace and every bucket’s must be unique
  • Name structure : https://s3-eu-west-1.amazonaws.com/acloudguru
  • HTTP 200 status code for successfully uploading.
  • Key fundamentals:
    • Key (name)
    • Value (data)
    • Version ID
    • Metadata
    • Subresources
      • ACL
      • Torrent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

S3 Storage Classes/Tiers

A
  • S3 (durable, immediately accessible, frequently accessed)
  • S3-IA :durable, immediately accessible, infrequently accessed
  • S3-RRS :durable, immediately accessible, frequently accessed,low redundancy for reproducible data such as thumb nails etc.
  • S3-One Zone-IA : Availablility lower than S3-IA, 99.5% yearly.
  • Glacier : Achived date, optional minutes or hours wating time before accessible.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bucket Basics

A
  • Universal space
  • Upload an object to S3 receive a HTTP 200 Code when successfull
  • S3, S3IA, S3 OZIA, S3 RRS,
  • Encryption:
    • Client side encryption
    • Server side encryption
      • AWS SSE-S3
      • SSE-KMS
      • SSE-C
  • Control access to bucket using either a bucket ACL or Bucket Policy
  • Buckets and objects in them are private by default
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

S3-Cross Region Replication

  • Versioning enable for source and destination buckets
  • Regions must be unique for source and destination
  • Files existing before CRR enabled will not be replicated automatically and subsequent updates will be replicated automatically.
  • CAN NOT replicate to multiple buckets or using daisy chaining (currently only)
  • Delete markers are replicated
  • Deleting individual versions or delete markers will not be replicated.
  • Master CRR at a high level
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

S3-Charges

  • Storage
  • Requests
  • Storage Management Pricing : CRR, Versioning etc, Encryption
  • Data Transfer Pricing
  • Transfer Acceleration
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the minimum object size for S3 - IA?

A

128KB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

S3-Security

A
  • In transit : TLS
  • At rest:
    • Client side encryption
    • Server side encryption:
      • SSE - S3
      • SSE - KMS
      • SSE - C
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Storage Gateway

A
  • VM Image ready for VMware ESXi or MS Hyper-V
  • Install and activation within AWS Console
  • Type:
    • File Gateway (NFS) : Flat files stored directly into S3 , Can be deployed on premises or within VPC
    • Volumes Gateway (iSCSI) :
      • Stored Volumes : Entire Dataset on site 1G - 16T, Incremental snapshot backuped into S3
      • Cached Volumes : Entire Dataset on S3, most frequently accessed data cached on site.
    • Tape Gateway (VTL) : for backup using NetBackup, Backup Exec, Veeam etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Snowball

A
  • Snowball:
    • PB scale data transport solution
    • TPM for security
    • 80TB all regions
  • Snowball edge : 100TB with computation power
  • Snowmobile : 100PB
  • TIPS:
    • Import/Export to S3
    • Import and export
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

snowball Lab

A
  • Install snowball client
  • connect and power on snowball
  • using snowball command to copy files into snowball
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

S3 Transfer Acceleration

A
  • Using AWS Backbone network, CloudFront and Edge Location to accelerate data transfer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Static Website hosting

A
  • Only for static content not for dynamic such as php etc.
  • automatically scaling
  • URL format : http://mynimbuswebsite.s3-website-us-east-1.amazonaws.com/
How well did you know this?
1
Not at all
2
3
4
5
Perfectly