AMAZON S3 Storage

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/74

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:48 PM on 9/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

75 Terms

1
New cards

What type of storage is Amazon S3?

Object Storage

2
New cards

Where are S3 objects stored?

Buckets

3
New cards

Which statement about an S3 bucket is TRUE?

A bucket is created in a specific AWS Region.

4
New cards

What uniquely identifies an S3 object?

Bucket + object key

5
New cards

Which statement about S3 directories is correct?

S3 objects are organized using keys; / creates a folder-like appearance. 

6
New cards

An S3 object consists of which of the following?

Body, metadata, tags, and potentially a version ID

7
New cards

A data engineer wants to upload a 20-GB file to S3. Which method is required?

Multipart upload

8
New cards

What is a major advantage of multipart upload?

It can parallelize uploads and improve transfer performance.

9
New cards

A company transfers very large files from a location geographically far from the S3 Region. Which feature can improve transfer speed by routing uploads through AWS edge locations?

S3 Transfer Acceleration

10
New cards

A data engineer needs to download only portions of a very large S3 object and parallelize the download. Which feature is appropriate?

Byte-range fetches

11
New cards

Which can be used to control access to S3 resources?

All of the above

12
New cards

An EC2 instance needs access to objects in S3. What is the preferred mechanism?

Attach an IAM role to the EC2 instance

13
New cards

A user in another AWS account needs access to a bucket. Which S3 mechanism can grant cross-account access?

Bucket policy

14
New cards

A company never wants a particular bucket to become publicly accessible. Which feature should be kept enabled?

S3 Block Public Access

15
New cards

Which statement about S3 authorization is MOST accurate?

Access can be allowed by identity/resource policies, but an explicit DENY prevents access.

16
New cards

A user accidentally overwrites an important S3 object. What should have been enabled to recover the previous version?

Versioning

17
New cards

Where is S3 Versioning enabled?

Bucket level

18
New cards

What happens when an object is deleted in a versioned bucket?

A delete marker can hide the current version while previous versions remain recoverable.

19
New cards

Versioning is suspended on a bucket. What happens to existing object versions?

They remain.

20
New cards

A company wants to replicate objects from one S3 Region to another Region. Which feature should it use?

CRR

21
New cards

A company wants to replicate objects between buckets in the same Region. Which feature should it use?

SRR

22
New cards

What must be enabled on both source and destination buckets for standard S3 replication?

Versioning

23
New cards

A company enables S3 replication today. What happens to existing objects by default?

Only new objects are replicated; Batch Replication can be used for existing objects.

24
New cards

A company needs predictable replication performance and wants monitoring/alerts when replication falls behind. Which feature should it consider?

S3 Replication Time Control

25
New cards

Which storage class is designed for frequently accessed data?

S3 Standard

26
New cards

A company needs inexpensive storage for data that is accessed infrequently but requires rapid retrieval. Which is MOST appropriate?

S3 Standard-IA

27
New cards

A company stores data that can be recreated and does not require multi-AZ storage. Which class may be appropriate?

S3 One Zone-IA

28
New cards

A company needs archived data with millisecond retrieval. Which class is designed for this?

Glacier Instant Retrieval

29
New cards

A company needs archive storage where retrieval can take minutes to hours. Which class is appropriate?

Glacier Flexible Retrieval

30
New cards

A company must retain compliance data for many years and rarely retrieves it. Which class is MOST appropriate?

Glacier Deep Archive

31
New cards

A company does not know how frequently its objects will be accessed and wants S3 to automatically move objects between access tiers. Which class is BEST?

S3 Intelligent-Tiering

32
New cards

Which Intelligent-Tiering feature distinguishes it from manually configured lifecycle transitions?

It automatically changes access tiers based on usage.

33
New cards

Which storage class stores data in a single Availability Zone?

S3 One Zone-IA

34
New cards

Which statement about S3 durability is TRUE?

S3 storage classes provide extremely high object durability.

35
New cards

A company wants objects to move from Standard to Standard-IA after 60 days and then to Glacier after six months. What should it configure?

S3 Lifecycle rules

36
New cards

Which lifecycle action permanently removes objects after a defined period?

Expiration

37
New cards

Which can S3 Lifecycle rules target?

All of the above

38
New cards

A company stores thumbnails that can easily be regenerated. They are needed for 60 days and then have no value. What is a cost-effective design?

Store in One Zone-IA and configure expiration after 60 days

39
New cards

A company needs deleted objects immediately recoverable for 30 days, then recoverable within 48 hours for another year. Which combination BEST fits?

Versioning + lifecycle transitions of noncurrent versions

40
New cards

A company wants recommendations about when objects should transition between Standard and Standard-IA. Which feature can help?

S3 Analytics / Storage Class Analysis

41
New cards

A company wants a Lambda function to run when an image is uploaded to S3. Which capability is appropriate?

S3 Event Notifications

42
New cards

Which destinations can receive S3 event notifications?

All of the above

43
New cards

A company wants sophisticated event filtering and many AWS service destinations for S3 events. Which service should it consider?

Amazon EventBridge

44
New cards

Which S3 encryption method uses keys managed and owned by AWS?

SSE-S3

45
New cards

A company wants AWS KMS to manage its encryption keys and wants key usage auditable through CloudTrail. Which option should it choose?

SSE-KMS

46
New cards

A customer wants to provide and manage its own encryption keys while S3 performs server-side encryption. Which option is appropriate?

SSE-C

47
New cards

A company wants to encrypt the data before it ever leaves its environment and retain complete control of the encryption process. Which approach is MOST appropriate?

Client-side encryption

48
New cards

Which encryption method requires the customer-provided key to accompany requests and requires HTTPS?

SSE-C

49
New cards

A company has extremely high S3 request volume and uses SSE-KMS. The workload begins hitting KMS request quotas. What is the likely bottleneck?

KMS API request limits

50
New cards

Which protocol provides encryption in transit when communicating with S3?

HTTPS/TLS

51
New cards

A large company has one S3 bucket containing finance, sales, and analytics data. Each group needs different access permissions. What feature can simplify managing access to the same bucket?

S3 Access Points

52
New cards

Each S3 Access Point can have its own:

DNS name and access point policy

53
New cards

A company wants an S3 Access Point accessible only from its VPC. What additional capability is required?

VPC endpoint

54
New cards

A workload requires extremely high request rates and single-digit millisecond latency and can tolerate single-AZ storage. Which S3 storage class should be considered?

S3 Express One Zone

55
New cards

Which is a defining characteristic of S3 Express One Zone?

High-performance storage in a single Availability Zone

56
New cards

What is Apache Iceberg?

A table format for data lakes

57
New cards

Which capability is associated with Apache Iceberg?

All of the above

58
New cards

A data lake team needs row-level updates/deletes, schema evolution, and historical table queries. Which technology is particularly relevant?

Apache Iceberg

59
New cards

What is a primary purpose of S3 Tables?

Purpose-built storage for tabular lakehouse data

60
New cards

S3 Tables provides managed table optimization capabilities such as compaction and snapshot management. What problem does this primarily address?

Managing table-format data efficiently in a lakehouse

61
New cards

A company wants organization-wide visibility into S3 storage usage, cost efficiency, and data-protection practices. Which feature should it use?

S3 Storage Lens

62
New cards

Which can S3 Storage Lens analyze?

All of the above

63
New cards

A company wants to identify buckets containing incomplete multipart uploads and objects that could potentially move to cheaper storage. Which Storage Lens category is especially useful?

Cost-optimization metrics

64
New cards

A company wants metrics showing whether buckets have versioning, SSE-KMS, and cross-region replication configured. Which Storage Lens category is relevant?

Data-protection metrics

65
New cards

A company stores customer image in S3. The original images must be immediately retrievable for 60 days. After 60 days, customers can tolerate retrieval taking several hours. Thumbnails can be recreated and are needed for only 60 days.

Which design is BEST?

Originals → Standard, then Glacier after 60 days; thumbnails → One Zone-IA, then expire after 60 days

66
New cards

A company wants to protect S3 data from accidental deletion, retain old versions, and automatically move old versions to cheaper storage.

What combination should it use?

Versioning + Lifecycle

67
New cards

A company needs to share one S3 bucket across multiple departments. Finance needs access only to /finance, Sales needs /sales, and Analytics needs read access to the entire bucket. What is the BEST solution?

Use S3 Access Points with separate policies.

68
New cards

A company needs to copy newly created objects from an S3 bucket in us-east-1 to another bucket in eu-west-1 for compliance. What should it configure?

CRR

69
New cards

The company then discovers that objects created before replication was enabled were not copied. What should it use?

S3 Batch Replication

70
New cards

A company receives unpredictable access patterns for millions of S3 objects. It wants automatic cost optimization without manually determining when each object should transition.

Which is BEST?

Intelligent-Tiering

71
New cards

A company has a 100-TB file that must be uploaded to S3. The network connection is slow and unreliable. Which combination can improve the transfer?

Multipart upload and S3 Transfer Acceleration

72
New cards

An organization needs to protect highly sensitive data at rest, use customer-controlled KMS keys, and audit key usage. Which S3 encryption option is BEST?

SSE-KMS

73
New cards

A company needs to prevent public access to an S3 bucket regardless of accidental configuration changes made by developers. Which feature should be enabled?

S3 Block Public Access

74
New cards

A data-processing workload reads only a small portion of a very large S3 object. The application wants to avoid retrieving the entire object. Which capability should it consider?

S3 Select

75
New cards

A company wants to trigger different AWS workflows based on S3 object creation, deletion, and other events with sophisticated JSON filtering and multiple destinations.

EventBridge