DEV Community

Pruthivika MR
Pruthivika MR

Posted on

Cloud Workshop

  1. Created a portfolio website using HTML, CSS and JavaScript.
  2. Created an Amazon S3 bucket in AWS for storing the portfolio files.
  3. Uploaded the portfolio files, including HTML, CSS, JavaScript and images, into the S3 bucket.
  4. Enabled Static Website Hosting and configured index.html as the index document.
  5. Created an Amazon CloudFront distribution for the S3 bucket.
  6. Configured the S3 bucket as the origin for CloudFront.
  7. Deployed the CloudFront distribution to deliver the portfolio through AWS edge locations.
  8. Accessed the portfolio using the CloudFront URL and verified the deployment.

Workflow:


Portfolio Creation → S3 Bucket Creation → File Upload → Static Website Hosting → CloudFront Distribution → S3 as Origin → CloudFront URL → Portfolio Deployment

Top comments (0)