Which of the following approaches can help achieve this?

You are using an m1.small EC2 Instance with one 300 GB EBS volume to host a relational database. You
determined that write throughput to the database needs to be increased. Which of the following approaches
can help achieve this? Choose 2 answers.

You are using an m1.small EC2 Instance with one 300 GB EBS volume to host a relational database. You
determined that write throughput to the database needs to be increased. Which of the following approaches
can help achieve this? Choose 2 answers.

A.
Use an array of EBS volumes.

B.
Enable Multi-AZ mode.

C.
Place the instance in an Auto Scaling Groups

D.
Add an EBS volume and place into RAID 5.

E.
Increase the size of the EC2 Instance.

F.
Put the database behind an Elastic Load Balancer.



Leave a Reply 7

Your email address will not be published. Required fields are marked *

2 + 3 =


Danish

Danish

This is A-E, D is wrong because you need at least 3 disks to do RAID5

joy

joy

A.
Use an array of EBS volumes.

E.
Increase the size of the EC2 Instance.

MrDonut

MrDonut

A,E
D is Wrong since RAID 5 is good for read but bad for writes,
AWS never recommends putting RAID 5 on EBS.

Nikhi lSharm

Nikhi lSharm

D is wrong. Please, change the answer to A,E

Paulo Otto

Paulo Otto

A,E. D does not address high-intensive write I/O

Daddy

Daddy

Nice. A & E should be answer. RAID 5 has the poorest write operation performance.