For public websites, we have an option cloudfront as CDN for static content when we use internet-facing application load balancers. Is there any similar option for internal websites using private ALB ?
Web application is implemented in ExpressJs with all static files served from server, but no clues on how to proceed on separating these static assets to move to any CDN as its a not public and cant use cloudfront for private ELB. Any ideas ?