Home › Forums › AWS › AWS Certified SysOps Administrator Associate › Explanation Please › Reply To: Explanation Please
-
Hello MeSeeks,
In the given scenario, the issue is with the slow upload of images to an Amazon S3 bucket in us-east-2 from users located far from this region. The application, hosted on an EC2 instance, loads correctly on the user’s end, so the problem isn’t between the client and the application.
The recommended solution is S3 Transfer Acceleration, which speeds up data transfer over long distances between users and an S3 bucket. This service is specifically designed to address issues like this. AWS Global Accelerator, which improves the user’s connection to the application, isn’t needed in this case, as the application itself loads fine. The problem lies in the data transfer to S3 during image upload.
I hope this clears up any confusion. Let me know if you have any further questions or concerns.
Cheers.