TD Exam 4 - Long review Flashcards
What kind of store is instance store
Block storage
What EC2 storage gives the best performance
Instance store
Is instance store included in price
Yes
When are instance store volumes attached
At launch
Can an instance have more than one instance store
Yes
Where are instance store voumes
On an EC2 host
Are instance store volumes persistent
No
Are instance store volumes resilient
No
How can you have instance volume that is isolated from instance lifecycle
EBS
If you need Resilience and your app has built-in replication
it depends, but instance store is an option
What should you use if you need super-high performance for storage
Instance store
What storage should be preferred if cost is an issue (for an instance)
Instance store
What is cheap EBS
ST1 or SC1 (disk-based)
What os good EBS for throughput, streaming
ST1
Can you use ST1 or SC1 EBS for boot
No
What are high-performance EBS up to 16k IOPS
GP2/3
What is up to 64k IOPS EBS
IO1/2
How can you get up to 260k IOPS from EBS
RAID0 (need optimized EBS and Iinstance)
How can you gete more than 260k IOPS
Instance store
What is Provisione dIOPS SSD
EBS, io1/2, consistent low latency and jitter
What are ACID and BASE
DB transation models
What is the focus of ACID
Consistency
What is the focus of BASE
Availability
What is RDS, ACID or BASE
ACID
What is DynamoDB by default, ACID or BASE
BASE
Can you have ACID DynamoDB
Yes, with dynamodb transactions
What is ACID usually
RelationalW
hat is BASE usually
NoSQL
What are the steps to have S3 websote hosting
Allow public access
Enable static website hosting
Update bucket policy to allow all principals to get object
Where do you enable CORS, on the bucket that has the requester html, or the one that has the requested html
Requested html bucket
What do Launch Configurations and Templates do
Define EC2 configuration in advance
Are Launch Configurations and Templates editable
No, but you have versions for Launch Templates
Are versions available for Launch Configurations
No
Can Launch templates be used elsewhere than ASG
Yes, from CLI and UI