Hari Lachannagariterraform-series.hashnode.dev·Dec 20, 2024Creating and Managing an S3 Bucket with TerraformTerraform, an open-source infrastructure as code (IaC) tool, allows you to define and manage resources on AWS efficiently. In this blog, we'll walk through the process of creating an S3 bucket and uploading files to it using Terraform. Prerequisites ...Terraform
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Dec 18, 2024Terraform State Management: Collaborating Safely with S3 and DynamoDBTerraform State: Terraform State allows you to view the current state of any resources you have created on a cloud platform locally. When you create an AWS EC2 instance using Terraform, its default state is "running". When we did terraform apply our...2 likesTerraform
Seunoluwaseunmusa.hashnode.dev·Dec 17, 2024Complete one hands-on AWS project before December 31stAre you ready to conclude 2024 with genuine AWS experience? Stop watching tutorials and start building! Before December 31st, complete one hands-on AWS project. Choose Your Project: • Static website using S3 and CloudFront • Deploy a serverless appli...2 likesAWS
Abhijit Sagareabdevops.hashnode.dev·Dec 17, 2024Designing Cost-Efficient Storage with Amazon S3 and Intelligent-TieringIntroduction In today’s cloud-driven world, cost optimization plays a critical role in managing cloud infrastructure effectively. Storage solutions are often one of the biggest expenses, especially as data grows exponentially. Amazon S3 (Simple Stora...AWS
Kieran Lowekieranlowe.io·Dec 16, 2024Terraform S3 Backend Setup: Skip the TableStoring your state file in a remote backend that supports encryption is one of the ways you should be protecting your state file. Many choose to use the AWS S3 Remote backend to do exactly that! Until very recently, this consisted of using S3 to stor...1 like·717 readsOne-OffsDevops
Amit singh deoraamitsinghs.hashnode.dev·Dec 16, 2024Create AWS S3 and EC2 with TerraformBefore creating this we need some pre-requisite: AWS IAM USER AWS CLI Provider : AWS provider install in terraform tf file Step1: Create an IAM USER Create user with terra-admin name Attach policy directly: Admin Access We are giving admin ...Terraform
KORLA GOUTHAMkorla.hashnode.dev·Dec 16, 2024Learn S3 Basics Using CLI 🌩️ (2024) |Hello EveryOne, In this blog I would like to explain the basics of AWS S3 using Commands with some real world examples. What is S3 It is Simple , Popular, inexpensive storage service. To store your data in Amazon S3, you work with resources known ...AWS_S3AWS
Think Throothinkthroo.hashnode.dev·Dec 16, 2024Comparison of S3 upload feature between Documenso and aws-s3-image-upload exampleIn this article, we will compare the steps involved to upload a file to AWS S3 between Documenso and AWS S3 image upload example. We start with the simple example provided by Vercel. examples/aws-s3-image-upload Vercel provides a good working exampl...Documenso
Think Throothinkthroo.hashnode.dev·Dec 12, 2024How Documenso, an open-source Docusign alternative, handles pdf file upload in Next.js?In this article, we analyse how Documenso, an open-source Docusign alternative, handles pdf file upload in Next.js app router. But first, where is the code that takes care of upload? To find that out, we first need to know where in the user interface...Documenso
Munilakshmi G J100daysdevops.hashnode.dev·Dec 10, 2024Day 46 of 100 Days : Securing Sensitive Data and Hosting Static Websites with Amazon S3Today, we’ll explore two critical use cases for Amazon S3: restricting access to sensitive data using bucket policies and hosting a static website. This hands-on guide will demonstrate how to implement these concepts step-by-step. Scenario 1: Restri...AWS