Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
Este contenido no está disponible en el idioma seleccionado
Trabajamos constantemente para que el contenido esté disponible en el idioma seleccionado. Gracias por tu paciencia.
How do I troubleshoot high latency on a DynamoDB table?
1 minutos de lectura
1
I want to troubleshoot the increase in the response time that I see for Amazon DynamoDB requests.
Resolution
End-to-end latency involves a shared responsibility between DynamoDB service-side latency and the user client-side latency.
The SuccessfulRequestLatencyAmazon CloudWatch metric only measures the amount of time that DynamoDB takes to fully process the API request. SuccessfulRequestLatency doesn't measure the time that the application takes to connect to the DynamoDB endpoint or to download the results from the endpoint.