AWS Certified Data Analytics – Specialty — Question 152

A manufacturing company is storing data from its operational systems in Amazon S3. The company's business analysts need to perform one-time queries of the data in Amazon S3 with Amazon Athena. The company needs to access the Athena network from the on-premises network by using a JDBC connection. The company has created a VPC Security policies mandate that requests to AWS services cannot traverse the Internet.
Which combination of steps should a data analytics specialist take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct steps are to establish an AWS Direct Connect connection to provide a dedicated network connection and to configure the JDBC connection to use an interface VPC endpoint for Athena, ensuring secure access without traversing the internet. Options B and C do not meet the requirement of accessing Athena securely, and option E is unnecessary as Athena does not need to be deployed in a private subnet for this setup.