Which procedure for backing up a relational database on EC2 that is using a set of RAlDed EBS volumes for storage minimizes the time during which the database cannot be written to and results in a consistent backup?

A. 1. Detach EBS volumes, 2. Start EBS snapshot of volumes, 3. Re-attach EBS volumes
B. 1. Stop the EC2 Instance. 2. Snapshot the EBS volumes
C. 1. Suspend disk I/O, 2. Create an image of the EC2 Instance, 3. Resume disk I/O
D. 1. Suspend disk I/O, 2. Start EBS snapshot of volumes, 3. Resume disk I/O
E. 1. Suspend disk I/O, 2. Start EBS snapshot of volumes, 3. Wait for snapshots to complete, 4. Resume disk I/O

Answer: B. 1. Stop the EC2 Instance. 2. Snapshot the EBS volumes

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. An axiom that describes the behavior of our ADT list is that a newly created list is empty. 2. (newList()).isEmpty() 3. The task of displaying all the items in a list is not an ADT list operation. 4. In the ADT list, each entry in the list is identified by its position which is an integer beginning with 0. 5. Inserting a new entry into a list renumbers any existing entries that follow the new one in the list.

Computer Science & Information Technology

Where must virtualization be enabled for VM (virtual machine) software to work?

A. Windows Control Panel B. BIOS/UEFI C. TPM chip D. Jumper

Computer Science & Information Technology