DEV Community

Mayuri G
Mayuri G

Posted on

AWS SIMULEARN - 1

Hey all, I would like to share my experiences on using AWS SimuLearn from AWS SkillBuilder. So I have taken 3 courses for now.

Course-1 : Cloud Computing Essentials

It is all about the usage of Amazon S3 bucket. From my learnings, S3 bucket is used for storing objects and hosting websites. The objects stored in S3 containers are known as buckets. When an S3 bucket is configured for website hosting, the bucket is assigned a URL. When requests are made to this URL, Amazon S3 returns the HTML file, known as the root object, that was set for the bucket. For providing permissions, bucket policy can be used.

Image description

Steps followed in LAB session

  1. Go to the console of AWS Lab provided in the course.
  2. Click on S3 services or search for it.
  3. Once clicking the S3, various bucket names are displayed.
  4. Select the required bucket and review the existing files.
  5. If required, existing files can be renamed via Actions bar on the top.

Image description

  1. Click on the Permissions tab and review the bucket policy or create the bucket policy in json format.
  2. Block the public access in the Permissions page.

Image description

  1. Click on the Properties tab and enable the static hosting of a website.
  2. Mention the Index document and Error document in the Properties page.
  3. Give Save Changes at the end.
  4. Now click on the provided URL from S3 to operate the website that is hosted.

Image description

Overview and Outcomes

Image description

Image description

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay