Dathan Stonedevstone.hashnode.net·Aug 5, 2022FeaturedHosting a Static Website with AWS - S3, Route 53 & CloudFrontI recently created my own portfolio website (Check it out here) and was so excited to deploy it out into the web! I quickly ran into a dilemma...where should I host my website? I had a few requirements: Load time - Needs to be lightning fast! Relia...Andrew Baisden and 5 others are discussing this6 people are discussing thisDiscuss·63 likes·1.6K readsAmazon Web Services (AWS)AWS
Neha Soninehasoni.hashnode.net·Jul 1, 2021Amazon Web Services- An OverviewAmazon Web Services(AWS) is a secure cloud services platform that offers a broad set of cloud-based products including compute services, storage, analytics, networking, databases, developer tools, IoT, security, and management tools, with pay-as-you-...Goverdhan Soni and 1 other are discussing this2 people are discussing thisDiscuss·53 likes·603 readsAWS ARTICLESAWS
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
gyan pratap Singhrocketgps.hashnode.net·Apr 21, 2023About RedshiftIntroduction to Amazon Redshift Tens of thousands of customers today rely on Amazon Redshift to analyze exabytes of data and run complex analytical queries, making it a widely used cloud data warehouse. How it works Amazon Redshift uses SQL to analyz...Discussredshift
Jones Zachariah Noel NforThe Serverless Terminalzachjonesnoel-1674149667971.hashnode.net·Apr 14, 2023Serverless development with Amplify StudioAs full-stack developers, we often love to develop applications out of the box with tools that can visually design your application's UI and define your data and API layers that can seamlessly integrate with the application's UI. AWS Amplify Studio a...Discuss·29 readsAWS AmplifyAWS
Sachin Kulkarnisachinkulkarni.hashnode.net·Apr 4, 2023AWS Storage ServicesStorage of data is one major task that requires large infrastructures to be set up on-premises. A vast range of cloud based storage solutions is provided by Amazon Web Services (AWS). These services allow customers to store and manage various types o...Discuss·26 readsAWS Storage
Ayush Dabhiayushdabhi.hashnode.net·Apr 1, 2023Building a serverless chatbot using Amazon Lex , Lambda , Amazon S3 , Amazon Cognito , IAM .Step 1: Creating a bot with Amazon Lex On the AWS Management Console, on the Search, Write Amazon Lex and choose Amazon Lex. On the Amazon Lex page, select Return to the V1 console, then click on Create. On the Create your bot page, choose th...Discuss·39 readsaws lambda
Shashank Rajakshashankrajak.hashnode.net·Apr 1, 2023Amazon S3 and Presigned URL : The What, Why and How.Amazon Simple Storage Service (S3) is a highly popular cloud storage solution provided by AWS. S3 provides an object storage service offering industry-leading scalability, data availability, security, and performance. It can have multiple use cases f...DiscussAmazon S3
Aditya Jagdish Takadityatak.hashnode.net·Mar 25, 2023Visualize Data using Amazon QuickSightI. Introduction A. Explanation of data visualization Data visualization is the process of representing data and information in a graphical or visual format. This allows for easier interpretation and analysis of complex data sets and can help to ident...Discuss·40 readsAmazon S3
Jineshkumar Pateljineshaws.hashnode.net·Mar 15, 2023S3 Bucket Object Ownership: ExplainedAmazon S3 (Simple Storage Service) is a popular cloud storage service provided by Amazon Web Services (AWS). It allows users to store and retrieve any amount of data, at any time and from anywhere on the web. S3 buckets are the basic unit of storage ...Discuss·45 readsAWS
Kerwintriminator.hashnode.net·Mar 13, 2023Check the Integrity of Data in Amazon S3 with Additional ChecksumsEver wondered if your data has been messed with? Well with AWS S3, I can show you how! Once you have created an AWS account, the lab starts with creating an S3 bucket and ends with comparing our checksum values. TLDR The goal of this lab is to upload...DiscussAWS ProjectsAWS
Kyle Sheltonchaoskyle.hashnode.net·Mar 8, 2023What is terraform state?Introduction Terraform is an open-source infrastructure as code (IAC) tool used to build, manage, and version infrastructure. It uses a declarative approach to define infrastructure as code, enabling teams to automate the deployment and management of...Discuss·87 readsTerraform
Daniel Errantedanoph.hashnode.net·Mar 6, 2023How To: Next.js Drag-and-Drop Image Uploads Directly to S3 and Displaying with CloudFrontIn my first two tutorials on Next.js file uploads, we learned how to build a multiple file upload form in Next.js with drag-and-drop support and progress bars. Our files get stored in Amazon S3 but we aren't displaying the files anywhere on our page ...Discuss·1 like·846 readsAmazon S3