Q12: Reducing Latency for Both Static and Dynamic Content on a Global Web App
A global web app serves static data from S3 and dynamic data from EC2 behind an ALB. The company wants improved performance and lower latency for both.
A global web app serves static data from S3 and dynamic data from EC2 behind an ALB. The company wants improved performance and lower latency for both.
EC2 instances connect to an Aurora database using credentials stored locally in a file. The company wants to minimize operational overhead of credential management.
For most of my career, I wrote raw SQL. Not because I was stubborn about it — I just understood it. I knew exactly what was hitting the database. I could read the query, predict the result, and tun...