MLS-C01 · Question #127
An e commerce company wants to launch a new cloud-based product recommendation feature for its web application. Due to data localization regulations, any sensitive data must not leave its…
The correct answer is A. Create an AWS Glue job to connect to the PostgreSQL DB instance. ASK : Extract Data over IPsec So we need an ETL + Site to site VPN GLUE is an ETL service but can it connect to PostgreSQL? yes https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html#aws-glue- programming-etl-connect-jdbc How to connect Glue to an…
Question
An e commerce company wants to launch a new cloud-based product recommendation feature for its web application. Due to data localization regulations, any sensitive data must not leave its on-premises data center, and the product recommendation model must be trained and tested using nonsensitive data only. Data transfer to the cloud must use IPsec. The web application is hosted on premises with a PostgreSQL database that contains all the data. The company wants the data to be uploaded securely to Amazon S3 each day for model retraining. How should a machine learning specialist meet these requirements?
Options
- ACreate an AWS Glue job to connect to the PostgreSQL DB instance.
- BCreate an AWS Glue job to connect to the PostgreSQL DB instance.
- CUse AWS Database Migration Service (AWS DMS) with table mapping to select PostgreSQL
- DUse PostgreSQL logical replication to replicate all data to PostgreSQL in Amazon EC2 through
How the community answered
(23 responses)- A74% (17)
- B17% (4)
- C4% (1)
- D4% (1)
Explanation
ASK : Extract Data over IPsec So we need an ETL + Site to site VPN GLUE is an ETL service but can it connect to PostgreSQL? yes https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-connect.html#aws-glue- programming-etl-connect-jdbc How to connect Glue to an on-site DB https://aws.amazon.com/blogs/big-data/how-to-access-and-analyze-on-premises-data-stores-
Topics
Community Discussion
No community discussion yet for this question.