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

A data engineer needs to onboard a new data producer into AWS. The data producer needs to migrate data products to AWS.

The data producer maintains many data pipelines that support a business application. Each pipeline must have service accounts and their corresponding credentials. The data engineer must establish a secure connection from the data producer's on-premises data center to AWS. The data engineer must not use the public internet to transfer data from an on-premises data center to AWS.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because creating an AWS Direct Connect connection provides a dedicated, secure link to transfer data without using the public internet, while storing service account credentials in AWS Secrets Manager ensures secure management of sensitive information. The other options either rely on public connectivity or do not adequately address the need for secure data transfer.