PrepAway - Latest Free Exam Questions & Answers

Which of the following designs will meet these objectives’?

You have been asked to design the storage layer for an application. The application requires disk performance
of at least 100,000 IOPS in addition, the storage layer must be able to survive the loss of an individual disk.
EC2 instance, or Availability Zone without any data loss. The volume you provide must have a capacity of at
least 3 TB. Which of the following designs will meet these objectives’?

PrepAway - Latest Free Exam Questions & Answers

A.
Instantiate a c3.8xlarge instance in us-east-1. Provision 4x1TB EBS volumes, attach them to the instance,
and configure them as a single RAID 5 volume. Ensure that EBS snapshots are performed every 15
minutes.

B.
Instantiate a c3.8xlarge instance in us-east-1. Provision 3xlTB EBS volumes, attach them to the Instance,
and configure them as a single RAID 0 volume. Ensure that EBS snapshots are performed every 15
minutes.

C.
Instantiate an i2.8xlarge instance in us-east-1a. Create a RAID 0 volume using the four 800GB SSD
ephemeral disks provided with the instance. Provision 3x1TB EBS volumes, attach them to the instance,
and configure them as a second RAID 0 volume. Configure synchronous, block-level replication from the
ephemeral-backed volume to the EBS-backed volume.

D.
Instantiate a c3.8xlarge instance in us-east-1. Provision an AWS Storage Gateway and configure it for 3 TB
of storage and 100,000 IOPS. Attach the volume to the instance.

E.
Instantiate an i2.8xlarge instance in useast-1a. Create a RAID 0 volume using the four 800GB SSD ephemeral disks provided with the instance.
Configure synchronous, block- level replication to an identically configured instance in us-east-1b.

3 Comments on “Which of the following designs will meet these objectives’?

  1. Don says:

    A: RAID 5 and RAID 6 are not recommended for Amazon EBS because the parity write operations of these RAID modes consume some of the IOPS available to your volumes. Depending on the configuration of your RAID array, these RAID modes provide 20-30% fewer usable IOPS than a RAID 0 configuration. Increased cost is a factor with these RAID modes as well; when using identical volume sizes and speeds, a 2-volume RAID 0 array can outperform a 4-volume RAID 6 array that costs twice as much.
    B: No redundancy.
    C: ephemeral means not permanent.
    D: Cannot survive AZ failure.




    0



    0

Leave a Reply

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