Does Route 53 support MX Records?

A. Yes.
B. It supports CNAME records, but not MX records.
C. No
D. Only Primary MX records. Secondary MX records are not supported.

Answer: A. Yes.

Computer Science & Information Technology

You might also like to view...

Assuming that ptr is a pointer to a class data member of class Check and obj is a pointer to a Check object, which of the following statements would be used to output that data member?

a. cout << obj.*ptr; b. cout << ( *obj ).*ptr; c. cout << obj->*ptr(); d. cout << ( *obj )->*ptr;

Computer Science & Information Technology

What type of risk analysis most commonly utilizes a set of nominal values, such as high, medium, and low, for categorizing risks?

A. Quantitative risk analysis B. Qualitative risk analysis C. Cumulative risk analysis D. Ranked risk analysis

Computer Science & Information Technology