Storage Flashcards

1
Q

What is an AWS Hybrid Storage Service? What are some examples?

A

Hybrid Storage Services are services the connect on-prem storage, applications and workloads with the AWS Cloud. Some examples are:
- AWS Storage Gateway
- AWS Outposts
- Amazon File Cache

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

Describe the function of each of the following AWS Services:
- AWS Storage Gateway
- AWS Outposts
- Amazon File Cache

A
  • AWS Storage Gateway: Connects on-prem storage with storage services in the cloud. Also provides connection management and caching
  • AWS Outposts: Functions as an extension of the AWS Cloud inside your on-prem data center with connections to your on-prem network and systems
  • Amazon File Cache: Provides a high speed cache on AWS that serves a temporary, high-performance storage for data on premises or with AWS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Complete the following statements:
- __________ functions as an extension of the AWS Cloud inside your on-prem data center with connections to your on-prem network and systems
- ___________ provides a high speed cache on AWS that serves a temporary, high-performance storage for data on premises or with AWS
- ____________ connects on-prem storage with storage services in the cloud. Also provides connection management and caching

A
  • AWS Outposts
  • Amazon File Cache
  • AWS Storage Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the expected function of each of the following AWS Services:
- AWS Storage Gateway
- AWS Outposts
- Amazon File Cache

A
  • On-premises gateway to AWS Cloud
  • On-premises AWS Storage
  • In-cloud caching of on-premises data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the expected use cases of AWS Storage Gateway?

A
  • Move backups and archives to the cloud
  • Reduce on-prem storage with cloud-backed file shares
  • Provide on-prem applications low-latency access to data stored in S3
  • Provide data lake access for pre-processing and post-processing workflows
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the expected use cases of AWS Outposts?

A
  • Low-latency, local data processing needs for on-prem locations, such as retail stores, branch offices, healthcare provider locations, financial institutions and factory floors
  • Acces to cloud native services while fulfilling data residency requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the expected use cases of Amazon File Cache?

A
  • Boost visual effects rendering and transcoding workloads to AWS to meet peak compute needs during media production
  • Accelerate high performance compluting cloud bursting workloads
  • Speed up access to your on-premises and in-cloud datasets
  • Run advanced analytics on petabytes of on-prem data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different types of storage gateway offered by AWS? Describe each of them.

A
  • S3 File Gateway: Allows file storage on S3 buckets through both SMB and NFS protocols, while also performing local caching. Can acess all types of S3 data with the exception of S3 Glacier
  • FSx File Gateway: Allows on-prem access to Amazon FSx for Windows File Server using SMB protocol. Useful for file systems in general.
  • Volume gateway: Allows storage on S3 backed by EBS snapshots through the iSCSI protocol, and operates either in cached mode, where it maintains a local data cache while moving the data to Amazon S3 as its primary location, or in stored mode, where the primary storage location is the gateway and it is backed-up on schedule to S3
  • Tape Gateway: Allows the storage of on-prem tape backups created using iSCSI to S3, on Virtual Tapes on a Virtual Tape Library (VTL),
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can you integrate storage gateway with active directory?

A

Using the SMB Protocol, since it has integrations with AD for user authentication

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

Declare True or False for the following statements:
- Tape Gateway by deafult stores data on S3 IA
- Storage Gateway uses a read-through write-back cache to store your data
- All data in transit is encrypted
- Pricing for Storage Gateway is calculated only based on the amount of data stored and the amount of data transfered out of AWS.
- For Storage Gateway to work, it is necessary to setup either the Storage Gateway Appliance or VM on-prem or EC2.
- Whenever you create a storage gateway, it works for any AWS Region

A

-False, it uses S3 Glacier or Glacier Deep Archive
-True
-True
-False, it is based on the gateway type, the AWS storage used and either the actual amount of storage or the allocated amount of storage that you use
-True
-False, it works only for the region where it was setup

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

What does NFS and SMB mean?

A

Network File System and System Message Block

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

What AWS services are compatible with AWS Outposts?

A
  • S3
  • EBS
  • Elasticache
  • RDS
  • EMR
  • EC2
  • ECS
  • EKS
  • Application Load Balancer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the Snow family of services on AWS? What services make it up?

A

The Snow family a group of services offered by AWS to perform the transfer of data on locations with limited internet bandwidth or to serve as storage on edge locations. It’s made-up of 3 services: Snowcone, Snowball Edge and Snow Mobile

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

What are the differences between Snowcone, Snowball Edge and Snow Mobile

A
  • Their storage capacities are differente, with Snowcone accepting between 8TB HDD and 14TB SDD, Snowball Edge 80TB and Snow Mobile up to 100PB
  • Their migration capacity is different, with Snowcone accepting upt to 24TB, Snowball Edge Petabytes and Snow Mobile Exabytes (better than Snowball afte 10 PB)
  • Snowcone can perform migrations of either online or offline data, while the other ones accept only offline
  • Snowcone comes with DataSync agent installed (what possibilitates online transfer)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

True or False: The best Snow service to use on ML on Edge Locations is generally Snowcone

A

False, it is Snowball edge (Better computing, GPU Support, can be clustered)

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

What is AWS DataSync?

A

It is a service that allows you to move large amount of data between AWS, other clouds, edge locations and on-prem while mantaining high performance and security

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

How does AWS DataSync pricing work?

A

You pay a flat amount per GB transferred

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

True or false: When using DataSync, you need to configure the DataSync client on a VM before hand regardless of the trasnference type

A

False, you only need to configure a DataSync agent if you are not transfering from AWS to AWS

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

What are the possible destinations inside AWS used by DataSync?

A

-S3
-FSx
-EFS

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

What are the services offered on the File Transfer Family?

A

-File Transfer Protocol (FTP): Data transfer over TCP/IP
-File Transfer Protocol Secure (FTPS): Data transfer over TCP/IP using SSL/TLS encryption
-Secure File Transfer Protocol (SFTP): File transfer protocol using SSH
- Applicability Statement: Using HTTPS to transfer messages, especially Electronic Data Interchange (EDI) messages

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

What is the AWS Transfer Family? Where can it send data to?

A

It is a group of services that allow you to transfer file data into S3 or EFS using the File Transfer Protocol (FTP)

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

When should you se DataSync over the Transfer family?

A

DataSync is recommended for larger workloads and migrations while Transfer Family is recommended for more conventional application transfers

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

What is the cache type of Storage Gateway?

A

Least Recently Used (LRU)

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

True or False: The only type of FSx that Storage Gateway can connect to is FSx for Windows File Server

A

True

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

True or False: FSx File Gateway needs site-to-site VPN or Direct Connect to your FSx to work on-prem

A

True

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

What kind of Storage Gateway Endpoints are there?

A
  • Public Endpoints: Connection with Storage Gateway over the internet
  • VPC Endpoints: Connection through a VPC Endpoint over a private connection on AWS
  • Federal Information Processing Standards (FIPS) 140-2 compliant endpoints—Storage Gateway connects to a public endpoint over the internet. This endpoint complies with FIPS standards to further protect sensitive information for regulated workloads in AWS GovCloud (US) AWS Regions.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Explain the differences between the control plane connection and the data plane connection on FSx File Gatteway

A

-The control plane connects the on-prem to the FSx File Gateway system and is used to manage it
- The data plane connects the on-prem to the FSx for Windows File Server, and is the connection through which the data travels

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

How long does the FSx FIle Gateway cache takes to refresh?

A

You can configure between 5 min and 30 days

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

True or False: FSx File Gateway can connect to FSx on other accounts

A

False, it can only connect to FSx on the same account

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

What kinds of S3 object are compatible with S3 File Gateway?

A

-Standard Access
-Standard IA
-One Zone IA
-Inteligent Tiering

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

True or False: You can create S3 File Gateway read replicas by creating new gateways connected to S3 buckets already on Storage Gateway and performing only read operations on them

A

True (might need object lock on S3)

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

True or False: to configure the S3 file gateway on an EC2 instance it is recommended to pass the necessary File Gateway image through EC2 metadata

A

False, there alsready pre-configured EC2 EMIs ready to be used as gateways for this task

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

What are the S3 data storage types?

A

-Standard
-Infrequent Access (IA)
-Inteligent Tiering
-One-zone Infrequent Access
-Glacier Instant Retrieval
-Glacier Flexible Retrieval (Former Glacier)
-Glacier Deep Archive

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

Complete with minimum time a obejct has to be stored on each S3 Storage Class before being deleted or transitioned to another class (you can delete before the duration, but you are billed for the entirety of it):
-Standard :___________
-IA :___________
-Intelligent Tiering:___________
-One-Zone IA:___________
-Glacier Instant Retrieval:___________
-Glacier Flexible Retrieval:___________
-Glacier Deep Archive:___________

A

-0 Days
-30 Days
-0 Days
-30 Days
-90 Days
-90 Days
-180 Days

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

True or False: All S3 Glacier and IA Storage Classes have a retrieval fee when their data is requested

A

True

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

Explain the difference between the S3 Glacier Storage Classes

A

-Glacier Instant Access: Good for data accessed once a quarter, with retrieval in milliseconds
-Glacier Flexible Access: Good for data accessed once a year, with retrieval ranging from minutes to hours
-Glacier Deep Archive: Good for data accessed less than once a yera, with retrieval taking hours

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

COmplete the following Statement regarding S3:
It is possible to use _______________ to automatically change S# objects’ storage classes based on their access patterns and time in storage

A

S3 Lifecycle configuration rules

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

How many tags can an S3 Object have?

A

10

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

S3 IA is recommender for files bigger than 128 kb and that will be used for at least 30 days. What happens if you delete an object smaller then 128 kb and tha lasted less than 30 days?

A

You are billed as if the object had 128 kb and it lasted 30 days

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

What options does S3 support for data security? Answer for data at transit and at rest.

A

SSL for data in transit and encryption for data at rest.

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

You are planning to store the backup of video thumbnail data that you can easily replicate if needed. This data has to occasionally be accessed. What is the best S3 Storage Class for this use case?

A

-One-Zone IA

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

What is the minum object size fo S3 Intelligent Tiering?

A

128 KB

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

S3 Glacier Flexible Retrieval has 3 types of retrieval that you can configure. What are those types?

A

-Expedited (1–5 mins)
-Standard (3–5 hours)
-Bulk (5-12 hours) free

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

True or false: Both Glacier Flexible Retrieval and Glacier Deep Archives accepts only files with at least 128KB

A

False, the minimum file size accepted is 40KB

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

S3 Glacier Deep Archive has 2 types of retrieval that you can configure. What are those types?

A

-Standard (within 12 hours)
-Bulk (within 48 hours)

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

What are the encryption types accepted by S3?

A

-SSE-S3: AWS responsible for managing key and encrypting data.
-SSE-KMS: Uses KMS to encrypt data.
-SS3-C: Encryption Keys managed by the customer.
-Glacier: All data is AES-256 encrypted, key is under AWS Control

Additionally, you can manually incrypt data on your side, not depending on S3 to do it.

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

True or False: Whenever an action is performed on S3, an event can be triggered on SNS, SQS or Lambda

A

True

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

What are the S3 resource based security features?

A

-Bucket Policies: Bucket wide rules for the objects in the bucket
- Object Access Control List (ACL): Finer grain
- Bucket Access Control List (ACL): Less common

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

What are some uses of S3 Bucket Policies?

A

-Grant public access
-Grant cross-account access
-Force objects to be encrypted at upload

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

What is an S3 pre-signed URL?

A

It is a URL that grants security credencials to whoever uses it, allowing the download and upload of private S3 objects

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

True or False: A pre-signed url’s default ttl is 3600 seconds

A

True

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

What is S3 Object Lock? What is it useful for?

A

It is a feature that blocks object deletion for a specific amount of time after its write. Useful for enabling WORM (Write once, read many) model

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

What is Glacier Vault Lock?

A

It is an S3 Object Lock that lasts indefinitely. Files written to it cannot be edited anymore. It is useful for auditing purposes.

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

What are S3 Access Points?

A

It is a feature that allows fine-grain control access to an S3 Bucket. Each access point can access one specific bucket prefix, and they each have their own DNS name and access point policy

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

What is S3 Object Lambda?

A

It is a feature you can setup where before being retrieved from an S3 bucket an object is first processed by an AWS Lambda Function. Commonly used alongside S3 Access points.

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

True or False: The only S3 Storage Class abailable in AWS Outposts is Standard

A

False, Outposts has its own Storage Class called S3 Outposts

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

True or False: S3 can replicate its files to S3 Buckets in any region

A

Correct, S3 supports both Same-region Replication (SRR) and Cross-Region Replication (CRR)

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

Uma aplicação bate no S3 com muita frequência, batendo no limite 3500 PUTS e 5500 GETS por segundo por prefixo. Como resolver esse problema?

A

Usar mais prefixos.

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

Wat is the number of GETS and PUTS and S3 prefix can accept per second?

A

3500 PUTS, 5500 GETS

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

S3 Multi-part upload is useful for optimizing uploads of large objects to S3. From what file size is Multi-part upload recommended and from what file size is Multi-part upload obligatory?

A

-Recommended: >100MB
-Obligatory: >5GB

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

What is the max file size accepted by S3?

A

5 TB

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

Explain S3 Transfer Acceleration

A

On S3 Transfer Acceleration, you increase the upload speed of a file to S3 by loading it to an AWS Edge Location first, which will then forward the file to the correct AWS Region. This strategy takes advantage of the increased speed inside the AWS network.

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

S3 Byte Range fetches are commonly used to increase S3 performance. Explain how they work.

A

S3 Byte Range Fetches download only the contents of a file inside a predefined byte range (ex: 100-200). This is helpful because it allows you to et only the part of the file you need and to parallelize the GET of an S3 object by performing multiple Byte-Range fetches at once.

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

What is S3 select?

A

S3 select allows you to filter the data from your GET by performing SQL operations before loading your data.

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

Storage Class Analysis is an S3 feature that allows you to scan your S3 obejcts and recommend a Storage Class for them. Which Storage Classes can be recommended?

A

-Standard
-IA

66
Q

What is S3 Requester Pays?

A

It is an option you can enable for an S3 Bucket where the requester pays by the requests made to the bucket instead of the owner.

67
Q

True or False: S3 Object versioning can incur heavy costs for overwrite-heavy applications, because all versions of the overwritten file stay stored on S3.

A

True

68
Q

True or False: S3 Versioning can only be disabled, not unmade

A

True

69
Q

True or false: Replication on multi-AZ RDS DBs is assynchronous

A

False, it is synchronous

70
Q

True or False: Assynchronous DB replication happens whenever new data is written, while Synchronous replication happens periodically

A

False, Assynchronous replication happens periodically and Synchronous happens whenever new data is written

71
Q

What are the 3 types of Storage Gateway modes?

A

-File
-Volume
-Tape

72
Q

What is S3 Batch Operations?

A

S3 Batch Operations is an S3 functionality that allows you to run a batch job that performs an S3 operation on a collection of S3 files

73
Q

What are the object types you can use to declare S3 batch operations?

A

CSV and Amazon S3 Inventory Report

74
Q

True or False: EFS can be mounted on-premises

A

True

75
Q

How can you enforce in-transit encryption using HTTPS for S3?

A

You add a BucketPolicy with aws:SecureTransport

76
Q

True or False: SSE-C S3 encription allows both HTTP and HTTPS usage

A

False, it allows only HTTPS

77
Q

True or False: An EBS Volume can only be attached to one instance at a time

A

False, there are EBS volumes with Multi-Attach feature

78
Q

True or False: EBS Volumes do not have an AZ or Region attached to them

A

False, they have both

79
Q

What are the EBS Volume types?

A

-gp2/gp3 (General Purpose)
-io1/io2 (Input/Output Optimized)
-st1 (High frequency data)
-sc1 (Low Frequency data)

80
Q

Which EBS Block types are SSDs and which are HDDs?

A

SSDs: gp2, gp3, io1, io2
HDDs: st1, sc1

81
Q

True or False: Only SSD EBS Blocks can be used as boot volumes

A

True

82
Q

The most recommended EBS Block Type for use cases such as low-latency, high-thoroughput and in-memory dbs is ________

A

-io2

83
Q

True or false: EBS Snapshots take IO to be generated, so they must be created in times where they won’t impact the application

A

True

84
Q

True or False: EBS Snapshots region locked, and cannot be copied to different regions

A

False, Snapshots can be copied to different regions

85
Q

Where are EBS Snapshots stored?

A

S3

86
Q

True or False: EBS Snapshots can be moved to a Snapshot archive that makes storing these Snapshots cheaper

A

True

87
Q

True or False: You can use Amazon Data Lifecycle Manager to create, retain and delete EBS Snapshots, even those created outside of Amazon Data Lifecycle Manager

A

False, can be used only to interact with Snapshots created by the Lifecycle Manager

88
Q

Whats the use case difference between Amazon Data Lifecycle Manager and AWS Backup?

A

AWS Backup can be used to monitor backups accross multiple AWS Services, while The Lifecycle Manager can only be used to monitor EBS Snapshots

89
Q

True or False: EBS Volumes are not encrypted by default, with there being an account-level configuration needed to be accessed to change this

A

True

90
Q

Which EBS Volume Types can perform Multi-Attach?

A

io1 and io2

91
Q

True or False: To use Multi-Attached EBS Volumes it is needed to use a Cluster Aware File System

A

True

92
Q

What is the EC2 Local Instance Store and what are its benefits?

A

The EC2 Local Instance Store is an EC2 storage strategy that uses a physical disk attached to the server where your EC2 instance is. It’s main advantage is it’s very high IOPS

93
Q

What are the main disadvantages of EC2 instance store?

A

-The storage is ephemeral (lost upon termination or stopping of the instance)
-Backups must be manually operated
-Cannot be resized

94
Q

How many instances can be multi-attached using EBS?

A

Up to 16

95
Q

How do you encrypt an unencryted EBS Volume?

A

1- Create Snapshot
2- Create encrypted copy of snapshot
3- Restore encrypted copy

96
Q

What connection pre-requisites are there for you to be able to mount EFS on-premises?

A

Direct Connect or Site-to-site VPN

97
Q

True or False: EFS can be attached to multiple instances in the same or different AZs

A

False, EFS can be attached to multiple instances, but only one in each AZ

98
Q

True or False: EFS Size scales automatically and uses a POSIX File-System

A

True

99
Q

What are the EFS Performance Modes (Set at creation)?

A

-General Purpose (Default)
-Max I/O

100
Q

What are the EFS Throughput Modes?

A

-Bursting: Can burst the I/O
-Provisioned: The same regardless of storage size
-Elastic: Automatically scales based on workload

101
Q

Which EFS Throughput mode is good for unpredictable payloads?

A

Elastic

102
Q

What are the EFS Storage Tiers?

A

-Standard
-Infrequent Access

103
Q

What is the pricing diference for EFS IA in relation to standard storing?

A

The storing itself is cheaper, but retrieving data has an added cost

104
Q

What are the EFS Durability types?

A

-Regional (Multi-AZ)
-One Zone

105
Q

What is the main use case of an EFS access point?

A

Restircting user access to only a specific subset of file paths

106
Q

True or False: EFS does not possess cross-region replication

A

False

107
Q

What are the existing FSx types?

A

-FSx for Lustre
-FSx for Windows FIle Server
-FSx for NetApp ONTAP
-FSx for OpenZFS

108
Q

What protocols are compatible with each FSx type?

A

-Windows FIle Server: SMB NTFS
-Lustre:?
-NetApp ONTAP: NFS, SMB, iSCSI
-OpenZFS: NFS

109
Q

True or False: FSx for Windows File Server cannot be mounted on Linux EC2 instances

A

False

110
Q

Complete: FSx for Windows Server can scale up to _______ of GB/s, ________ of IOPS and ________ of data

A

-10s
-Millions
-100s of PBs

111
Q

True or False: Only FSx for Lustre and FSx for Windows FIle Server can be setup on either SSDs or HDDs

A

True

112
Q

True or False: Only FSx for Lustre and FSx for Windows FIle Server can be setup on-prem

A

True

113
Q

True or False: FSx for Lustre has an integration with S3 setup by default

A

True

114
Q

What are the 2 FSx for Lustre File System deployment options and what is the main difference between them?

A

Scratch File System and Persisten File System, with the main difference between the 2 being that the former is recommended for temporary storage and short-term processing and the latter for long-term storage

115
Q

True or False, despite not being used for persistent storage, FSx for Lustre Persisten File System alos replicates the data within the same AZ

A

False

116
Q

True or False: The FSx for Lustre Scratch File System is highly burstable

A

True

117
Q

True or False: All FSx types have Point-in-time instantaneous cloning

A

False, only FSx for OpenZFS and NetApp ONTAP do

118
Q

True or False: All FSx types ca be configured in higly available mode (Multi-AZ)

A

False, only FSx for Windows File Server

119
Q

It is not possible to decreas FSx storage size. What is a workaround to solve this?

A

Create a smaller FSx, use DataSync to transfer the data and point the app to the new FSx

120
Q

If you perform an SFx for Lustre data processing job with S3 as an input, the FSx can perform Data Lazy Loading. Explain what that means.

A

It means that only the data that is currently being processed is loaded onto FSx, reducing costs and latency

121
Q

What is AWS Data Exchange?

A

It is a service that allows you to load 3rd party data into your AWS account

122
Q

Where can AWS Data Exchange send data to?

A

S3 and Redshift

123
Q

True or False: S3, besides S3 Select, also offer Glacier Select, which works the same, but for Glacier

A

True

124
Q

What are the S3 Inteligent-Tiering tiers?

A

-Frequent Access
-Infrequent Access
-Archive Instant Access
-Archive Access
-Deep Archive

125
Q

What S3 Intelligent-tiering tiers are automatically enabled and whic are optional?

A

-Automatic: Frequent, Infrequent, Archive Instant
-Optional: Archive, Deep Archive

126
Q

How long does it take to transition to each tier of S3 intelligent tiering based on the time since last access?

A

-Frequent access: Default
-Infrequent Access: 30 Days
-Archive Instant Acess: 90 Days
-Archive Access: Between 90 days and 700+ days
-Deep Archive Access: Between 180 days and 700+ days

127
Q

FSx File Gateway has a local cache for frequently accessed data

A

True

128
Q

If you want to increase the Snow Family transfer performance, what are some actions you can take?

A

From most impactful to least:
- Perform multiple writes ate the same time (multiple terminals)
- Transferm small files in batches (zipped into at least 1MB files)
- Don’t perform other operations on files until transfer
- Reduce local network use
- Eliminate unecessary hops (connect directly to computers)

129
Q

Using the file interface for Snow Family, the transfer rate is between 25-40 MB/s. How can you increase this rate to 250-400 MB/s?

A

Use Amazon S3 Adapter for Snowball

130
Q

True or False: DMS works over VPC Peering, Direct Connect and VPNs

A

True

131
Q

True or False: DMS cannot be used to replicate OpenSearch data because it is not an acceptable target

A

False, it is impossible but because OpenSearch is not an acceptable source

132
Q

What are the steps taken for a Snowball assisted DMS data migration

A

-Migrate Edge location data to Snowball using SCT
-Send Snowball to AWS
-Snowball data saved to S3
-Import S3 data using DMS

133
Q

True or False: you can configure S3 object lock only when you create the bucket

A

True

134
Q

True or False: EBS Multi-attach can work for different availability zones

A

False, only for the same zone

135
Q

What is the EBS “Delete on Termination flag”?

A

It is a flag that indicates if the EBS Block should be deleted if the instance it is attached to is deleted.

136
Q

What is the EBS Snapshot Archive?

A

It is a feature that allows you to move an EBS Snapshot to an archive tier that is 75% cheaper

137
Q

How long does it take to retrieve an EBS Snaphot from the Snapshot archive?

A

Between 24 and 72 hours

138
Q

What is the Recicle Bin for EBS Snapshots?

A

It is a feature you can setup so you can recover EBS Snapshots after accidental deletes. You can specify retention from 1 day to 1 year

139
Q

What is EBS Fast Snapshot Restore?

A

It is a feature that allows you to force full initialization of an EBS Snapshot to have no latency on first use

140
Q

True or False: EBS Fast Snapshot Restore is useful for large snapshots that have to initialize quickly, but it is expensive

A

True

141
Q

True or False: You can use Security Groups to control EFS access

A

True

142
Q

True or False: EFS is only compatible with windows AMIs

A

False, only Linux AMIs

143
Q

True or False: EFS is more expensive than EBS

A

True

144
Q

True or False: Read-replicas for RDS in different regions do not incur data transfer accross regions charges

A

False

145
Q

True or False: If a RDS master instance is not encrypted, it’s read replicas cannot be encrypted

A

True

146
Q

What is a trick you can use to payless if you are not going to use a RDS DB for a long time?

A

Create a Snapshot and delete the DB. This is because you still pay for a stopped RDS DB.

147
Q

True or False: RDS supports IAM authentication

A

True

148
Q

What is Aurora Database Cloning and what are it’s advantages?

A

It is an Aurora functionality to create a new DB from an existing one, and it’s main advantage is that it is very fast and cost effective

149
Q

How does Aurora Database Cloning work?

A

The new database uses the original DB’s data, and only when new data is written to it is new storage space allocated to it.

150
Q

What is Snow Ball Edge’s Estimated data transfer speed?

A

Approximately 80TB/week

151
Q

What are the types of S3 Object Lock modes that can be configured?

A

-Compliance mode: No one can edit or delete the objects created
-Governance mode: Some users can delete objects or change their retention

152
Q

What is S3 Storage Lens?

A

It’s an S3 functionality that analises the S3 buckets on your account organization and generates dashboards and recommendations

153
Q

What are them main differences between free Storage Lens metrics and premium

A

-Premium has more metrics
-You can only query free data for 14 days
-Metrics can be published to Cloudwatch on Premium
-Metrics can be collected at a prefix level on Premium

154
Q

True or False: Enabling S3 Bucket Replication copies all present and future files from the origin bucket to the destination bucket

A

False, it conly copies new files. If you want to copy old file you should use S3 Batch Replication

155
Q

True or False: You cannot replication chain S3 buckets (Bucket 1 -> Bucket 2 -> Bucket 3)

A

True

156
Q

True or False: S3 Lifecycle rules can be used to delete old file versions or only files with specific tags or paths

A

True

157
Q

When must CORS be enabled on S3?

A

When an S3 Website must be accessed from a different origin

158
Q

True or False: S3 has an MFA delete feature that can be adjusted for specific paths, but it needs versioning enabled to work

A

False, it works for the entire bucket

159
Q

True or False: MFA Delete on S3 buckets can be disabled by the bucket owner

A

True

160
Q

What is S3 Access Logs?

A

It’s an optional feature that logs all S3 accesses to a bucket on another bucket

161
Q

True or False: For S3 object lock to work, object versioning must be disabled

A

False, it must be enabled