CST 489 - Week 8
Hey everyone, This week was very exciting because I did my first hands-on project! I created an S3 Static Website through AWS. Throughout this project, I gained practical, hands-on experience with Amazon Web Services (AWS), specifically using Amazon S3 to host a static website. Before starting, my understanding of cloud computing was mostly theoretical. This project helped me turn that knowledge into real-world skills. One of the most important things I learned was how cloud storage works in practice. By creating an S3 bucket, I understood how AWS stores data and how it can be used not just for files, but also for hosting websites. Enabling static website hosting showed me how cloud services can replace traditional web servers for simple applications. I also learned about permissions and security, which turned out to be a critical part of the project. Initially, I encountered a “403 Access Denied” error, which helped me u...