By default, EBS volumes that are created and attached to an instance at launch are deleted when that instance is terminated. You can modify this behavior by changing the value of the flag_____ to false when you launch the instance
A. DeleteOnTermination
B. RemoveOnDeletion
C. RemoveOnTermination
D. TerminateOnDeletion
Answer: A. DeleteOnTermination
Computer Science & Information Technology
You might also like to view...
Which of the following is not an arithmetic operation in Java?
a) + b) - c) * d) % e) These are all arithmetic operations in Java
Computer Science & Information Technology
The syntax for the trim method is ____.
A. Trim.string B. string.Trim C. string.TrimMethod D. trim(string)
Computer Science & Information Technology
A(n) plug-on is a software component that adds functionality to a browser.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Pointers are simply ____ that are used to store the addresses of other variables.
A. prototypes B. data types C. variables D. addresses
Computer Science & Information Technology