159k views
5 votes
How should you access a private development endpoint in Glue?

A) Use a public API key
B) Request access from the administrator
C) Use a VPN
D) No access is possible

User Keishawn
by
8.4k points

1 Answer

5 votes

Final answer:

To access a private development endpoint in Glue, you should use a VPN.

Step-by-step explanation:

To access a private development endpoint in AWS Glue, you should use a VPN. A VPN (Virtual Private Network) allows you to establish a secure and private connection between your local network and the Glue development endpoint. This ensures that your data and communications are encrypted and protected.

By using a VPN, you can securely access the private endpoint and perform development tasks, such as running and testing ETL (Extract, Transform, Load) scripts, without exposing your data to the public internet.

Using a VPN is the recommended method for accessing private development endpoints in Glue as it provides an additional layer of security for your data and resources.

User Maria Minh
by
7.9k points