Is it possible for an application load balancer to route to an s3 bucket to host a static website? The same alb would also route to apigateway via a vpc endpoint.
Is it possible for an application load balancer to route to an s3 bucket to host a static website? The same alb would also route to apigateway via a vpc endpoint.
As far as I know, this isn't possible.
Take a look at Cloudfront instead: https://docs.aws.amazon.com/cloudfront/index.html
Use your S3 bucket and the ALB as origins in your setup.