Topic 1 Question 356
A manufacturing company stores production volume data in a PostgreSQL database.
The company needs an end-to-end solution that will give business analysts the ability to prepare data for processing and to predict future production volume based the previous year's production volume. The solution must not require the company to have coding knowledge.
Which solution will meet these requirements with the LEAST effort?
Use AWS Database Migration Service (AWS DMS) to transfer the data from the PostgreSQL database to an Amazon S3 bucket. Create an Amazon EMR duster to read the S3 bucket and perform the data preparation. Use Amazon SageMaker Studio for the prediction modeling.
Use AWS Glue DataBrew to read the data that is in the PostgreSQL database and to perform the data preparation. Use Amazon SageMaker Canvas for the prediction modeling.
Use AWS Database Migration Service (AWS DMS) to transfer the data from the PostgreSQL database to an Amazon S3 bucket. Use AWS Glue to read the data in the S3 bucket and to perform the data preparation. Use Amazon SageMaker Canvas for the prediction modeling.
Use AWS Glue DataBrew to read the data that is in the PostgreSQL database and to perform the data preparation. Use Amazon SageMaker Studio for the prediction modeling.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: B
B is the correct choice. Use SageMaker Canvas
👍 1GS_772024/09/07 - 正解だと思う選択肢: B
This solution meets the requirements with the least effort by providing a no-code environment for both data preparation and prediction modeling. AWS Glue DataBrew allows business analysts to clean and prepare data without coding, and Amazon SageMaker Canvas enables them to build and run machine learning models without needing any coding knowledge
👍 1MultiCloudIronMan2024/09/22
シャッフルモード