exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 286 discussion

An Amazon RDS for PostgreSQL DB cluster has automated backups turned on with a 7-day retention period. A SysOps administrator needs to create a new RDS DB cluster by using data that is no more than 24 hours old from the original DB cluster.

Which solutions will meet these requirements with the LEAST operational overhead? (Choose two.)

  • A. Identify the most recent automated snapshot. Restore the snapshot to a new RDS DB cluster.
  • B. Back up the database to Amazon S3 by using native database backup tools. Create a new RDS DB cluster and restore the data to the new RDS DB cluster.
  • C. Create a read replica instance in the original RDS DB cluster. Promote the read replica to a standalone DB cluster.
  • D. Create a new RDS DB cluster. Use AWS Database Migration Service (AWS DMS) to migrate data from the current RDS DB cluster to the newly created RDS DB cluster.
  • E. Use the pg_dump utility to export data from the original RDS DB cluster to an Amazon EC2 instance. Create a new RDS DB cluster. Use the pg_restore utility to import the data from the EC2 instance to the new RDS DB cluster.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Christina666
Highly Voted 1 year, 3 months ago
Selected Answer: AC
Option A - Automated Snapshot: Since automated backups are enabled with a 7-day retention period, you can easily identify the most recent automated snapshot taken within the last 24 hours. You can use this snapshot to restore a new RDS DB cluster. This process is straightforward and does not require much operational overhead. Option C - Read Replica and Promotion: By creating a read replica in the original RDS DB cluster, you ensure that the replica stays up-to-date with the source database in near real-time. To meet the requirement of having data no more than 24 hours old, you can promote the read replica to a standalone DB cluster within the desired time frame. This option leverages the replication mechanism and is also relatively simple to implement.
upvoted 6 times
...
Gomer
Highly Voted 1 year, 5 months ago
Selected Answer: AC
There are actually CLI commands defined to do both "A" and "C". I believe the DB Migration Service is used to migrate and reformat external databases to AWS. I see no references to it being used to copy/migrate data within AWS. Anyway, here are the CLI examples I mentioned which I found online: # Promotes specified read replica to become a standalone DB cluster. aws rds promote-read-replica-db-cluster --db-cluster-identifier mydbcluster-1 # Creates a new DB cluster by resoring a DB cluster snapshot named test-instance-snapshot. aws rds restore-db-cluster-from-snapshot --db-cluster-identifier newdbcluster --snapshot-identifier test-instance-snapshot --engine aurora-postgresql --engine-version 10.7
upvoted 5 times
...
r2c3po
Most Recent 10 months ago
Selected Answer: AC
Options B, D, and E involve additional steps and may have more operational overhead: B. Back up the database to Amazon S3 by using native database backup tools. Create a new RDS DB cluster and restore the data to the new RDS DB cluster. This involves manual steps and might have more operational overhead. D. Create a new RDS DB cluster. Use AWS Database Migration Service (AWS DMS) to migrate data from the current RDS DB cluster to the newly created RDS DB cluster. AWS DMS is a powerful tool but may introduce more complexity, especially if the goal is a relatively straightforward copy of data within a short time frame. E. Use the pg_dump utility to export data from the original RDS DB cluster to an Amazon EC2 instance. Create a new RDS DB cluster. Use the pg_restore utility to import the data from the EC2 instance to the new RDS DB cluster. This involves manual export/import steps and may not be as efficient as using automated snapshot restoration or read replica promotion.
upvoted 2 times
...
jipark
1 year, 2 months ago
Selected Answer: AC
backup, migration require "Read" Transaction - cause "Operational Overhead".
upvoted 2 times
...
guau
1 year, 3 months ago
Selected Answer: AC
Create new from backup or read replica
upvoted 2 times
...
kondratyevmn
1 year, 5 months ago
Selected Answer: AC
A - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html C - You can promote a read replica into a standalone DB instance. When you promote a read replica, the DB instance is rebooted before it becomes available. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html
upvoted 3 times
...
tts1234
1 year, 5 months ago
Selected Answer: AC
A C looks good
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago