Back to articles
How I Deployed My Portfolio Website on AWS S3 and Secured It with CloudFront
How-ToDevOps

How I Deployed My Portfolio Website on AWS S3 and Secured It with CloudFront

via Dev.to DevOpsPunith G P

Hello everyone! πŸ‘‹ Today I completed an important milestone in my cloud journey β€” I successfully deployed my portfolio website using AWS and secured it using a CDN. πŸš€ I hosted my static website using Amazon S3, which is a simple and cost-effective way to deploy frontend projects. It allows me to store and serve my HTML, CSS, and JavaScript files with high availability. To improve performance and security, I integrated Amazon CloudFront. This helps deliver my website faster using global edge locations and also enables HTTPS for secure access. πŸ” πŸ”§ What I did: Created an S3 bucket and uploaded my portfolio files Enabled static website hosting Configured permissions for public access Connected CloudFront to my S3 bucket Secured the website using HTTPS πŸ’‘ What I learned: How cloud storage works for hosting websites Importance of CDN for performance Basics of secure content delivery Real-world deployment workflow This project gave me hands-on experience with cloud deployment and is a big step

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
6 views

Related Articles