Ultimate access to all questions.
Your company is developing a data analytics application that requires remote access to data stored in Amazon S3. Which AWS service should you use to enable remote access, and how should you configure it?
Explanation:
Amazon Redshift Spectrum allows you to query data directly in Amazon S3 using the same SQL syntax and commands that you use to query data in Amazon Redshift. It enables remote access to data stored in Amazon S3 without the need to move the data into Redshift. To configure it, you can create an external schema in Redshift that references the data in S3 and define the necessary file formats and access permissions. Amazon EMR with Amazon S3 Select can be used for querying data in S3, but it requires running an EMR cluster and is not designed for remote access scenarios. AWS Lake Formation is a service that simplifies and automates the process of securing data in a data lake, but it does not provide remote access capabilities. AWS Transfer Family is a fully managed service that enables transfer of data over the internet or through a direct network connection, but it is not designed for remote access to data stored in S3.