List of questions
Related questions
Question 196 - Professional Cloud Architect discussion
Your company has an enterprise application running on Compute Engine that requires high availability and high performance. The application has been deployed on two instances in two zones in the same region in active-passive mode.
The application writes data to a persistent disk. In the case of a single zone outage, that data should be immediately made available to the other instance in the other zone. You want to maximize performance while minimizing downtime and data loss. What should you do?
A.
1. Attach a persistent SSD disk to the first instance.
B.
Create a snapshot every hour.
C.
In case of a zone outage, recreate a persistent SSD disk in the second instance where data is coming from the created snapshot.
D.
1. Create a Cloud Storage bucket.
E.
Mount the bucket into the first instance with gcs-fuse.
F.
In case of a zone outage, mount the Cloud Storage bucket to the second instance with gcs-fuse.
G.
1. Attach a regional SSD persistent disk to the first instance.
H.
In case of a zone outage, force-attach the disk to the other instance.
I.
1. Attach a local SSD to the first instance disk.
J.
Execute an rsync command every hour where the target is a persistent SSD disk attached to the second instance.
K.
In case of a zone outage, use the second instance.
Your answer:
0 comments
Sorted by
Leave a comment first