AWS Certified Developer – Associate — Question 419

A developer notices timeouts from the AWS CLI when the developer runs list commands.
What should the developer do to avoid these timeouts?

Answer options

Correct answer: A

Explanation

The --page-size parameter in the AWS CLI controls the number of items retrieved in a single API call, preventing timeouts when querying large datasets by breaking the request into smaller chunks. Shorthand syntax, yaml-stream output, and quotation marks do not reduce the API call payload size or address timeout issues.