Goodness Chris-Ugarigoodiec.hashnode.net·Aug 18, 2021Serving the Content of your Static Websites Faster with AWS CloudFrontIntroduction A static website is a website that contains web pages with fixed contents. It is made up of HTML, CSS, and JavaScript files and doesn't require any server-side processing. Your website is available worldwide through a static IP. However...Yogesh Chavan and 1 other are discussing this2 people are discussing thisDiscuss·53 likes·450 readsAmazon S3
Jineshkumar Pateljineshaws.hashnode.net·Jun 28, 2022AWS S3 Multipart Upload using AWS CLIUploading and copying objects using Multipart Upload allows you to upload a single object as a set of parts. Each part is a contiguous portion of the object's data. You can upload these object parts independently and in any order. If transmission...Discuss·49 likes·528 readsAmazon S3
Rajan Prasaddmr.hashnode.net·Aug 19, 2020AWS S3 different Storage tiers and managing Lifecycle of stored objectsAWS defines S3 as "Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. Amazon S3 is designed for 99.999999999% (11 9's) of durability". In thi...Discuss·34 likes·51 readsAmazon S3
Sunitasunitabachhav2007.hashnode.net·Apr 24, 2023Using Terraform to deploy an EC2 instance with bootstrapped JenkinsWhat is Terraform? HashiCorp Terraform is a cloud-agnostic infrastructure as code (IaC) tool that allows you to create declarative configuration files and build resources from those files. Terraform can work with many different cloud platforms becaus...shubhlaxmi S and 2 others are discussing this3 people are discussing thisDiscuss·7 likes·2.8K readsTerraform
Yogitha Kkakarlayogitha.hashnode.net·Apr 23, 2023Using python boto3 functions and lambda to send attachment to emailWe have a requirement to send a CSV file present in the S3 bucket as an attachment to an email. AWS Services Used AWS S3 - For storing CSV file, which needs to be sent to the email AWS IAM:- Creating roles, and permissions required for services to in...DiscussS3
Amol Ovhalamol-devops.hashnode.net·Apr 22, 2023Project: Hosting a Static Website on AWS S3: A Step-by-Step GuideGoal: In this project, we will demonstrate how to host a static website on AWS S3. Hosting a static website on S3 is a simple and cost-effective way to serve a website with high availability, scalability, and low latency. With AWS S3, we can store an...Discuss·47 readsAWS
Pawan Bhagatpawanbhagat.hashnode.net·Apr 18, 2023The Ultimate Guide to S3 in AWS: Everything You Need to KnowIn this blog, we will discuss the options available after the creation of the S3 bucket. Here we will see how to configure our S3 bucket after its creation. In the previous blog, we saw how to create the S3 bucket and its basic configuration. Please ...DiscussAWS Tutorial Playlist: A Comprehensive Guide to Amazon Web ServiceDevops
Pawan Bhagatpawanbhagat.hashnode.net·Apr 15, 2023The Ultimate Guide to S3 in AWS: Everything You Need to KnowIn a recent blog learned an important concept about S3 storage the link is https://hashnode.com/post/clg51r42j000209kycudr4mlr When it comes to storing and managing data on the cloud, Amazon Web Services (AWS) offers a robust solution with its Simple...Discuss·1 likeAWS Tutorial Playlist: A Comprehensive Guide to Amazon Web ServiceDevops
ALasankal.hashnode.net·Apr 13, 2023Cloudflare R2 with Django StoragesCloudflare R2 is a new object storage solution that offers several benefits for developers. One of the main benefits is that it eliminates egress fees, which are fees charged by cloud providers for accessing data stored on their networks. This can re...Discuss·32 readsS3
Binh-Nguyen Ngobinhngo.hashnode.net·Apr 12, 2023Deploying your project on AWSRecently, I dove into the world of AWS and wanted to get familiar with the process of deploying a project there. I will be going over deploying a brand new project as well as building and shipping an existing project onto AWS. You can either follow a...DiscussAWS
Nishanth Gowdanishanthgowda.hashnode.net·Apr 12, 2023Getting Started with AWS Elastic Beanstalk and TerraformAmazon Web Services (AWS) Elastic Beanstalk is a service that makes it easy to deploy, run, and scale web applications. In this guide, we will go through the steps to create your first Elastic Beanstalk application using Terraform. Prerequisites Befo...Discuss·28 readsDevops
Anshik Guptaanshikgupta.hashnode.net·Apr 11, 2023Uploading to s3 with python scriptBoto3 is AWS's SDK for Python which can be easily integrated. What is the need of uploading assets to s3 with python? A developer might need to upload assets to s3 bucket to use them publicly without needing them to store in their project which also ...Discuss·10 likes·45 readsPython 3
Pawan Bhagatpawanbhagat.hashnode.net·Apr 6, 2023The Ultimate Guide to S3 in AWS: Everything You Need to KnowAs you may know, Amazon S3 is a highly scalable, secure, and durable object storage service offered by Amazon Web Services (AWS). It's designed to store and retrieve any amount of data from anywhere on the web, making it an ideal choice for hosting s...Discuss·1 like·39 readsAWS Tutorial Playlist: A Comprehensive Guide to Amazon Web ServiceDevops