Tuesday, May 4, 2021

AWS Solution Architect Associate - Tricky Questions and Analysis

 This post is created for discussing tricky questions for AWS Solution Architect Associate . We will discuss the solution throughly here. Please put your questions in comment , will try to answer asap. 

Let's Learn together and get certified as AWS Solution Architect Associate.

Note: I will keep adding new questions here.


1. The disk configuration for an Amazon EC2 instance must be finalized. The instance will be running an application that requires heavy read/write IOPS. A single volume is required that is 500 GiB in size and needs to support 30,000 IOPS.

What EBS volume type should be selected?


A) EBS Throughput Optimized HDD  

B) EBS General Puprose SSD

c) EBS Provisioned IOPS SSD

d) EBS General Purpose SSD in Raid 2 config    


No comments:

Post a Comment

Tricky Python Interview Questions and Answers Code - (Level 1)

1. Compress the String as below using Python code  :  Sample Input - 1222311 Sample Output - (1, 1) (3, 2) (1, 3) (2, 1) Explanation - First...