Table of contents
- <mark>AWS S3 Bucket</mark>
- <mark>Task</mark>
- <mark>Create an S3 bucket using Terraform.</mark>
- <mark>Configure the bucket to allow public read access.</mark>
- <mark>Create an S3 bucket policy that allows read-only access to a specific IAM user or role.</mark>
- <mark>Enable versioning on the S3 bucket.</mark>
AWS S3 Bucket
Amazon S3 (Simple Storage Service) is an object storage service that offers industry-leading scalability, data availability, security, and performance. It can be used for a variety of use cases, such as storing and retrieving data, hosting static websites, and more.
In this task, you will learn how to create and manage S3 buckets in AWS.
Task
Create an S3 bucket using Terraform.
Configure the bucket to allow public read access.
Create an S3 bucket policy that allows read-only access to a specific IAM user or role.
code:
Enable versioning on the S3 bucket.
linkdin:https://www.linkedin.com/in/gajanan-barure-7351a4140
Happy Learning :)
Thank you for reading!! Hope you find this helpful.
#day67#90daysofdevops#devopscommunity#