Practice test 4 Flashcards
What is AWS X-Ray ?
Distribute tracing going through the API Gateway.
For EBS volumes, What is the volume queue length ?
Is the number of pending I/O requests for a device
For EBS Volumes. What is latency ?
Latency is the true end-to-end client time of an I/O operation
What are the advantages of a SQS FIFO Queue ?
FIFO
- Keeps the original order.
- Doesn’t duplicate events.
What is Amazon SWF ?
Amazon Simple Workflow Service.
Amazon Step Functions vs SWF
Watch video https://www.youtube.com/watch?v=D6qV3bC4rNw
Which useful guarantees around task assignments are offered by Amazon SWF ?
- It ensures that a task is never duplicated.
- And that is assigned only once.
You need at least six instances running in three AZs in one region. How do you distribute the instances among the AZs in-case one of them fails?
Two solutions:
a) 3, 3, and 3.
b) 6, 6, and 0.
The key is that to guarantee 6 you may need to have more (e.g. 9 or 12).
What do you need to do to trigger AutoScale out when memory is high ?
You need to install the CloudWatch agent to be able to monitor high memory metric.
What is AWS DataSync ?
AWS DataSync simplifies, automates, and accelerates copying large amounts of data to and from AWS storage services over the internet
What happens when you enable Amazon S3 server access logs ?
Detailed records are generated for the requests that are made to an S3 bucket. They are copied to a target bucket.
What is S3 Transfer acceleration ?
Enables fast, easy, and secure transfer of files over long distances between your client and your Amazon S3 bucket
Metrics in RDS. Which are standard and which are enhanced:
Standard: - CPUUtilization -Read and Write Latency. - Freeable Memory Enhanced: - A ton of OS metrics
How to ensure that all objects uplodad to a bucket can be read publicly over the Internet ?
a) Configure the S3 bucket policy to set all objects to public read.
b) Grant public read access to the object when uploading it using S3 Console.
Which of these is Servless? AWS Step Function or SWF
AWS Step Functions