AWS Solutions Architect Professional Flashcards
What is a Persistent Data Store?
Means the data’s durable,
and it sticks around
and it survives reboots, or power cycles.
Examples of this are Glacier and RDS.
What is a Transient Data Store?
The data’s just temporarily stored
and generally speaking, it gets handed off
to another process.
And examples of this are SQS and SNS.
What is Ephemeral data store?
Means that the data does not stick around,
so if you stop the instance,
or, in some cases, reboot the service,
the data’s gone.
Examples of this are EC2 Instance Store and Memcached data,
which is under the ElastiCache portfolio.
What is IOPS?
Input/Output Operations Per Second
What is Throughput?
How much data you can move at one time
What are the two Consistency Models Named?
ACID And Base
What does ACID mean?
Atomic - Meaning all or nothing is written to the DB or it’s rolled back.
Consistent - On the completion of a transaction, the database is structurally sound.
Isolated - Transactions do not contend with one another.
Durable - The results of applying a transaction are permanent, even in the presence of failures.
What does BASE Mean?
Basic Availability - The database appears to work most of the time.
Soft-State - Stores don’t have to be write-consistent, nor do different replicas have to be mutually consistent all the time.
Eventual consistency - Stores exhibit consistency at some later point (e.g., lazily at read time).
What is the maximum object size for S3?
5 TB
What size is it recommended to use Multipart upload?
100 megabytes
What is the S3 file path really considered?
A Key in the Object storage. This uniquely IDs the object.
What is the basic concept of S3 versioning?
Saving a new copy of each write operation.
This enables roll backs and un-delete capability
True or False:
You can enable MFA for delete operations?
True
True or False:
S3 Supports Cross Region Replication?
True
What is Intelligent Tiering?
The one slightly odd storage case is Intelligent Tiering.
It will move your data around among other storage classes
based on how frequently or infrequently
the objects are accessed.
What are Intelligent Tiering archive options?
This will allow those objects
that are being managed by Intelligent Tiering
to shuffle off into Glacier or Deep Glacier
after a certain period of time.
What are Services that, with S3, can help create a Data Lake Concept?
Athena, Redshift Spectrum, and QuickSight offer the enablement of a data lake concept.
What is Transfer Acceleration?
Uses CloudFront as an upload point for reduced upload latency and upload times.
True or False:
S3 supports the BitTorrent Protocol?
True.
You can create a specific url and this can generate a .torrent file to be used across a distributed network.
What are other names for S3 Glacier storage?
Cold storage
Offline Storage
Farline Storage
True or False:
S3 Glacier retrieval can be sped up if you pay for this?
True.
True or False:
A Glacier Lock is Immutable?
True.
It can be overwritten, or deleted, but not changed.
With AWS Glacier Vault, how long do you have to confirm your vault lock by default?
24 hours to confirm.
If you don’t, the vault lock goes away.
With EBS, what are two limitations?
Only used with EC2
Only 1 AZ
Can you move Instance Stores between Instances?
No
What advantage does Instance Store have over EBS?
Instances stores are direct attach to Instances, and do not need to travel “over the network” in order to be read.
EBS Snapshots store data and data changes how?
Incrementally. They only snapshot the changes and rebuild from the compiled changes.
What is AWS Data Lifecycle Manager?
Allows scheduled Snapshots for volumes or instances, and can set rules to retain and remove snapshots.
What is AWS Elastic File Share (EFS) based on?
Based on NFS file share protocol
True or False:
EFS is Multi AZ distributed?
True
True or False:
EFS can be mounted from On Prem Deployments?
True, however not recommended without strong internet connection
What is AWS DataSync?
A Purpose Built protocol to keep storage on-prem in sync with EFS or S3 over a Direct Connect or internet and does so securely.
Supports EFS to EFS sync.
What is the drawback to EFS?
Cost is the main drawback.
3x more expensive than EBS
20x more expensive than S3
True or False:
EFS supports all NFS features?
False. Some NFS4 features are not supported yet.
What is AWS Storage Gateway?
Virtual machine that you could download and you can
either run on site or you can also run it on EC2.
It provides local storage resources that are back-ended by S3 and Glacier.
Easy way to sync on preme data to the cloud