1. Right Answer: B
Explanation:
2. Right Answer: D
Explanation: Amazon S3 offers eventual consistency for overwrite PUTS and DELETES in all Regions. Updates to a single key are atomic. For example, if you PUT to an existing key, a subsequent read might return the old data or the updated data, but it never returns corrupted or partial data. Amazon S3 achieves high availability by replicating data across multiple servers within AWS data centers. If a PUT request is successful, your data is safely stored. However, information about the changes must replicate across Amazon S3, which can take some time, and so you might observe the following behaviors: A process writes a new object to Amazon S3 and immediately lists keys within its bucket. Until the change is fully propagated, the object might not appear in the list.
3. Right Answer: A
Explanation: https://aws.amazon.com/global-accelerator/faqs/
4. Right Answer: D
Explanation: API and Lambda for the win
5. Right Answer: D
Explanation: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html