1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
It's unfortunate that they can't use Route53 :-).
Global Accelerator >> ALB >> Redirect ("Native" or with Lambda functions if you want to do granular redirects) to your S3 bucket.
- Global Accelerator will provide the (2) public IP(s) [https://aws.amazon.com/global-accelerator/]
- Connect the GA to an ALB Endpoint [https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-adding-endpoints.html]
- In the ALB, configure the redirection to your static S3 website [https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#redirect-actions]
It's not the best architectural pattern, but it is an option that addresses your use case.
Regards,
answered 4 years ago
Relevant content
- Accepted Answerasked 8 months ago
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago