An ERP application is deployed across multiple AZs in a single region. In the event of failure, the Recovery Time Objective (RTO) must be less than 3 hours, and the Recovery Point Objective (RPO) must be 15 minutes the customer realizes that data corruption occurred roughly 1.5 hours ago. What DR strategy could be used to achieve this RTO and RPO in the event of this kind of failure?
A. Take hourly DB backups to S3, with transaction logs stored in S3 every 5 minutes.
B. Use synchronous database master-slave replication between two availability zones.
C. Take hourly DB backups to EC2 Instance store volumes with transaction logs stored In S3 every 5 minutes.
D. Take 15 minute DB backups stored In Glacier with transaction logs stored in S3 every 5 minutes.
Answer: A. Take hourly DB backups to S3, with transaction logs stored in S3 every 5 minutes.
You might also like to view...
How must an organization handle the risks involved with ICT projects?
Fill in the blank(s) with the appropriate word(s).
Match the following commands to the corresponding descriptions.
_____ 1. cp wc yyy _____ 2. cat cw >> xxx _____ 3. cat < xxx _____ 4. wc cw wc >> xxx _____ 5. cp i wc yyy _____ 6. ls *[a d] _____ 7. rm * _____ 8. ls .* _____ 9. ls [Aa]* _____ 10. mv xxx yyy a: deletes all the files in the current directory b: lists only the invisible files c: copies wc to yyy and asks for confirmation if yyy exists d: displays a file called xxx e: displays all the filenames that end with the letter a, b, c, or d f: copies wc to yyy g: displays all the filenames that begin with a or A h: copies wc to xxx i: counts the words and characters in wc and saves them in xxx j: renames the file named xxx to yyy
What is the symbol used to represent a manual line break?
A) Paragraph mark B) Raised dot C) Exclamation point D) Bent arrow
Which type of domain allows all of the domain controllers to be equal partners, such that any domain controller can take over if one domain controller fails?
A. Active Directory B. WINS C. NetBIOS D. NetBEUI