DEV Community

Nithu Varshini
Nithu Varshini

Posted on

Cloud Workshop

Simple storage service (S3)

  1. Create bucket

  2. Upload index.html and enable static website hosting

  3. URL Generated : https://nithuvarshini-33-15092026.s3.us-east-amazonaws.com/index.html

  4. Hosted portfolio

Cloud front

  1. Create distribution

  2. Set Origin Type as Amazon S3 and choose the bucket created in S3. Then distribution is created

3.URL generated : d1rzp5smdr4wb3.cloudfront.net

EC2

1.Create instance and connect the .pem file in git bash then install nginx

2.In IAM create role and modify it

3.Then download a Kaggle dataset and upload it to S3 through the CLI

Lambda

1.Create Lambda function

  1. Test if the Lambda function triggers

Top comments (0)