exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 523 discussion

A Solutions Architect is migrating a 10 TB PostgreSQL database to Amazon RDS for PostgreSQL. The company's internet link is 50 MB with a VPN in the
Amazon VPC, and the Solutions Architect needs to migrate the data and synchronize the changes before the cutover. The cutover must take place within an 8-day period.
What is the LEAST complex method of migrating the database securely and reliably?

  • A. Order an AWS Snowball device and copy the database using the AWS DMS. When the database is available in Amazon S3, use AWS DMS to load it to Amazon RDS, and configure a job to synchronize changes before the cutover.
  • B. Create an AWS DMS job to continuously replicate the data from on premises to AWS. Cutover to Amazon RDS after the data is synchronized.
  • C. Order an AWS Snowball device and copy a database dump to the device. After the data has been copied to Amazon S3, import it to the Amazon RDS instance. Set up log shipping over a VPN to synchronize changes before the cutover.
  • D. Order an AWS Snowball device and copy the database by using the AWS Schema Conversion Tool. When the data is available in Amazon S3, use AWS DMS to load it to Amazon RDS, and configure a job to synchronize changes before the cutover.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
donathon
Highly Voted 3 years, 7 months ago
Answer is A. B: Not possible. Because transferring 10TB over 50Mbps will take 17 days at least. C: Use DMS to copy not database dump. D: You don’t need SCT since there is no need for conversion. https://docs.aws.amazon.com/dms/latest/userguide/CHAP_LargeDBs.Process.html
upvoted 27 times
94xychen
3 years, 6 months ago
B: It's 10TB over 50MB... not 50Mbps
upvoted 11 times
futen0326
3 years, 2 months ago
Question clearly states "50 megabits per second" which is Mbps. MBps is mega bytes per second. Scary how people are testing for a cert like this, and don't even know the difference
upvoted 4 times
redipa
2 years, 6 months ago
But the question does say "MB": "The company's internet link is 50 MB with a VPN in the Amazon VPC..."
upvoted 1 times
...
...
...
mostafasookar
3 years ago
A is right Megabits per second (Mbps) so it will take 17 days IF it is Megabytes per second (MBps) so B it will work
upvoted 1 times
...
Amac1979
2 years, 1 month ago
https://aws.amazon.com/blogs/storage/enable-large-scale-database-migrations-with-aws-dms-and-aws-snowball/
upvoted 1 times
...
...
9Ow30
Highly Voted 3 years, 6 months ago
B Using the calculator here http://www.calctool.org/CALC/prof/computing/transfer_time it will take 2 days to transfer 10TB over 50MB line.
upvoted 15 times
cinopi
3 years, 6 months ago
It will take 17.6606 days using that tool, NOT 2 days
upvoted 4 times
9Ow30
3 years, 6 months ago
I checked again, the speed is 50 MB not 50 Mb so it will take 2. Please try again.
upvoted 2 times
syscao
3 years, 1 month ago
it's 50 Mb, not 50MB, if you check one more time.
upvoted 1 times
...
thirstylion
3 years, 5 months ago
Its Mbps (megabits) so 17 days.
upvoted 7 times
...
...
9Ow30
3 years, 6 months ago
The company's internet link is 50 MB with a VPN
upvoted 2 times
cinopi
3 years, 6 months ago
Ahh, it's 2.20758 days. Correct. So answer is B
upvoted 5 times
...
...
...
robsonchirara
2 years, 10 months ago
MB is not the same as Mb B is for Byte b is for bit
upvoted 2 times
...
...
DavidC
Most Recent 1 year, 4 months ago
Selected Answer: B
A is wrong cause DMS can't load data from S3. DMS is the simplest way here and can transfer 10TB within 3days as calculated below.
upvoted 1 times
...
TravelKo
1 year, 8 months ago
You can't use AWS DMS from S3. So A is ruled out. Option - B is the right answer you can set it with minimum effort. 50MBX60X60= ~180GBX24/Per day
upvoted 1 times
...
romiao106
2 years ago
Agree with donation. A is the answer
upvoted 1 times
...
desertlotus1211
2 years, 5 months ago
Internet is measured in bit per second NOT Bytes per second. Don't know why the question would say MegaBytes...
upvoted 1 times
...
whuzzup
2 years, 5 months ago
Selected Answer: A
A. Snowball copies existing data + additional synchronization
upvoted 1 times
...
AjayPrajapati
2 years, 5 months ago
Selected Answer: A
A is right. Snowball can combine with DMS and S3 for faster migration. SCT is not required because it is like to like DB
upvoted 1 times
...
mnizamu
2 years, 5 months ago
It says very clearly that "The company's internet link is 50 MB with a VPN." Therefore, transferring 10TB of data over a 50 MB link will take 2 days 7 hours 33 mins 20 sec. Therefore, the answer should be B. Calculation: 8 bits/1 byte x 50 Megabytes/s = 400 Megabits/s
upvoted 2 times
...
kharakbeer
2 years, 6 months ago
Selected Answer: A
The internet speed is calculated by bitpersecond and NOT Bytepersecond. B is wrong the answer is A as you don't need SCT when migrating from on-prem postgreSQL to AWS PostgreSQL
upvoted 1 times
...
Vizz5585
2 years, 6 months ago
Selected Answer: D
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_LargeDBs.html
upvoted 1 times
...
joanneli77
2 years, 6 months ago
50 MB is not 50 mb. The author wrote the question wrong. One is 800% different from the other. Remember networks are measured in 'b'its not 'B'ytes, even though almost all other data is capital B. In either case, data transfer will take too long.
upvoted 1 times
...
JohnPi
2 years, 6 months ago
Selected Answer: D
When you're using an Edge device, the data migration process has the following stages: -You use the AWS Schema Conversion Tool (AWS SCT) to extract the data locally and move it to an Edge device. -You ship the Edge device or devices back to AWS. -After AWS receives your shipment, the Edge device automatically loads its data into an Amazon S3 bucket. -AWS DMS takes the files and migrates the data to the target data store. If you are using change data capture (CDC), those updates are written to the Amazon S3 bucket and then applied to the target data store.
upvoted 2 times
...
[Removed]
2 years, 6 months ago
Selected Answer: A
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_LargeDBs.Process.html
upvoted 1 times
...
tomosabc1
2 years, 6 months ago
Selected Answer: B
The answer is B. We can figure out the answer by ruling out the wrong ones. A,D(wrong): Neither AWS DMS nor AWS Schema Conversion Tool can be used to copying on premise DB to Showball device. https://aws.amazon.com/dms/schema-conversion-tool/ C(wrong): Log Shipping is for SQL server on EC2, rather than AWS RDS for PostgreSQL. https://docs.aws.amazon.com/prescriptive-guidance/latest/migration-sql-server/ec2-log-shipping.html https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureNonSupport
upvoted 1 times
Cal88
2 years, 5 months ago
You are wrong , DMS can be used with snowball to migrate databases from on-premise to AWS https://docs.aws.amazon.com/dms/latest/userguide/CHAP_LargeDBs.html
upvoted 1 times
...
...
dcdcdc3
2 years, 7 months ago
MB means nothing really. If it is MBps then B is correct, If it is Mbps D is correct (Use SCT): https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_DMSIntegration.html https://docs.aws.amazon.com/dms/latest/userguide/CHAP_LargeDBs.html
upvoted 2 times
Cal88
2 years, 5 months ago
Why do you need schema conversion if you are migrating to the same DB I think answer A is correct Snowball + DMS
upvoted 1 times
...
...
jerrykid
2 years, 8 months ago
C is correct. DMS now support S3 The only way to transfer data into Snowball is dump data and copy by Snowball agent, not DMS or SCT. Both DMS and SCT is service and hosted in AWS.
upvoted 1 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