Topic 1 Question 537
A developer is deploying a new Node.js AWS Lambda function that is not connected to a VPC. The Lambda function needs to connect to and query an Amazon Aurora database that is not publicly accessible. The developer is expecting unpredictable surges in database traffic.
What should the developer do to give the Lambda function access to the database?
Configure the Lambda function to use an Amazon RDS proxy.
Configure a NAT gateway. Attach the NAT gateway to the Lambda function.
Enable public access on the Aurora database. Configure a security group on the database to allow outbound access for the database engine’s port.
Enable VPC access for the Lambda function. Attach the Lambda function to a new security group that does not have rules.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: A
RDS Proxy permite que la función Lambda tenga un gran rendimiento y gestión de picos en Aurora
👍 1italiancloud20252025/02/17 - 正解だと思う選択肢: D
Lambda connects to private subnet only when is configured as a part in user VPC
👍 10bdf3af2025/03/04
シャッフルモード