Which combination of AWS services and features should the solutions architect use?
(Choose two.)
Amazon S3
Amazon EC2
AWS Fargate
Amazon CloudFront
Elastic Load Balancer
Explanations:
Amazon S3 can host static websites, providing a serverless solution for the single-page application.
Amazon CloudFront is a content delivery network (CDN) that ensures low latency and can encrypt traffic in transit.
Amazon EC2 is not a serverless solution, and it incurs more management overhead and costs.
AWS Fargate is not necessary for a static application and is also not serverless in the required sense for this use case.
Elastic Load Balancer is typically used for routing traffic to services, but is not suitable for static site hosting.