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 24

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


Nitin Kansal

Nitin Kansal

C and E

Harsh Wardhan

Harsh Wardhan

D & E

T

T

A is correct (we can use array of EBS volumes for RAID 0 that improves performance)
E is correct (the instance size influence IO operations performance. m1.small that is used is obviously can be increased)
C is wrong (You can not scale relational databases simply by creating more instances, you need to perform more advanced DB replication and master/slave configuration as well to scale DB)
D is wrong (JM is right, Amazon strongly doesn’t recommend RAID 5 and RAID 6)

WallyWorld

WallyWorld

A E

These are the only valid options.

Nikunj

Nikunj

it should be A & E

prafull

prafull

A and E is correct, you can opt for RAID -0 for performance and change of instance type will give youth high write throughput.

Da

Da

A and E is correct

DaDA

DaDA

A: we can use array of EBS volumes for RAID 0 that improves performance
E: the instance size influence IO operations performance. m1.small that is used is obviously can be increased

Vijayabasker Gurram

Vijayabasker Gurram

A and E are correct

RC

RC

Agree with T (A, E is right answer)

co

co

A E

Who is responsible for the “show answer” button results? They’re about 90% wrong.

vladam

vladam

A and E are the right answers.

Leo Kennedy A, Senior Consultant, Veeras Infotek, India

Leo Kennedy A, Senior Consultant, Veeras Infotek, India

A & E are the right answers

sureshkurapati

sureshkurapati

A & E are right answers