An application is experiencing intermittent failures due to throttling when making requests to an AWS service. Which implementation would BEST enhance the application's resiliency by addressing these specific failures?
Implementing retries with exponential backoff and jitter
Creating additional replicas of the application's database
Migrating the application to run on larger EC2 instances
Increasing the timeout settings for the API requests