Aws Certified Solutions Architect Professional Flashcards ionicons-v5-c

What does the Consistency Model ACID stand for?

Atomic, Consistent, Isolated, Durable

What does the Consistency Model BASE stand for?

Basically available, soft state, eventually consistent

What are some use cases for Instance Stores?

caches, buffers, work areas

Why might you use an instance store volume over an EBS volume?

Instance store may provide better performance because it is directly attached vs EBS volume access resides over the network.

What are the 4 types of Storage Gateway and describe each?

File Gateway - store objects in S3 via NFS/SMBVolume Gateway Stored Mode - Async replication to S3Volume Gateway Cached mode - Primary data stored in S3, frequently accessed data cached on-premTape Gateway - use with existing backup software

Name features of Global Secondary Indexes (GSI's)

-Created any time-Different partition key-Different sort key-Only request attributes projected in index

Name features of Local Secondary Indexes (LSI's)

-Must be created with table-Same partition key-Different sort key-Can request attributes not projected in index (auto-fetch)

Name same features of Memcached

-Simplicity-Object caching-Scale out as demand changes (horizontal scaling)-Run multiple CPU cores and threads

Name some features of Redis

-Advanced data types (lists, hashes, sets)-HIPAA Compliance-Clustering-HA

True/False: You must initialize the storage blocks on newly created EBS volumes.

False (newly created EBS volumes receive their max performance upon creation)

What is a Pro of Clustered Placement Groups?

Get most out of enhanced networking instances

What is a Con of Clustered Placement Groups?

Finite capacity, must launch all you might need up front

What is a pro of Spread Placement groups?

Can span multiple AZ's to reduce risk of simultaneous hardware failure.

Name 2 features of OAuth 2.0?

-Issues tokens to clients-Handles authorization