What should the company do to meet this requirement?
Change the S3 storage class to S3 Intelligent-Tiering.
Deploy an Amazon CloudFront distribution to cache web server content in edge locations.
Use Amazon API Gateway for the web service.
Migrate the website ecommerce servers to Amazon EC2 with enhanced networking.
Explanations:
Changing the S3 storage class to S3 Intelligent-Tiering optimizes storage costs by automatically moving data between tiers based on access patterns, but it does not improve global performance.
Deploying an Amazon CloudFront distribution caches content in edge locations globally, reducing latency and improving performance for users accessing the web service from different regions.
Amazon API Gateway is used to manage APIs and does not inherently improve global content distribution or performance for static content stored in S3.
Migrating to Amazon EC2 with enhanced networking might improve network performance for the servers themselves, but it does not help with global content distribution or caching.