Q16 — AWS SAA-C03 Ch.3
Question 16 of 65 | ← Chapter 3
Q146. A company uses Amazon S3 as its data lake. The company has a new partner that must use SFTP to upload data files.A solutions architect needs to implement a highly available SFTP solution that minimizes operational overhead.Which solution will meet these requirements?
- A. Use AWS Transfer Family to configure an SFTP-enabled server with a publicly accessible endpoint.Choose the S3 data lake as the destination. ✓
- B. Use Amazon S3 File Gateway as an SFTP server. Expose the S3 File Gateway endpoint URL to the new partner. Share the S3 File Gateway endpoint with the new partner.
- C. Launch an Amazon EC2 instance in a private subnet in a VPC. Instruct the new partner to upload files to the EC2 instance by using a VPN. Run a cron job script on the EC2 instance to upload files to the S3 data lake.
- D. Launch Amazon EC2 instances in a private subnet in a VPC. Place a Network Load Balancer (NLB) in front of the EC2 instances. Create an SFTP listener port for the NLB.Share the NLB hostname with the new partner. Run a cron job script on the EC2 instances to upload files to the S3 data lake.