I want my site’s static assets—images, CSS and JavaScript—to be served through Amazon CloudFront so pages load faster without breaking any of the login-based features or active user sessions. My AWS account and the necessary IAM roles are already in place; what I need now is an expert who has done this before to: • Create and configure the CloudFront distribution, origin settings and cache behaviours • Set proper TTLs, path patterns and invalidation rules so static files cache aggressively while authenticated pages bypass the cache • Enable HTTPS, compression and origin shield (if useful) for optimal performance and security • Provide a quick walkthrough or short notes so I can maintain the setup later Once everything is wired up, I’ll test page-load speed both before and after signing in; the job is complete when static resources are hitting CloudFront, dynamic requests are still served directly, and no session issues appear.