Exam AWS-Solutions-Architect-Professional Topic 1 Question 195 Discussion
Actual exam question for Amazon's AWS-Solutions-Architect-Professional exam
Question #: 195
Topic #: 1
Question #: 195
Topic #: 1
The Solutions Architect manages a serverless application that consists of multiple API gateways, AWS Lambda functions, Amazon S3 buckets, and Amazon DynamoDB tables. Customers say that a few application components slow while loading dynamic images, and some are timing out with the "504 Gateway Timeout" error. While troubleshooting the scenario, the Solutions Architect confirms that DynamoDB monitoring metrics are at acceptable levels.
Which of the following steps would be optimal for debugging these application issues? (Choose two.)
Which of the following steps would be optimal for debugging these application issues? (Choose two.)
Suggested Answer: A,D Vote an answer
A: https://aws.amazon.com/about-aws/whats-new/2017/11/amazon-api-gateway-supports- access-logging/ B: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/http-504-gateway- timeout.html >> 504 already indicates problem at the origin, why do we want to still determine the processing time?
C: This is not useful as 504 error points to timeout between the frontend and the backend (origin).
D: https://docs.aws.amazon.com/en_pv/apigateway/latest/developerguide/apigateway-xray.html E: This is not a latency issue. It's the Cloudfront unable to download from origin.
C: This is not useful as 504 error points to timeout between the frontend and the backend (origin).
D: https://docs.aws.amazon.com/en_pv/apigateway/latest/developerguide/apigateway-xray.html E: This is not a latency issue. It's the Cloudfront unable to download from origin.
by Joanna at Dec 28, 2025, 02:16 PM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).