Which solution will meet these requirements?
Use AWS DataSync to connect the S3 buckets to the web application.
Deploy AWS Global Accelerator to connect the S3 buckets to the web application.
Deploy Amazon CloudFront to connect the S3 buckets to CloudFront edge servers.
Use Amazon Simple Queue Service (Amazon SQS) to connect the S3 buckets to the web application.
Explanations:
AWS DataSync is designed for transferring data between on-premises storage and AWS, not for caching content globally.
AWS Global Accelerator improves application availability and performance but does not cache content.
Amazon CloudFront is a content delivery network (CDN) that caches content at edge locations globally, ensuring fast access.
Amazon SQS is a message queuing service and is not suitable for caching or delivering media