Reputation: 677
I have a python flask application hosted on Elastic Beanstalk (Private Load Balancer).
I wanted to integrate Elastic Beanstalk with Cloudfront so that the Web application can be opened using cloudfront distribution.
How can i achieve this?
Upvotes: 1
Views: 1050
Reputation: 1980
You can now access Private (Internal) Application Load Balancers via CloudFront with the newly introduced VPC Origins.
In the CloudFront console:
Your ALB (and hence the Beanstalk) will now be accessible via your CF Distribution.
Upvotes: 0