Topic 1 Question 122
A company uses an AWS Lambda function to transfer files from a legacy SFTP environment to Amazon S3 buckets. The Lambda function is VPC enabled to ensure that all communications between the Lambda function and other AVS services that are in the same VPC environment will occur over a secure network.
The Lambda function is able to connect to the SFTP environment successfully. However, when the Lambda function attempts to upload files to the S3 buckets, the Lambda function returns timeout errors. A data engineer must resolve the timeout issues in a secure way.
Which solution will meet these requirements in the MOST cost-effective way?
Create a NAT gateway in the public subnet of the VPC. Route network traffic to the NAT gateway.
Create a VPC gateway endpoint for Amazon S3. Route network traffic to the VPC gateway endpoint.
Create a VPC interface endpoint for Amazon S3. Route network traffic to the VPC interface endpoint.
Use a VPC internet gateway to connect to the internet. Route network traffic to the VPC internet gateway.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: B
Option B - VPC Gateway Endpoint for Amazon S3
👍 6ArunRav2024/08/07 Option B - VPC Gateway Endpoint for Amazon S3 While interface endpoints is a viable solution, it can be more complex and expensive compared to a gateway endpoint. VPC interface endpoints charge per hour and per gigabyte of data transferred.
👍 5phkhadse2024/08/06- 正解だと思う選択肢: C
The solution that will meet the requirements of resolving the timeout issues when uploading files from the Lambda function to Amazon S3 buckets in a secure and cost-effective way is C. Create a VPC interface endpoint for Amazon S3. Route network traffic to the VPC interface endpoint .
👍 1Ashishk12024/08/22
シャッフルモード