S3 Flashcards

1
Q

S3 Facts

A

Objects stay within an AWS region and are synced across all AZ’s for extremely high availability and durability.

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

S3 Objects

A

each object must be assigned a storage type, which determines the object’s availability, durability, and cost.

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

S3 Foolders

A

FOR SIMPLICITY, S3 supports the concept of “folders”.
This is done only as a means of grouping objects.
amazon s3 does this by using key-name prefixes for objects.
S3 has a flat structure, there is no hierarchy like you would see in a typical file system.

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

S3 permissions

A
    • all buckets and objects are private by default
    • The resources owner can grant access to the resource through S3 “resource based policies” or a traditional IAM user policy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bucket policies

A
  • only attached to the S3 bucket.
  • the permissions in the policy are applied to all objects in the bucket.
  • The policy specifies what actions are allowed or denied for a particular user of that bucket.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

S3 access control lists

A
  • grant access to users in other AWS accounts or to the public.
  • Both buckets and objects has ACLs.
    Object ACLs allow us to share an S3 object with the public via a URL link.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

S3 Versioning

A

on bucket level.

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

Lifecycle policies

A

a set of rules that automate the migration of an object’s storage class to a different storage class(or deletion), based on specified time intervals.

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

S3 event Notifications

A

S3 events notification allow you to setup automated communication between S3 and other AWS services when a selected event occurs in an S3 bucket.

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

Common event notification triggers

A

RRSObjectLost

ObjectCreated – Put, Post, Copy, COmpleteMultiPartUpload, Delete, Delete Marker Created, Object delete.

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

Events notification sends to AWS service

A

SNS, SQS, Lambda.

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

Static Web Hosting

A

route 53 can also map huma-readable domain name to static web hosting buckets, which are ideal for DNS failover solutions.

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

CORS

A

is a method of allowing a web application located in one domain to access and use resources in another domain.
- This allows web applications running javascript or HTML5 to access resources in an S3 bucket without using a proxy server.

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

Storage Gateway

A

Connects local data center software appliance to cloud based storage such as Amazon S3.

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

Gateway-Cached Volumes

A
  • -Create storage volumes and mount them as iSCSI devices on the on-premise servers.
  • -The gateway will store the data written to this volume in Amazon S3 and will cache frequently access data on-premise in the storage device.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Gateway-Stored Volumes

A
  • -Store all the data locally(on-premise) in storage volumes.
    • Gateway will periodically take snapshots of the data as incremental backups and stores them on Amazon S3.