
Answer-first summary for fast verification
Answer: Use AWS Glue's built-in connectors to set up the connection, ensuring proper security configurations such as IAM roles and encryption.
Using AWS Glue's built-in connectors to set up the connection to an external PostgreSQL database involves configuring the necessary parameters, such as JDBC URL and credentials, and ensuring proper security configurations, including IAM roles and encryption, to protect the data.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with creating new source or target connections for cataloging in AWS Glue. Describe the process you would follow to set up a connection to an external PostgreSQL database, including the necessary configurations and security considerations.
A
Directly connect to the PostgreSQL database without any configurations or security measures.
B
Use AWS Glue's built-in connectors to set up the connection, ensuring proper security configurations such as IAM roles and encryption.
C
Manually configure the connection in AWS Glue without considering security measures.
D
Use a third-party tool to set up the connection and then import the configuration into AWS Glue.