AWS Certified Data Engineer – Associate (DEA-C01) — Question 256

A finance company uses Amazon Redshift as a data warehouse. The company stores the data in a shared Amazon S3 bucket. The company uses Amazon Redshift Spectrum to access the data that is stored in the S3 bucket. The data comes from certified third-party data providers. Each third-party data provider has unique connection details.

To comply with regulations, the company must ensure that none of the data is accessible from outside the company's AWS environment.

Which combination of steps should the company take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, C

Explanation

Option A is correct because moving the Redshift cluster to a private subnet and using a NAT gateway ensures that the data remains within the company's AWS environment while still allowing access to S3. Option C is also correct since enhanced VPC routing and AWS Direct Connect would facilitate secure connections to the data providers. The other options do not address the requirement of keeping the data inaccessible from outside the AWS environment.