DevOps, Day - 67
AWS S3 Bucket Creation and Management

💻 Python | Docker | Jenkins | Networking | Git | Linux 💻
Passionate about leveraging technology to drive efficiency and deliver innovative solutions. Proficient in Python development, Docker containerization, Jenkins automation, computer networking, Git version control, and Linux administration. Skilled in collaborating with diverse teams to deliver high-quality software products. Proficient in AWS EC2 instance management and deployment.
Seeking new opportunities to apply my expertise and contribute to impactful projects. Let's connect and explore how we can work together!
Inter-personal Skills:
Communication, Adaptability, Emotional intelligence, Active listening, Collaboration.
Happy To Connect🔗😊
Feel free to reach me out😃@ --> vrishnishreevb531@gmail.com 📬

Create a main.tf file as shown.

Run terraform init

Before running terraform apply command, create and modify your IAM policy
Create policy as shown (zoom and check the path, if required)

Goto IAM --> Select the user associated --> Click Add permissions, select Create inline policy for the created policy.

Click on JSON

modify as shown --> click Next (ignore the warnings, if occurred)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "*",
"Resource": "*"
}
]
}


Run terraform apply


Goto AWS console --> type S3.

Click On Buckets, and search for your new bucket.
we can see the access is public now.

Thank you so much for reading
Follow me on LinkedIn to see interesting posts like this : )




