When an EC2 EBS-backed (EBS root) instance is stopped, what happens to the data on any ephemeral store volumes?
A. Data is automatically saved in an EBS volume.
B. Data is unavailable until the instance is restarted.
C. Data will be deleted and will no longer be accessible.
D. Data is automatically saved as an EBS snapshot.
Answer: C. Data will be deleted and will no longer be accessible.
You might also like to view...
The ________ function displays the current date (not time) in a cell
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. When the code in a try block may throw more than one type of exception, you need to write a catch clause for each type of exception that could potentially be thrown. 2. The throw statement informs the compiler that a method throws one or more exceptions. 3. The ability to catch multiple types of exceptions with a single catch clause is known as multi-catch and was introduced in Java 7. 4. In versions of Java prior to Java 7 each catch clause could handle only one type of exception.