Exp 3 - CCS
Exp 3 - CCS
In this lab, I used Amazon Simple Storage Service (Amazon S3) to host a static website and
implemented architectural best practices to protect and manage data.
Objectives:
• Upload objects to an S3 bucket using the AWS SDK for Python (Boto3)
• Configure the website hosted on Amazon S3 to be accessible only from a specific IP address
range, and test the configuration
Lab Summary
In this lab, I successfully created a static website hosted on Amazon S3. I applied security best
practices by configuring a bucket policy that restricted access to specific IP ranges. Additionally, I
learned how to automate object uploads using the AWS SDK for Python (Boto3).
The website is now properly configured with index and error pages, and access is controlled
according to the specified IP address ranges.