Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 899 discussion

A news company wants to implement an AWS Lambda function that calls an external API to receive new press releases every 10 minutes. The API provider is planning to use an IP address allow list to protect the API, so the news company needs to provide any public IP addresses that access the API. The company's current architecture includes a VPC with an internet gateway and a NAT gateway. A solutions architect must implement a static IP address for the Lambda function.
Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)

  • A. Use the Elastic IP address that is associated with the NAT gateway for the IP address allow list.
  • B. Assign an Elastic IP address to the Lambda function. Use the Lambda function's Elastic IP address for the IP address allow list.
  • C. Configure the Lambda function to launch in the private subnet of the VPC.
  • D. Configure the Lambda function to launch in the public subnet of the VPC.
  • E. Create a transit gateway. Attach the VPC and the Lambda function to the transit gateway.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Ni_yot
Highly Voted 2 years ago
A and C. AWS Lambda functions should not be configured to connect to public subnets. They should either be configured to use "No VPC" (in which case they can directly access the Internet), or they should be connected to private subnets (and can use a NAT Gateway or NAT
upvoted 8 times
...
JohnPi
Highly Voted 2 years ago
Selected Answer: AC
private subnet + NAT
upvoted 7 times
...
ggrodskiy
Most Recent 1 year, 2 months ago
Correct AC
upvoted 1 times
...
Mamko
1 year, 6 months ago
answer is: A, B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...