Dileep Kumar Nagamaws-insights-for-newbies.hashnode.dev·Jan 19, 2025Hosting a Static Website on AWS with S3 and CloudFrontIntroduction🌐 Hosting a static website has never been easier, thanks to AWS. With Amazon S3 for secure and scalable file storage and CloudFront for blazing-fast global delivery, you can create a robust website setup with minimal effort and cost. In ...aws lambda
Siddhant Jainblog.zata.ai·Jan 18, 2025How Object Storage is Changing AI WorkflowsArtificial intelligence (AI) is transforming industries by enabling data-driven insights, automating processes, and unlocking new capabilities. However, AI’s success depends heavily on efficient data storage and management. As AI models grow more com...S3
Subhadip Sahasubhadipsaha.hashnode.dev·Jan 16, 2025Building a Video Streaming Service with AWS S3, CloudFront, NodeJS, and ReactSuppose you’re tired of the limitations of existing video streaming platforms because you’re broke and decide to create your own — fully customized, scalable, and lightning-fast. Sounds crazy, right? Well, with AWS S3, CloudFront, NodeJS, and React, ...AWS
Subhadip Sahasubhadipsaha.hashnode.dev·Jan 16, 2025Creating an AWS Lambda Function to Generate HLS Streams for Video Uploads to S3In this blog, we’ll explore how to set up an AWS Lambda function to automatically create HLS streams when a video is uploaded to an S3 bucket. HLS (HTTP Live Streaming) is a popular streaming protocol, and it’s commonly used to deliver adaptive video...AWS
Rahul wathblog.aws-devops.blog·Jan 16, 2025AWS Macie: Enhancing Data Security and ComplianceWhat is AWS Macie? AWS Macie is designed to provide: Data discovery: It automatically scans your Amazon S3 buckets to identify sensitive data such as Personally Identifiable Information (PII), financial data, or intellectual property. Data security...AWS Best PracticesAWS
Maryam MairajforMaryam's Cloud Insightsmaryams-cloud-insights.hashnode.dev·Jan 16, 2025Streamline Cloud Management: Top Shell and AWS CLI Commands - Basic to AdvanceIntroduction As a cloud engineer, mastering the command line is a fundamental skill that allows you to manage cloud resources efficiently. From navigating file systems to automating infrastructure with AWS CLI (Command Line Interface), shell commands...10 likes·40 readsLinux
Siddhant Jainblog.zata.ai·Jan 15, 20255 Problems with On-Premise Storage and Their SolutionsAs businesses increasingly generate vast amounts of data, traditional on-premise storage systems struggle to keep up. The complexity, cost, and scalability issues have left many organizations searching for better alternatives. Let’s explore the commo...zata.ai
MAYANK SINGH KUSHWAHmsrajawat298.hashnode.dev·Jan 15, 2025Mastering Amazon S3: A Comprehensive Guide to Storage, Cost, and Practical Use CasesHi everyone! I’m Mayank Singh Kushwah, an AWS Certified professional with 6 years of experience in the IT industry. Today We will discuss about S3 Storage. I know most of us are familiar with Amazon S3, but if you’ve come to this blog, you’re probabl...msrajawat298
Shivendra sonkartext-to-pdf-conversion.hashnode.dev·Jan 14, 2025Text To PDF conversion using AWS Lambda and S3 using javaPrerequisites -: AWS Account Medium Knowlege of java and maven IDE (I am using VS Code) Basic understanding of AWS Flow Diagram -: Before we go in coding, first We will create s3 bucket and lambda function once that done, we will go for java c...ChaiCode
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Jan 13, 2025Hosting a Static Website on AWS S3: A Detailed Step-by-Step GuideIntroduction In this guide, I'll walk you through the process of hosting a static website using Amazon S3 (Simple Storage Service). By following these steps, you'll learn how to create a public S3 bucket, configure it for web hosting, and make your w...#90daysofdevops