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.
Steps followed in LAB session
- Go to the console of AWS Lab provided in the course.
- Click on S3 services or search for it.
- Once clicking the S3, various bucket names are displayed.
- Select the required bucket and review the existing files.
- If required, existing files can be renamed via Actions bar on the top.
- Click on the Permissions tab and review the bucket policy or create the bucket policy in json format.
- Block the public access in the Permissions page.
- Click on the Properties tab and enable the static hosting of a website.
- Mention the Index document and Error document in the Properties page.
- Give Save Changes at the end.
- Now click on the provided URL from S3 to operate the website that is hosted.
Overview and Outcomes
Top comments (0)