Skip to content
500 Blog Posts To Learn About Aws
Hacker Noon
TechnologyHacker Noon··88 min read

500 Blog Posts To Learn About Aws

Let's learn about Aws via these 500 free blog posts. They are ordered by HackerNoon reader engagement data. Visit the Learn Repo or LearnRepo.com to find the most read blog posts about any technology. Amazon Web Services, not American Welding Society. 1. How Costly is AWS Redshift Serverless? Unveiling AWS Redshift Serverless: Cost-Efficiency vs. Performance Trade-offs 2. Building a Serverless REST API with Node.js and MongoDB The Serverless movement has gained a bit of momentum in the past few months. Everybody seems to be talking about it. Some would even call it a revolution! But, let’s not get too excited. Don’t be like me. I get too hyped up about cool stuff like this, and start writing articles. If this is all new to you, here’s a piece I wrote a while back, explaining the core concepts. 3. Introduction to AWS With Terraform Almost one month ago, I released Practical AWS, a training concerned With the actual use of AWS rather than with theory & ideas. 4. "Ethereum will be Bigger than AWS, Azure and Google Combined" - Pekka Kelkka This article talks about regulations and why ethereum can be the computer of the world. 5. AutoResponder AI: The Smart Way to Manage Your Gmail Inbox AutoResponder AI automates email replies using AWS & AI. Streamline inbox management, boost productivity, and stay responsive with this serverless Gmail assista 6. Using Amazon IVS to Create Interactive Live Streaming Experiences with Timed Metadata Amazon Interactive Video Service (Amazon IVS) gives us a few amazing features that enable interactivity. 7. No, You Don't Need a Highly Specialized Team to Build Your SaaS Application Just about 18 months ago, product development would require a high performing team of technical architects, software engineers, DevOps, and a product manager. 8. 10+ Best Resources to learn DevOps in Depth [Online Courses] DevOps is one of the most in-demand skills from employer and there are many job opportunities lying for full stack developers, distinguished engineers and DevOps professionals. If you are an experienced Java programmer or a full-stack web developer, and want to become a DevOps engineer then you have come to the right place. 9. Why the Fuss About Serverless? To explain this, I’m going to have to recap on some old work with a particular focus on co-evolution. 10. How to request data from a REST API to a Solidity Smart Contract 11. How To Make Docker Images with Jenkins Pipelines Jenkins Pipeline is a powerful tool when you are using Jenkins to automate your deployments. Flexible and customized actions split between stages are a good reason to try this feature. 12. Simple Steps to Avoid the Retry Behavior from AWS Lambda When a Lambda function invocation crashes due to an uncaught application error, for example, AWS may automatically retry the same request. 13. How to set up a Private Ethereum Blockchain (Proof of Authority) with Go Ethereum - Part 1 This article will explain how to set up a Private Ethereum Blockchain using Go Ethereum (Geth) - the official Go implementation of the Ethereum protocol. 14. Driving Efficiency in Document Processing: A Technical Product Manager's Journey Achieve 4x faster processing, 83% accuracy, and 40% cost savings in document automation using AWS Textract, NLP, and Agile methods. 15. AWS Step Function: Adding Retries and Error Notifications To A Lambda Function A step by step guide on how to use the AWS step function to retry Lambda and send notifications when errors occur in Lambda. 16. Grafana Loki: Architecture Summary and Running in Kubernetes Grafana Loki logging system architecture and components, its setup in Kubernetes from the Helm chart with AWS S3 as Single Store and boltdb-shipper for indexes. 17. What Causes Malformed Lambda Proxy Response and How to Fix it Malformed Lambda proxy response is a common configuration error in a serverless architecture. Learn what causes this error and how to fix it. 18. Empowering AWS DevOps With Python and Machine Learning This article is a direct result of the thoughts I shared at a recent talk with the same title, where I dissected Python and its extensive ecosystem 19. The 16 Best AWS Blogs and Websites These are the Best AWS Blogs from thousands of AWS blogs on the web using search and social metrics. Subscribe to these websites because they are actively working to educate, inspire, and empower their readers with frequent updates and high-quality information. 20. How To Configure CloudFront Using CloudFormation Template I recently worked on implementing CloudFront for s3 bucket files. Most of the tutorials were doing that using console management(UI) but we at Blue Sky Analytics prefer “code as infrastructure”. So I had to do this using CloudFormation. With the help of a few StackOverflow links and tutorials, I was able to write CloudFormation Template. 21. Migrating your Node.js REST API to Serverless I’ve dabbled a fair share in the dark arts of Serverless. Digging into the various pros and cons of not having dedicated servers, or instances you can call your own. Even if they technically are not. They’re just in some undisclosed server farm somewhere floating in the cloud. 22. How to Use AWS Textract with S3 This article demonstrates how to use AWS Textract to extract text from scanned documents in an S3 bucket. 23. Cloud Home Automation Series Part 4 : Connected Light Bulb using AWS, ESP32 & Arduino [Updated - 1st March, 2020] : Course updated, now you can control your connected light either using Google Assistant or Alexa. Kindly check out the Bonus section at the end of the course. 24. Netflix Tech Stack Has No Chill: How To Account for 15% of the World's Bandwidth Disclaimer: This is NOT a press release by Netflix. Just my honest review of tech that helps us binge great content without hassle. 25. How to Deploy a Java Springboot App with MYSQL in AWS for Free This tutorial explains how to deploy a Java Springboot app in AWS Free Tier 26. A crash course on Serverless with AWS : Building APIs with Lambda and Aurora Serverless Ever since AWS made a serverless option of AWS RDS Aurora generally available, I’ve been on the edge of my seat, eagerly anticipating all the various possibilities. It would mean a breakthrough in building serverless architectures. No more managing connection pools with SQL. No more worrying about capping out available connections. This would make it viable to use serverless for database intensive operations. 27. An In-Depth Guide to AWS Lambda Error Handling In this article, we'll be discussing everything you need to know about the basics of AWS Lambda error handling. 28. Why do we Need the JSON Web Token (JWT) in the Modern Web Era? Hold on tight: the HTTP protocol is terribly flawed(*) and when it comes to user authentication this problem screams loudly. 29. Image Resizing after Upload with Amazon S3, AWS Lambda and CloudFront for SSL When developing an application it is important to have assets resized for different capabilities, screen sizes, and resolutions. This is important for many reasons. 30. Let's Export Cloudwatch Logs to ELK Cloudwatch is an AWS service that allows storage and monitoring of your application logs from an array of AWS services. This can be really useful for creating alerts to notify developers when a certain threshold of errors has been hit, but sometimes we might need to deeply analyse our logs, not only to spot errors but to find insights into our application and improve performance. This is where an ELK (Elasticsearch, Logstash, Kibana) stack can really outperform Cloudwatch. ELK allows us to collate data from any source, in any format, and to analyse, search and visualise the data in real time. 31. How to Securely Host Node-RED in Cloud (For Free), and Safely Expose it to the Internet over HTTPS Node-RED bridges the finest pieces and abridges backyard to market delivery. This article intends to teach readers to host a secure & highly available Node-RED instance. For a couple of weeks, I worked on a project where I need to secure my Node-RED. By going through the blogs and post, everything seems very scattered on the internet and haven't found any article with end-to-end Node-RED execution as a secured frontend client accessible on the web. Thus thought to share my experience with you. 32. Redis Stream vs. Amazon SQS Do you like boxing fights? This evening I bring you a head-to-head battle between Redis Streams and AWS SQS. If you are interested which technology is better and which will end up on the ground, check it up! 33. How to Trigger Lambda with SNS Messaging: Going Serverless with AWS Do you love event-driven programming? Let's take a look at triggering AWS Lambda functions from AWS SNS messages. 34. Is There An Affordable Alternative To Step Functions? AWS Step Functions is a great service for orchestrating multi-step workflows with complex logic. It’s fast to implement, relatively easy to use and just works. The problem is its price. 35. How to Pass the Certified Kubernetes Administrator Exam in 7 Days A couple of weeks ago I passed the Certified Kubernetes Administrator (CKA) exam with 7 days of prep. Here’s how I did it. 36. Fast setup Helloworld in AWS SQS(Message Queuing Service) Setting up your own server will require good knowledge of the subject so that you do not leave any corner untouched. This is not the case with Amazon SQS as it is pretty quick to get started with. 37. How to Use AWS S3 with Python 8 Must-Know Tricks to Use S3 More Effectively in Python: In this article, we’ll look at various ways to leverage the power of S3 in Python. 38. Using AWS Lambda to Reduce NodeJS App Size Tips on how to reduce your node app size and the benefits of doing this. 39. Amazon Textract: Extract Text from PDF and Image Files [A How To Guide] Amazon recently released Textract in the Asia Pacific (Sydney), thus i decided to write a javascript OCR demo using Amazon Textract. 40. Deploying a Simple Serverless Node.js Application on AWS Lambda Functions Welcome to this comprehensive guide, where we will cover deploying a Serverless Node.js application on Amazon Web Services (AWS). 41. AWS S3 as an Image Hosting Service: Everything you need to know In today's digital world, images are an essential part of online communication. 42. Using a NestJS Application with DynamoDB and Serverless Framework on AWS NestJS is a progressive Node. js framework that helps build server-side applications. 43. How to Deploy AWS Lambda with Docker Containers You can now build your serverless workloads in a Docker container with AWS Lambda. We gave it a try and here's our review (with ETL examples). 44. AWS Outage 2025: What Really Happened on October 20 and What It Teaches Us About the Cloud AWS outage on Oct 20, 2025, disrupted major apps worldwide. Learn what caused it, how it spread, and key lessons to build stronger cloud systems. 45. How Gen AI and AWS Bedrock Supercharged Real Estate Data Extraction How Gen AI and AWS Bedrock Supercharged Real Estate Data Extraction 46. Creating React Dashboard Ultimate Guide Part 1: Overview and Analytics Backend Below you can see the demo of the final application. Online demo is available here. 47. How to Get Unlimited Cloud Storage on Telegram App Unlimited cloud storage for storing photos, videos, and files using the Telegram App. The best alternative to Google Drive and Google Photos. 48. Triggering AWS Lambda Events with DynamoDB Integration Learn everything about AWS Lambda triggers in this guide, including Amazon DynamoDB integration and 3 common ways to trigger AWS Lambda. 49. DevSecOps Introduction: Clear Instructions on How to Build a DevSecOps Pipeline in AWS [Part 1] DevSecOps is the new buzz and definitely a potential candidate to scare people in the ever-changing software industry. When I heard the term for the first time, my inner voice said it out loud, "When just this Happened, and why SEC is sandwich between them ?". Later on, to look cool, I started adding DevSecOps on my profile, but the dire consequence was a complete disappointment. DevSecOps isn't just restricted to understand security by heart & fit it with DevOps. A good analogy would be not to imagine your ex with someone, especially with your girlfriend/wife. It is all about "Shift left on Security" i.e. to introduce security as early as possible in the SDLC. Though I am not going to bore you with the definitions and concepts as I am a practical person. Thus, my objective here is to demonstrate how DevSecOps works in reality. The following series split into two parts (refer below) with very simple and clear instructions to provision a CI/CD pipeline adhering to DevSecOps principles in AWS. Everything covered from scratch you won't face any difficulty understanding. In case of any clarification, drop me a note on LinkedIn. Feel free to explore them with ease, skip to the one which is relevant to you. 50. AWS ECS vs AWS Lambda Compared Comparing cloud services? Read our Lambda vs ECS guide. Consider programming language, pricing, and the benefits. 51. Unit Test AWS Lambda in Go When I started working in Go and AWS Lambda, one of the difficulties that I faced was unit testing. I had a decent idea about what is unit testing and knew how to do it in Ruby but in Go, I had no idea because I was a beginner. 52. Kubernetes Monitoring with Prometheus and Thanos Introduction 53. How to Make AWS OpenSearch Publicly Accessible Without nginx Proxy Make AWS OpenSearch publicly accessible without Nginx proxy via AWS application load balancer (ALB) 54. Using TypeScript for AWS Lambda [A How-To Guide] When we are using NodeJS as the runtime for AWS Lambdas, JavaScript is the default language. However, due to the lack of typing check in JavaScript, from time to time, buggy codes are deployed to Lambda inadvertently. Such as a small typo like this: 55. Install and Configure Git on Amazon Lightsail, and Deploy Your Website in Minutes! (Freebie Inside) We break down how to easily deploy your new website on Amazon Lightsail in less than 5 minutes. Get your code up and running and get back to doing what you want 56. Reducing Rails Memory Use on Amazon Linux with Jemalloc A dive into jemalloc, the memory allocator which can massively reduce memory consumption of Ruby workloads 57. How Using AWS Lambda with Rust Saved 3x the Cost Compared to Using Python or .NET When building for large-scale use, using Rust certainly feels worth it both from a cost perspective (factor x3 saved) and from a performance perspective. 58. How To Build Scalable Serverless Architecture on AWS A majority of companies prefer to focus their resources on other things rather than on scalability, which causes massive problems in the future, especially once they grow to one million users. The objective of building a robust serverless application is to succeed in making it scalable and powerful at the same time. 59. In-Depth Guide to Connecting your AWS and Microsoft Azure Virtual Private Networks (VPN) Let’s say that you have spent the last 2 years developing your enterprise services in either of the two cloud providers and now you decide to start using the other one. A possible scenario that would bring about such a requirement could be a migration from one cloud service provided to the other. 60. Mastering Docker: How to Attach an AWS EBS Storage Volume to Your Docker Container In an ideal world, Docker containers should be ephemeral without any reliance on external storage. In the microservice world, this is achievable when services are connecting to external databases, queues, and other services. 61. Notes on Migrating AWS SDK v2 to v3 (Javascript) - A Quick Guide to Help You Out The AWS SDK for JavaScript (v2) will be put into maintenance mode this year 2023. I share some tips that will save you time rule migrating to AWS SDK (v3) 62. Automated Data Replication From AWS S3 To Microsoft Azure Storage Made Easy It may be a requirement of your business to move a good amount of data periodically from one public cloud to another. More specifically, you may face mandates requiring a multi-cloud solution. This article covers one approach to automate data replication from AWS S3 Bucket to Microsoft Azure Blob Storage container using Amazon S3 Inventory, Amazon S3 Batch Operations, Fargate, and AzCopy. 63. Build Your own Telegram Bot with AWS and Node.js Automate thankless tasks like splitting grocery bills using a Telegram Bot and AWS. 64. Setting Up AWS SecurityHub With Terraform in a Minute A simple example of setting up SecurityHub at the Organization level with Terraform. 65. A simple Event-Sourcing Example Using Lambda and DynamoDB [Includes Snapshots] Recently, I have been helping a client implement an event-sourced system. In the process, I put together a very simple demo app which is available on GitHub here. 66. 10 Things in Engineering We Don't Spend Enough Time On In this article, we’ll look at ten underrated activities in engineering for which allocating more time can be beneficial. 67. Getting Started with Cloud Computing: An Overview In this article, you'll learn about cloud concepts such as what is cloud computing, the advantages of using cloud computing, cloud computing types, and more. 68. Image Analysis using AWS Rekognition via Lambda Function In this blog, I am going to show you how we can use rekognition for image analysis using lambda function.we will be going to perform label detection and object detection for an image so basically we are performing image analysis in this blog. 69. A crash course on Serverless with AWS — Image resize on-the-fly with Lambda and S3 Handling large images has always been a pain in my side since I started writing code. Lately, it has started to have a huge impact on page speed and SEO ranking. If your website has poorly optimized images it won’t score well on Google Lighthouse. If it doesn’t score well, it won’t be on the first page of Google. That sucks. 70. Receiving and Handling Emails with AWS and Amazon SES If you have B2C applications, you have to deal with support tickets and emails. According to user size, it can be difficult to handle emails with a person or manage same email address with multiple people for support mails. 71. Serving Private Content from CDN Amazon Web Services is a cloud service platform which offers content delivery, database storage and many other functionalities and infrastructure on demand in order to help businesses to scale and grow with “pay as you go” pricing method. 72. Hosting an Angular Application on Amazon S3 Using Github Actions Application example built with Angular 14 and hosted on Amazon S3 (Simple Storage Service) using GitHub Actions. 73. Smaller, Faster, and Cheaper Coding Laptops via AWS My Coding Laptop is Smaller, Faster, and Cheaper than Yours and it lives in an AWS Data Center! 74. How I Live Stream My Brain with Amazon IVS, a Muse Headband and React This is the first time we've used React to broadcast live streaming our brain data 75. Using Jenkins, Docker and CI/CD for Serverless Applications Hi, I am developing a freelance project with aws lambda. I used Jenkins and docker for CI/CD. Jenkins runs pipelines on containers. In this Tutorial I will show you how I set my environment. 76. A DEEP DIVE into AWS ECS Optimized AMI AWS Elastic Container Service(ECS) makes it very easy for anyone to run and manage their docker container applications on cloud. All one has to do is create a cluster and provide the name of the docker image to pull and run as a service in the cluster. 77. Delta Compression: Diff Algorithms And Delta File Formats [Practical Guide] A diff algorithm outputs the set of differences between two inputs. These algorithms are the basis of a number of commonly used developer tools. Yet understanding the inner workings of diff algorithms is rarely necessary to use said tools. 78. How to Deploy Your Node.js Apps to AWS Elastic Beanstalk without EB CLI Let’s face it — AWS is a convoluted web of so many services and can be really difficult to wrap one’s head around. That’s certainly how I felt, the first time I deployed a Node.js app to the service. PSA I love Clis but definitely not a fan of the Elastic Beanstalk Cli. 79. Authentication using the Amazon Cognito to an Angular application Application example built with Angular 14 with authentication using the Amazon Cognito service. 80. AWS vs Google Cloud: We Asked the Devs Spoiler alert: It's AWS for the win. 81. Inside AWS Route53's Weighted Routing Policy Unveiling the Hidden Secrets of AWS Route53 Weighted Routing Policy 82. IMAP Email Server on AWS Set Up an IMAP Postfix E-Mail Server with Dovecot on AWS. 83. How to Live Stream With Multiple Hosts using a Browser and Amazon IVS In this post, we'll build on the previous demo to combine the audio and video feeds from all participants into a single feed and broadcast that feed. 84. When NOT to Use AWS Elastic Beanstalk [Deep Dive] First off, this is not a critique of Amazon’s Elastic Beanstalk — it’s a great service that allows you to deploy web applications without having a lot of in-house DevOps expertise. If you’re a young startup looking to deploy your web app on a tight schedule — it’s naturally a tempting choice, but sometimes it’s the wrong choice. 85. Busting AI Myths: "You Need Tons of Data for Machine Learning" Leading researchers like Karl Friston describe AI as "active inference" —creating computational statistical models that minimize prediction-error. The human brain operates much the same way, also learning from data. A common argument goes: 86. How to Host a React Web App on AWS S3 In this tutorial, we will go through the steps required to configure an S3 bucket to host a React.js web application 87. 5 Essential AWS Services for Web Development If you're getting started with AWS and you're interested to build your web applications using AWS services, then you're in the right place. 88. Installing FFmpeg: How to Compile and Fine-Tune for Optimal Performance Maximize FFmpeg's Power: Optimize Compilation and Installation for Video Encoding, Transcoding, and Streaming. Boost Multimedia Performance with Vital Codecs! 89. Why Implementing Microservices on AWS Is Indispensable to a Modern Architecture for Business Agility AWS customers build microservices on 3 common patterns: API-driven, event-driven, & data streaming. The blog covers the common characterics of microservices. 90. Use Amazon Personalize & Data in the Raw for Real-Time Recommendations: Start capturing website user data in 5 minutes or less with no developer resources or coding experience needed. 91. An Overview of Users Vs Roles in AWS IAM Today we’ll finally clarify IAM, specifically when to use Users vs Roles. With the visuals and examples I’ll share, you’ll realize it’s surprisingly simple. 92. Automate Your Amazon DynamoDB On-Demand Backup For Multiple Tables Using Serverless Lambda As we know with great power comes great responsibility, on-demand backups are the real saviour if your Dynamo DB got corrupted abruptly. Also, it helps you to meet the compliance requirements for the ages if your client keeps bothering you like your Ex. But I don't have the tenacity to initiate the Backup every day. Hence, I devise a Serverless solution for all the lazy people like me out there to automate the DynamoDB backup. Where, we can explicitly mention the backup intervals, table names and backup retention period. I have achieved this using a conjunction of AWS services like Cloudformation, Lambda and Cloudwatch. 93. Building a Serverless Contact Form with AWS Lambda and AWS SES What if I told you it can be done with zero dependencies? Hope you’re up for a challenge because that’s exactly what we’ll be doing. 94. Implementing Geo-Location Redirects with AWS CloudFront Configure Geolocation-based AWS CloudFront with CloudFuntions for enhancing the user experience in modern web apps. 95. Create On-Demand Past Live Stream Playback w/Full Chat Replay on Amazon IVS In our last few posts, we've looked at how to auto-record Amazon Interactive Video Service (Amazon IVS) live streams to Amazon S3. 96. Build a Gallery Site with 11ty This is a run-through of setting up a website with Eleventy, a simple static site generator. I’m going to try to list out all the relevant steps so you can follow along if you are attempting a similar project. I made a gallery site meant to showcase graphic artwork. 97. Getting Started with AWS Lambda and Node.js Once upon a time, not so long ago, a word caught my ear. Lambda. That struck a chord, remembering the good old days of playing Half-Life as a kid. Little did I know what AWS Lambda was, and how incredibly awesome it is. If you’re intrigued, stick around. I’ll only take a few minutes out of your already busy day, and you surely won’t mind. 98. AWS RDS from a Serverless Perspective In this article, we'll deep dive into all the basics to help you hit the ground running when it comes to AWS RDS. 99. How to Easily Deploy Telegram Bot Using AWS Lambda To deploy a telegram bot in C # seems is difficult, but I want to show that it is not. In this article I will give an example of publishing it on AWS. 100. Azure Data Factory: An Amazing Data Migration Tool This blog will highlight how users can define pipelines to migrate the unstructured data from different data stores to structured data via Azure Data Factory 101. CI/CD Pipelines on GitLab and AWS: Speed Up Your Deployments Brief guide how to deploy websites with Gitlab CI to AWS S3 102. How to Broadcast Interactive Web Based Gaming Live Streams with Amazon IVS The Web Broadcaster SDK is a game changer that gives developers the ability to integrate the broadcast experience directly into their streaming applications. 103. What Is Cloudwatch Embedded Metrics? I can’t believe not many people are talking about this AWS feature. It’s a game changer! 104. Five Book Recommendations For Serverless Developers Five books you must read if you are going serverless including books by Eric Evans, Richard Rodger, Chris Richardson, and more. 105. Using Open Source AWS Amplify JS with Cognito to Secure Angular Apps This article shows how to set up the Cognito UserPools JWT authentication flow and how it will integrate with an Angular Web Application. 106. A Guide on How to Use GPU Nodes in Amazon EKS In this article, we'll run GPU nodes in AWS EKS in seven simple steps via nvidia-driver and will check basic methods to debug it after the deployment. 107. 20 Best Courses from Udemy Free Resource Center to Learn Programming and Coding Hello guys, after Pluralsight made their 7000+ expert-led online courses for free for one month, now Udemy has also launched the "Udemy FREE Resource Center" where you find a collection of Udemy's best free content from some of their best instructors. 108. AWS Bedrock Knowledge Bases: Comparing S3 Vector Store vs. OpenSearch, PostgreSQL & Neptune Starting on July 15, AWS has added support for S3 vector stores for Bedrock knowledge bases. I'm going to compare each AWS-managed S3 vector store. 109. Making a Static Website with C#, Blazor, AWS And GitHub Actions If you follow the Microsoft development community at all, you’ve most likely already heard of the new web development framework called Blazor. If you haven’t heard of it, here’s an overview from the product site: 110. WordPress Site Migration To AWS Lightsail With Duplicator How to Migrate a Wordpress Site from Godaddy, Bluehost, Hostgator, to AWS LIghtsail Using the Duplicator Plugin Database Copy Method 111. Meet AWS: HackerNoon Company of the Week This week, HackerNoon features Amazon Web Services (AWS), the world's most comprehensive cloud platform, delivering IT infrastructure since 2006. 112. Handling Client Side Routing When Hosting Your React.js Project on AWS S3 As a recent Bootcamp grad I wanted to put my new React skills to work and tie in my older skills with AWS. I built out my new portfolio site, using React, and I thought to myself, “can I host this in an S3 bucket?” The first task is deploying to S3, which was pretty straightforward and there are many good resources that you can find with a little googling, like this one, stepping through how to do that. 113. I made AWS Lose Money - Here's How! This is a short series that I wanted to share for a long time about the basics of “Cost Optimization” on AWS. 114. How To Deploy React on AWS using NGINX This post will help you to learn how to deploy your React applications to production. We are going to use Docker and NGINX to secure API keys and proxy requests 115. How To Use a FastAPI Abstraction To Query AWS Data Lake Our guide in creating FastAPI abstraction that allows us to query the AWS Glue metadata catalog - a Data Discovery API for AWS Data Lake. 116. Designer to Developer Handoff: How to Build a React Component from a Figma Design File AWS Amplify allows you to build an application from Figma and import the components into React. With the help of Amplify, the tool creates reusable components 117. The Complete Beginners Guide to AWS S3 In this tutorial, we'll get to learn how to use the AWS S3. First, learn what is S3, the core parts of S3 that are the Buckets, Access Point, and Objects. 118. The State of Containers in 2020 Containerization has come a long way and containers have completely revolutionized the way companies build, test, package and deliver software today. Containers are good for packaging any software. Big or small. Microservices are great candidates to be packaged and delivered with container images. With Microservices architecture, the large monolith is decoupled into several mini services that work independently. 119. Checklist for Upgrading an EKS Kubernetes Cluster without Downtime A helpful checklist for upgrading Amazon EKS. 120. How Amazon CloudFront Secures Content Delivery Amazon CloudFront is highly secure, managed service for content delivery by providing useful, and security supporting features. Learn more in the blog. 121. How To Integrate Amazon Cognito with Ethereum Blockchain: A Step-by-Step Guide Building a custom authentication flow using Amazon Cognito and MetaMask 122. How To Migrate An Existing Infrastructure into Terraform Terraform is a powerful tool to have in your toolset. 123. How to Set Up Authentication With AWS Amplify in Next Authentication is a way for applications to confirm user identity before granting permission or entry to a website. 124. A Deep Dive Into AWS Key Management Service (KMS) AWS KMS Security and Key Management 125. How To Connect AWS Amplify with React Native Application AWS Amplify is a framework that lets you develop a web or mobile application quickly, by accessing the backend cloud services offered by AWS. In this article, we are going to learn how to use AWS Amplify in React Native by building a fully functional login and registration flow. 126. How to Create a Dynamic Layout for Multi Host Broadcasts With Amazon IVS In this post, we'll take a look at one approach you could utilize to make creating a dynamic layout a bit easier. 127. How To Set Custom Metrics for Autoscaling in AWS In many cases, custom metrics may be useful to make more ad-hoc configuration of autoscaling in AWS. For example, a custom metric can allow an autoscaling group to react more rapidly on spikes or to take into account the health state of hosts for concurrency based metrics. Let's see how to set up a custom metric and autoscaling policy for an autoscaling group with an application load balancer and target group using AWS Console. 128. AWS Lightsail: The Why, Hows, and Whats Lightsail is an easy-to-use alternative to EC2, offering everything you need to build websites and simple web applications. 129. 4 Ways to Run Your AWS Amplify Project From An Existing GitHub Repo 4 Ways to run amplify project from existing GitHub repo. 130. Setting Up Authentication for AWS EKS Amazon Elastic Kubernetes Service (EKS) is one of the leading managed Kubernetes solutions. 131. Zero-Downtime Splunk Migration at inDrive: From Bare Metal to AWS SmartStore How to migrate Splunk to AWS SmartStore with zero downtime using hybrid architecture, S3 storage, and multi-cluster search. 132. Sentiment Analysis using AWS Comprehend Sentiment analysis uses AI to identify the core emotion behind a piece of text. In this article, we will look at how to build a sentiment analyzer using AWS Comprehend. 133. AWS, Azure and GCP Pricing: The True Cost of DevOps To make the choice between 3 market giants (Azure, AWS, and Google Cloud) clearer, we've conducted research on the pricing plans for DevOps services. 134. Introduction to RDS Proxy: Exploring with Benchmarks in Go A deep dive into the performance characteristics of RDS Proxy vs RDS 135. Retraining Machine Learning Model Approaches Retraining Machine Learning Model, Model Drift, Different ways to identify model drift, Performance Degradation 136. Accessing Private Instances With An, Internet-Facing, Application Load Balancer in AWS In this piece, I will be showing you how to deploy a simple python Flask application with an AWS application load balancer. 137. How to Upload to Amazon S3 via AWS CLI and NPM scripts Static websites are a brilliant way to create performant sites. My website is built using Gatsby and hosted on Amazon S3. I have created a simple script to help you quickly upload your site to S3 by running one simple command in your project terminal. 138. An Intro to Dynamic CDK Dashboards How to create a construct based on other constructs in the same stack without forcing the developer to call a method for each? That's exactly what aspects do! 139. Sanity-Checks with Playwright in Fargate container on schedule There is often the need to check whether your production system is working as expected. Playwright is a great way to test if everything is going to plan. 140. DJL: Deep Java Library and How To Get Started Want to get your hands dirty with Machine Learning / Deep Learning, but have a Java background and not sure where to start? Then read on! This article is about using an existing Java skillset and ramp-up your journey to start building deep learning models. 141. Important Differences Between Cloud-Based, Cloud-Enabled, And Cloud-Native Apps Learn the difference between Cloud-Based, Cloud-Enabled, and Cloud-Native Applications. 142. 17 of the Best Amazon Web Services (AWS) for Web Developers to Learn This article will give you a basic understanding of the main AWS features and will be useful for those who are just starting to get acquainted with the platform 143. How X (Formally Twitter) Slashed Costs by 60% Without Sacrificing Quality A case study on Twitter's remarkable cost reduction through cloud exit and its implications for businesses. 144. Automating AWS Identity Center Permissions Management Event Driven Automation for AWS Permission Set Assignments 145. Unveiling the Power of Amazon Kendra Amazon Kendra is an intelligent search service powered by machine learning that offers natural language processing capabilities to extract insights. 146. CKAD and CKA Certifications: Which to Take First and How to Prepare With around 50% developers CKA or CKAD certified, we share our experiences, study material, mistakes to avoid, FAQ, etc. about the CKA and CKAD certification. 147. Performance increase of Data Pipelines from S3 to Dynamodb AWS data pipelines are one of the best mechanisms to transfer data from one storage to another storage with a different data type. While transferring data from pipelines, there are several techniques which can be used to optimize the process of copying data. In this article, the scenario would be copying 3 CSV format files which are stored in S3 bucket, to 3 Dynamodb tables. 148. Say Goodbye to Outdated Diagrams: Automate Your Infrastructure Visualization Automate your infrastructure diagrams. Guide helps you maintain fresh, accurate visuals with minimal effort, perfect for managing 149. How to Deploy Modern Apps with AWS Amplify Deploying a web app to AWS Amplify provides a way to host your frontend web app on the internet using its services for free which provisions a URL you can share 150. Building a Multi-Tenant gRPC Development Platform with Ambassador and AWS EKS In early 2020 the PlaceExchange SRE team was challenged to build support for the company's first gRPC application that would run on Amazon's Elastic Kubernetes Service (EKS). Our usage of third-party geocoding APIs was beginning to exceed the cost of implementing our own service, and so we decided to build one with a gRPC interface. We had already operated EKS for several months with RESTful services and felt confident in our ability to deliver a platform capable of hosting multiple instances of the API for our developers to work concurrently. Given our extensive use of per-developer environments (namespaces) and adherence to the infrastructure as code model, it seemed natural to extend this pattern to support gRPC services. 151. Gradually Shift Traffic With AWS Route 53 Weighted Routing Policy Gradually Shift Traffic with AWS Route 53 Weighted Routing Policy 152. How to Set Up an SFTP Server with S3 153. AWS Decoupling: The Big Comparison A comparisons between AWS services - Kinesis, SQS, SNS - that allow you to decouple sending and receiving data (including Python examples). 154. How to Create Dynamic Open Graph Images A short post on how to generate dynamic open graph images using puppeteer-core and chrome-aws-lambda for sharing on instant messaging platforms online. 155. Creating Tables and Querying data with AWS DynamoDB In this article, we will look at the NoSQL database service offered by AWS called DynamoDB and how to perform basic database operations with it 156. Amazon Elastic Container Service (ECS) Anywhere: A New ECS Function Amazon ECS Anywhere gives customers the ability to run Amazon ECS on any infrastructure using the same cloud-based, fully managed, highly scalable container orchestration service and control plane they use in AWS today. 157. Cloud Home Automation Series Part 3 : Create web-client in Node-RED to control ESP32 from Web [Updated - 14 December, 2020] : Course updated, Now you can run the NodeRED Instance in any AWS Region, which uses secure HTTPS connection using self-signed Certificate (Generated during boot up) & set non-default Password & Username to login to NodeRED Admin Dashboard.] 158. How to Use Terraform to Configure AWS Verified Access With an OIDC Google Provider Configure AWS Verified Access with an OIDC Google provider via Terraform. 159. Creating a Instance Scheduler using AWS CDK The AWS CDK is a software development framework to define cloud infrastructure as code and provision it through CloudFormation. The CDK integrates fully with AWS services and allows developers to use high-level construct to define cloud infrastructure in code. 160. How to Block Traffic to Your Website from Russia and Belarus I want to invite you all to block your website traffic from Russia and Belarus to show support for the Ukrainian people. Let me show you how to do just that. 161. DevSecOps Introduction: Clear Instructions on How to Build a DevSecOps Pipeline in AWS [Part 2] Welcome to second part of the DevSecOps series. In the second part, we will turn ON/OFF the inbuilt led of ESP32 using AWS Device Shadow Service. Before starting, let's do a recap, in Part 1 we have connected the ESP32 MCU with AWS and able to publish Messages to IoT Core. The following series split into two parts (refer below) with very simple and clear instructions to provision a CI/CD pipeline adhering to DevSecOps principles in AWS. Everything covered from scratch you won't face any difficulty understanding. In case of any clarification, drop me a note on LinkedIn. Feel free to explore them with ease, skip to the one which is relevant to you. 162. Building a k-NN Similarity Search Engine using Amazon Elasticsearch and SageMaker Amazon Elasticsearch Service recently added support for k-nearest neighbor search. It enables you to run high scale and low latency k-NN search across thousands of dimensions with the same ease as running any regular Elasticsearch query. 163. Build a Video On Demand (VOD) Service with AWS Lambda, S3 and CloudFront With VOD streaming viewers may enjoy accessible media whenever and wherever they choose it. This way you'll keep visitors on the site longer. Learn here how! 164. How to Deploy a Django Application on AWS with Terraform The final goal of this guide is to create a scalable and reproducible setup of the Django Web Application on AWS using Terraform. 165. Cloud Home Automation Series:Part 3 Create web-client in Node-RED to control ESP32 from Web Welcome to SIMPLE LEARNING AWS Cloud Home Automation, Zero to Hero Series. In the third part, we are going to create a web-endpoint that will trigger remote execution in ESP32 by securely switching ON/OFF the ESP32 inbuilt led from a website hosted in Node-RED. Before starting, let's do a recap, in Part 1, we have connected the ESP32 MCU with AWS and able to publish Messages to IoT Core and in Part 2 we have uploaded another code which interacts with Things Shadow to control ESP32 inbuilt led using MQTT client. The following series split into four parts (refer below) with very simple and clear instructions to provision a home automation system to control house appliances through the web. Everything has been covered from scratch you won't face any difficulty understanding. In case of any clarification, drop me a note on LinkedIn. Feel free to explore them with ease, skip to the one which is relevant to you. 166. Introducing a better way to record custom metrics Many clients have asked me “how do I record custom metrics from Lambda?”. 167. Is Amazon’s Stock Ready for a Holiday Season Rally? As Amazon reaches growth of around 80% for the 2023 calendar year, it’s certainly a welcome sight to see an upturn in fortunes for the retailer. 168. How to Use AWS Lambda Authorizer for Flexible and Scalable Web Service Authorization On one of the projects I worked on, there were 8 services that used Auth0 for front-end authentication and a rotated static token for back-end authentication. 169. Building Graphql API with Spring Boot, Neo4j and Kong [Part 2] Part 1 of this series provides detailed description on GraphQL server and how to start setting it up using springboot, Schema Definition Language (SDL) and its types. 170. WTF is Commercial Open Source Software? Open-source evolution 171. How To Convert HTML to Markdown with a Serverless Function Outlined below is the setup for a AWS lambda function which combines fetching the HTML for a URL, stripping it back to just the essential article content, and then converting it to Markdown. To deploy it you’ll need an AWS account, and to have the serverless framework installed. 172. AWS Credentials, Stored Safer By default the aws cli stored key id and secret in plaintext in a well known location. What could go wrong?!? 173. 13 Things You Should Know If You Are A Software Developer/Entrepreneur In 2020 13 different things that you can learn today if you want to be a tech entrepreneur or a better engineer to make an application and ship it to your customers! 174. Why You Should Use IAM Policies to Enforce MFA on AWS In my past life, I was an auditor and performed hundreds of cybersecurity readiness assessments. These were sometimes called “gap analysis” and the essential purpose of these assessments were to provide organizations with the answers to the test for their upcoming official assessment. 175. WTF is AWS Traffic Mirroring? What Is Traffic Mirroring (aka Replication) ? 176. 3 Ways to Create Static IP for AWS IoT Core Learn how to create static IP address for AWS IoT Core solutions. Explore three different workarounds in creating a static endpoint for added security. 177. Creating a Webhook URL: A Guide for AWS, Heroku, and GCP This article will provide a brief guide on creating a webhook URL in three popular cloud platforms: AWS, Heroku, and GCP. 178. AWS Lambda Alias: An Essential Guide Why you should be using AWS Lambda alias for your versioning strategy 179. 7 Reasons Why You Should Keep Learning AWS Why should I learn AWS? 180. Introduction To Distributed Tracing Pattern A distributed architecture brings in several challenges when it comes to operability and monitoring. Here, one may be dealing with tens if not hundreds of microservices, each of which may or may not have been built by the same team. 181. Site Reliability Engineering with Amazon Web Services The top AWS tools for SRE Adoption: CloudWatch, CloudTrail, Elastic Load Balancers, Health Checks, GuardDuty, and infrastructure security. 182. Everything You Need to Know About AWS DynamoDB AWS DynamoDB changed the database game in Serverless and continues to do so, as its design repeatedly proves its huge value. 183. Serverless Architecture: Lambda Triggers and Design Patterns [Part 1] A while ago, we covered the invocation (trigger) methods supported by Lambda and the integrations available with the AWS catalog. 184. AWS Career Paths: Top 5 Jobs You Can Get With an AWS Certification AWS certification has been rated as one of the most valuable IT certifications globally. One of the key reasons behind this is the huge popularity of AWS systems, and its wide prevalence in the cloud industry. 185. Is There a Future for Cloud-in-a-Box? Cloud-in-a-box originally seemed like the perfect compromise, letting enterprises reinvent their aging data centers for today’s IT, built around a cloud-based model. It offered some of the important advantages of public cloud, like better optimization of computer resources and self-service. 186. The Tech Stack of a Solo-Developer to build a SaaS With React and AWS My stack to build a SaaS with Next JS and serverless backend. A full-stack react SaaS boilerplate template to kickstart any project. 187. How to Convert Videos to HLS for Web & Mobile Streaming With AWS Elemental MediaConvert Whether you're developing a streaming platform, an online learning portal, or any application requiring video playback, seamless video streaming is essential. 188. How to Create a Serverless API Using AWS Lambda and Node.js with TypeScript and Express.js An example application using the Node.js with TypeScript and Express.js where a serverless API will be implemented and deployed on the AWS Lambda service. 189. Cloud Migration: Automated Discovery Tools And Their Benefits With the advent of new tools, automation and orchestration are having an immense impact on easing the burden of moving to the cloud. 190. How To Deploy A Secure Django Application on Kubernetes Deploy Django on Kubernetes in a few clicks without even Dockerizing your application. 191. OpenSearch From a Serverless Perspective What is OpenSearch in a nutshell? What's the history between Elasticsearch vs OpenSearch? The role of AOS in serverless architectures, setting up & monitoring. 192. Debugging AWS Lambda Runtime Errors Debugging AWS Lambda can get tricky in Amazon CloudWatch. KloudMate lets you get to Lambda errors quickly and effectively using Lambda error logs. 193. Serverless API with Terraform, GO and AWS, Part 1 Knowing how to build REST API with latest tech is cool. You know what's even cooler? It's being able to deploy it to the cloud! I'll walk you through the process of building simple, server-less application using GO, AWS (Lambda, API Gateway, Dynamodb) and Terraform. 194. 193 Stories To Learn About AWS Lambda Learn everything you need to know about Aws Lambda via these 193 free HackerNoon stories. 195. An Introduction to Boto3: How to Use any AWS Service with Python What is boto3 and how to use it? We look at how boto3 works and how it can help us interact with various AWS services. 196. Top Cloud Platform Comparison: 2021 Edition This is a comprehensive research of the top cloud service providers, as well as some second-tier market players. 197. How To Successfully Migrate Data From DynamoDB To Bigtable And Spanner Being informed and relevant aren’t enough to catch a moving target that’s disappearing every 24 hours. 198. Two Websites on One AWS LAMP Stack Set up two named domain websites on one server host 199. Using AWS Macie To Classify Databases I'll show how to use Macie to scan any database, inclusive on-premises, to discover sensitive data on tables. 200. My AWS Cloud Resume Challenge Journey (Part One) I intend to take my readers on a journey of skills learned, challenges faced, and solutions uncovered along the way as I take on the cloud resume AWS challenge. 201. Creating API with Bash Code in AWS Lambda and API Gateway Amazon web services (AWS) is a powerful platform for almost every webservice you can imagine. With AWS API Gateway and Lambda you are able to create REST API’s with ease! API gateway is enables you to create the API. Lambda lets you execute code when the API is invoked. This code can be in many programming languages like Python or Node.JS. 202. AWS' Karpenter Autoscaler and How it Stacks Up Against CAST AI What exactly is AWS Karpenter, how does it work, and how does it differ from CAST AI autoscaling mechanisms? Here's the answer. 203. Benchmarking Apache Kafka: Performance-per-price This is a study comparing environments for Apache Kafka. The ultimate goal is to find the most effective setup and achieve the best price-performance ratio. 204. Logging Vs. Monitoring: An Introduction [Part 1] Logging and Monitoring… this I tell you, brother. You can't have one without the other. 205. How To Extend AWS EBS Volumes With No Downtime This can be applied whenever you need to extend your EBS volume size avoiding to stop the instance and detach the volume. 206. After 20 Years Of Web Development, I Am Ready For Disruption I have been working in web technology for more than 20 years. I spent the first five years of my career as a full-stack developer. Back then, we used the term webmaster. I would set up servers (which included e-mail and FTP), order domain names, create databases and order SSL certificates. I would code the backend and the frontend, plus open up Photoshop to do a little bit of design and UX from time to time. I was the scrum master and the business analyst plus I would support customers and project manage their websites. These tasks and job titles were all just part of being a webmaster. You crafted the web by yourself, and it lived in a box in the room next door, occasionally you would have to go in and check on it, maybe even restart it. Later in my career, I saw an opportunity to specialise. Living and working in London, I saw the increasing need for the expert. Recruiters started to ring me, asking about specialist job titles. I very much enjoyed the visual element of working in the browser and JavaScript was growing in power and clearly here to stay. 207. AWS SAM + Cloudformation macros, a patch made in heaven Over the last few weeks I have been working with a very ambitious client – Solve, who is building a new murder mystery game. They are doing some really cool things technically, and are building an entirely serverless stack. 208. How To Copy Terabytes of Data Between AWS S3 Buckets Problem statement: 209. Deploying CakePHP Project To The Cloud Follow these steps to understand how to deploy a CakePHP application to the cloud. While some cloud providers offer simple solutions, you will notice that others require a bit more technical know-how for you to deploy an app. 210. Key Insights From Passing All 12 AWS Certification Exams On April 24, 2023, I successfully completed the AWS certification marathon by passing one AWS certification exam per month. Here are some lessons I learned. 211. What Makes Decentralized Storage the Future of Online Storage Market Decentralized storage is a promising development, and its rapid implementation in 2021-2022 shows promise for the tech systems powering these networks. 212. How to Build Your Own "LoFi Radio" Station and Stream it Live With Amazon IVS You may be familiar with the concept of "lofi radio" channels. We'll look into building an entire live-streaming UGC platform that gives users the ability to... 213. Unlocking IaC Part 2: Setting Up Terraform on Windows for AWS Learn how to set up Terraform on Windows for cybersecurity professionals. Discover the prerequisites and get ready to deploy your first Terraform script. 214. Building Continuous Delivery Pipeline using CDK Pipelines Modern API In this step-by-step tutorial, we're going to learn about how to build continuous delivery using CDK pipelines using modern API. 215. Why Serverless is a Great Choice for your Business and Its Growth As you read this post — possibly on your smartphone — it’s easy to forget how many modern technologies we take for granted. 216. Rapid-eks – Production EKS in 13 minutes with Terraform + Python Deploy production AWS EKS clusters in 13 minutes. Open-source CLI with Karpenter, monitoring, ALB controller built-in. One command, zero YAML hell. 217. Importing DynamoDB Data Using Apache Hive on Amazon EMR This article describes one of the many ways to import data into AWS DynamoDB database. The option explained here uses Amazon EMR and Hive. Using Amazon EMR and Hive you can quickly and efficiently process large amounts of data, such as importing data from Amazon S3 into a DynamoDB table. 218. A Complete Guide To The Machine Learning Tools On AWS In this article, we will take a look at each one of the machine learning tools offered by AWS and understand the type of problems they try to solve for their customers. 219. Tf2cdk – Convert Terraform to AWS CDK (Not Cdktf) How to convert terraform to cdk 220. Building a Serverless Intrusion Detection System on AWS By leveraging AWS’s serverless stack and a dash of machine learning, you can create a lightweight Intrusion detection system. 221. Amazon API Gateway Vs. Application Load Balancer We recently wrote about whether API Gateway can act as a Load Balancer. The answer is yes and, in many cases, they are substitutes for each other. But how should we choose which one to use? 222. Migrate Data from S3 to Snowball In this article, I will show you how to migrate data from S3 to Snowball. 223. Business Intelligence in microservices: improving performance Do you know why microservice design is so popular within the development of BI tools? The answer is clear: it helps to develop scalable and flexible solutions. But microservice architecture has a great drawback. Its performance usually requires great improvements. 224. How to Reduce AWS Lambda Costs There are many ways to reduce AWS Lambda costs. In this article, we'll take you through the AWS Lambda cost optimization strategies that have worked for us. 225. How AWS Empowers Intercom to Thrive as a Product-First Company How a product-first company thinks 226. The Results Of A Comparison Between Five CI/CD Services Introduction: 227. CI/CD Pipeline for NodeJS Lambdas on AWS using Jest, Serverless Framework, Github, and TravisCI I wanted to start a serverless project, and one of the primary headaches aside from architecting the workflow and deciding which lambda functions need to be created is a simple and yet effective CICD workflow. 228. Going From Data Lakes to Oceans Aggregating into data lakes is the solution of today — but are Federated Sources the solution of tomorrow? 229. How to Master Real-Time Analytics With AWS: Timestream and Beyond Build a scalable and reliable real-time analytics platform using AWS SQS, Lambda, and Timestream for efficient data ingestion, processing, and visualization. 230. How to Securely Host Node-RED in Cloud (For Free), and Safely Expose it to the Internet over HTTPS Node-RED bridges the finest pieces and abridges backyard to market delivery. This article intends to teach readers to host a secure & highly available Node-RED instance. For a couple of weeks, I worked on a project where I need to secure my Node-RED. 231. Carve Out a Niche of AWS About Unbundling AWS 232. Serverless and Blockchain: Check NFT Supply With AWS Lambda How can serverless technology be used in tandem with blockchains? Find out how we built an AWS Lambda function to monitor NFT supplies. 233. Multi-Cloud Load Balancers, Explained: AWS vs GCP vs Azure (L4, L7, and Global Edge) Choosing the right load balancer can make or break your application’s performance, scalability, and cost efficiency. 234. Automating a Machine Learning Workflow using Google BigQuery and Amazon Managed Apache Airflow Using BigQuery, Airflow, and Amazon Personalize to Build a machine learning workflow 235. Serverless Step Functions: Avoid Leaky Abstractions I have some exciting news to share with you about the Serverless Step Functions plugin. 236. Top 5 Serverless Trends in 2020 Happy Serverless September 2020! We at Coding Sans love working with serverless technology. This is why we decided to publish a report with the latest serverless trends this year. We partnered up with nine other companies who share our love to make it happen. 237. AWS CodePipeline: Setup And Maintenance From Scratch AWS CDK is a relatively new framework that aims for faster development of AWS Cloud stacks when compared to AWS CloudFormation and AWS SAM. This article will present how to deploy a complete AWS CodePipeline using AWS CDK and troubleshoot all common issues that may occur in the process of creating the CDK application. For additional information about the framework, read the previous article named “How AWS CDK facilitates the development process of AWS Cloud Stacks”. 238. Exploring AWS CLI v2 with AWS Single Sign-on Going back to the 10 of December 2017, AWS introduced AWS Single Sign-On, a service that makes it easy for you to centrally manage SSO access to multiple AWS accounts and business applications. 239. What is Cloud Computing for SMBs? As companies continue to evolve in the digital age, they are starting to readily approach the world of cloud computing. 240. How Local Development Is Dying and Why it's For the Better Serverless infrastructure is changing the way we architect applications and it’s also changing the way we code and work as developers. The development is moving away from our laptop and into the cloud. It’s the start of cloud-native development. 241. How to Deploy a Serverless API With AWS SAM CLI & GitHub Actions How to deploy a serverless API on AWS, can use Node.js, python, Go, e.t.c. this will guide you in creating a CI / CD pipeline for AWS serverless APIs 242. A Complete Inventory of Your AWS Footprint in 5 Minutes Multi-cloud asset inventory for AWS, Azure, GCP. 243. How to Monitor Serverless Applications With AWS CloudWatch Alarms Running any application in production assumes reliable monitoring to be in place and serverless applications are no exception. 244. Building Maintenance Mode for your API Gateway Using Terraform In my previous blog post, I went through how to create a maintenance mode page for your application, and how to implement it using Terraform and github pages. But the website is just one part of an Application, and often there’s also a public (or private) API that also needs to have a maintenance mode. Let’s see how we can do that using Terraform on API Gateway. 245. Adding the Map Component Using the AWS Services to an Angular App Application example built with Angular 14 and adding the map MapLibre component using the Amazon Amplify Geo and Amazon Location Service services. 246. How to Auto-record Amazon IVS Live Streams to Amazon s3 This post explains how to auto-record live streams to an Amazon Simple Storage Service (Amazon S3) bucket. 247. How I built this: Machine learning with Amazon Personalize and a Customer Data Platform Learn how an infrastructural Customer Data Platform can help you overcome common machine learning challenges with this use case tutorial. 248. Sysdig: What It Is and How to Use It Sysdig is a universal system visibility tool with support for containers. What makes Sysdig special, is that it hooks itself into the machine's kernel and segregates the information on a per-container basis. 249. Access AWS Services from Google Kubernetes Engine Securely [A How-To Guide] It is not a rare case when an application running on Google Kubernetes Engine (GKE) needs to access Amazon Web Services (AWS) APIs. Any application has needs. Maybe it needs to run an analytics query on Amazon Redshift, access data stored in Amazon S3 bucket, convert text to speech with Amazon Polly or use any other AWS service. This multi-cloud scenario is common nowadays, as companies are working with multiple cloud providers. 250. Dockerizing and Deploying Nuxt.js SSR Apps To AWS ECS For the past few hours, I've been working on dockerizing a Nuxt.js server-side rendering app to be deployed to AWS Elastic Container Service (ECS). I hit a stone wall when environment variables are not properly injected on runtime on ECS. 251. Centralized Logging for AWS ECS in New Relic using FluentBit In this article, I share my experience setting up logging for our project. The main focus will be on configuring Fluent Bit, which we used for log forwarding. 252. How to Integrate MongoDB in an AWS EC2 Instance Integrating MongoDB in an AWS EC2 instance involves several steps. The installation steps can vary depending on the Linux distribution you choose. 253. A Principal Architect's Learnings From Using AWS Step Functions For One Year in Production This article summarizes our learnings at SSENSE in applying WAS' Step Functions; what worked, what didn’t, and what should be improved in its ecosystem. 254. A Complete Guide on Optimizing AWS EMR Costs In this AWS EMR cost optimization guide, you'll understand AWS EMR pricing model, practical tips for controlling AWS EMR costs and resources for monitoring your 255. Methodology Of Autoscaling For Kinesis Streams Problem statement 256. AWS Lambda Compared with Other Alternatives to Deploy your Function Lambda vs GRPC vs Choreography vs HTTP / REST 257. Why the AWS, Azure, and GCP CLIs Need to Die Why the AWS, Azure, and GCP CLIs need to die 258. AWS Lambda with Kinesis Trigger: 6 Pitfalls and How to Fix Them In this article, we discuss the 6 most common pitfalls of AWS Lambda with Kinesis trigger that are usually spotted only in production. 259. MLOps and ML Infrastructure on AWS AI companies have been struggling with Big Data environments and analytical and machine learning pipelines for years. Organizations expect to start driving value from AI and machine learning within a few months, but, on average, it takes from four months to a year to even launch an AI MVP. 260. AWS CloudWatch Synthetic Service Introduction and Quick Tips To Start AWS just released CloudWatch Synthetic service a few days ago. 261. A Step-by-Step Guide to Integrating AWS Polly (Text-to-Speech Service) in a Web Application Discover how to set up AWS Polly, configure the AWS SDK, and implement text-to-speech functionality 262. Amazon Q Developer: The Future of AI-Enhanced Coding Productivity Explore Amazon Q Developer, an AI-powered IDE assistant that enhances coding productivity with intelligent code generation, testing, debugging and documentatio 263. How to Connect to Salesforce Data in AWS Glue Jobs Using JDBC Connect to Salesforce from AWS Glue jobs using the CData JDBC Driver hosted in Amazon S3. 264. Developers, AWS App Runner Might Not Always Be the Best Choice For Deploying Your Application Discover why AWS AppRunner might not be the best fit for complex applications. A real-world journey with key insights on containerized deployment challenges 265. How to Autoplay Streams When You Go Live Amazon Interactive Video Service (Amazon IVS) chat can be used to create an interactive experience. 266. The AWS Outage Downed Slack, Zoom, and Notion, Among Others. A Multi-Cloud Approach Could've Helped Amazon Web Services (AWS) had a second in a row-major outage a few days ago. Most likely Slack, Zoom and Notion were affected by this. 267. How to Use Zeet to Take Your Devops from 0 to 100 What happens when you combine an awesome idea with a driven leader? You get an exciting product, like Zeet, which automates your DevOps tasks. 268. I wish I had this before I learned API Gateway AWS API Gateway Explained With Real Web App - React Lambda 269. Using AWS API Gateway as a Load Balancer TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap. 270. Ultimate Guide To Building an Unbeatable Multi-Tenant SaaS Startup With Heroku [Part 1] In this multi-part series, I'll transform a new application into a multi-tenant experience running in the Heroku ecosystem. This article focuses on the object model, design, architecture, and security. 271. AWS vs. Azure vs. Google Cloud: Which One Delivers Most Value for the Price How to choose the right cloud provider for your business? Read this updated 2021 pricing comparison for AWS vs. Azure vs. Google Cloud. 272. How To Host an Angular Application in a Docker Container on Amazon EC2 and Deploy It With Amazon ECS Learn how to deploy your Angular web application using Docker on Amazon ECS (Elastic Container Service) with this comprehensive tutorial. 273. Storage Options for Serverless on AWS Serverless computing enables you to run functions without provisioning resources. Most of the top cloud providers offer good serverless options, but this article offers a review of storage options for serverless on AWS. First, you will learn about the core principles of storage and data persistence in serverless computing, and then you'll discover what serverless options are available on AWS for databases, microservices, IoT, and storage synchronization. 274. Top 15 Basic DevOps Interview Questions: 2021 Edition If you are looking for DevOps Interview Questions and answers, you are on the right page and below are some Real-time DevOps Interview Questions common in 2020. Go through all of them to crack your next interview. 275. Get The Most Out Of Everything You Read Using Python Imagine reading something, and never losing track of that information. 276. Awesome Hacks To Master AWS Step Functions The use of serverless computing has become a must nowadays, and some of you may already know a thing or two about Amazon Web Services like Lambda Functions, Step Functions, and other services AWS provides. However, if this is the first time you hear about them – fantastic! 277. An Introduction to Microservices and Serverless The concept of a microservice perfectly fits the structure of a serverless function, which easily enables deployment and runtime isolation for different services. On the storage side, services such as DynamoDB also make it easier to have independent databases for each microservice and scale them independently (when required or desirable). 278. Serverless Architecture: Lambda Triggers and Design Patterns [Part 2] This is part of a series of articles discussing strategies to implement serverless architectural design patterns. We continue to follow this literature review. Although we use AWS serverless services to illustrate concepts, they can be applied in different cloud providers. 279. How AWS data pipeline configurations are different from each region AWS Data pipelines are used to move data between different storages. In this article, we discuss how to deploy data pipelines in different regions and how the settings are different from region to region. 280. Achieving Next-level Performance With Distributed Map! Process millions of documents using the new Distributed MAP! 281. Powerful Data Analytics Software: SAS Three-Tier Architecture Install on AWS Environment SAS is an s a powerful analytics platform that allows users to perform complex data analysis and modeling tasks. 282. Using DAL For Migration From DynamoDB to Spanner and Bigtable Game changers emerge when you are deep in the trenches laying the foundation. 283. AWS Lambda: Top 14 Use Cases for Your Business How can you improve serverless architecture with Amazon Web Services? Explore unconventional AWS Lambda use cases. 284. Introducing Handoff: Serverless Data Pipeline Orchestration Framework handoff is a serverless data pipeline orchestration framework simplifies the process of deploying ETL/ELT tasks to AWS Fargate. 285. How to Broadcast to Your Amazon IVS Live Stream From a Browser We're learning how to get started with live streaming in the cloud with Amazon Interactive Video Service (Amazon IVS) 286. Destination Heroku: Changing My Tech Stack In the "Moving Away From AWS and Onto Heroku" article, I provided an introduction of the application I wanted to migrate from Amazon's popular AWS solution to Heroku. While AWS is certainly meeting the needs of my customer (my mother-in-law), I am hoping for a solution that allows my limited time to be focused on providing business solutions instead of getting up to speed with DevOps processes. 287. How To Create Blockchain S3 Storage with Filebase Blockchain storage is appearing rapidly across the market. With a few companies doing intensive R&D in this space to offer a more secure, cheaper and responsive offering. 288. Amazon ML Services: A Deep Dive Into AWS SageMaker SageMaker is a fully managed service that enables developers to build, train, test and deploy machine learning models at scale. 289. Write Your First AWS Lambda Function What is it? 290. Evaluating AWS WAF Security Automations [A Deep Dive] If you run a web application in the cloud, sooner or later you have to deal with security and protect it from malicious input. AWS WAF Security Automations can be a handy alternative to expensive or more complex security products. 291. Deploying Payment Processing Infrastructure to AWS: Corefy's Experience Hi all! I'm Dmytro Dziubenko, Co-founder & CTO of Corefy, a white label SaaS platform that empowers clients to launch their own payment systems in a few clicks. Our platform helps numerous payment providers and companies successfully cover all their payment acceptance needs. The key value of our platform for clients is that it eliminates the difficulties of payment provider integrations. After a single integration with us, clients get access to hundreds of ready-made integrations with PSPs and acquirers worldwide, allowing them to connect any payment method easily. 292. Amazon Web Services (AWS) Infrastructure, Explained Before talking about AWS infrastructure first we will see What is the cloud? What is AWS? There are many definitions, but the one that is most relevant to is the idea of an on-demand, pay-as-you-go, IT services that are delivered over the internet. 293. Avoiding ‘Too Many Connections’ in Lambda + RDS Workflows AWS Lambda scaled too fast, Aurora Serverless couldn’t keep up, and everything crashed. Here's how RDS Proxy and Aurora v2 finally made serverless DBs viable. 294. Here's How I Moved From AWS To Heroku In the fall of 2018, I decided it was time to put my application design and development knowledge to use in order to provide a modernized solution for my mother-in-law’s small business. 295. Accelerate your Software Delivery With CI/CD Practices Are you looking to transform your software development process? If yes, this blog post provides an introduces to orchestrating the CI-CD pipeline with AWS. 296. Why You Need To Use Cloud Tech For Your Startup And What Mistakes To Avoid [Interview] The cloud has been a hot topic for the last several years. However, it is not always easy to understand how to use this particular tool because of information overload and massive marketing activities performed by vendors. 297. AI Is Mapping Hidden Connections—And It’s Just Getting Started From recommendation engines to network optimization, link prediction is a versatile tool that brings value. 298. The Essential Guide to Amazon RDS Pricing and Optimization Amazon Web Services makes getting your data into their Relational Database Service (RDS) relatively easy. Import costs are free, and you can store up to 100 terabytes across all your instances. AWS hosts your relational databases in the cloud, and their engineers handle patching, monitoring, availability, and some security concerns. 299. An Introduction to AWS Cognito: The Why, Hows, and Whats AWS Cognito is an identity management service that lets you sync all your user information in one place in a simple, secure, and scalable way. 300. A Beginner's Guide to AWS Containers - Part 1 In this 2 part series blog post, you will go through a step-by-guide to understanding the concepts of Containers. 301. Serve Data Models with MLFlow in Production For organizations looking for a way to “democratize” data science, it is a must that data models are accessible to the enterprise in a very simple way. In our context, this is part of “model operationalization.” There are other solutions out there to serve data models which is a very common problem for data scientists. 302. Serverless 101: An Introduction to FAAS (Function-As-A-Service) Serverless 101, FaaS, Functions as a Service, AWS Lambda, Azure Functions, Google Cloud Functions, Serverless 303. AWS Lambda For Dummies [Part 2] In Part 1 of our Complete AWS Lambda Handbook for Beginners, we gave a refresher on the fundamentals of AWS Lambda and what is AWS Lambda. In this post, we’ll look at AWS Lambda pricing, some interesting Lambda facts and examples of great AWS Lambda use cases in your serverless application. 304. Run Claude Code Anywhere With a Single Command Deploy Claude Code CLI on AWS EC2 with one CDK command. Full VS Code + terminal accessible from your phone. ~$18/month, 5 minutes setup. 305. Deconstructing a Serverless Cloud OS Responding to the Serverless Revolution 306. 10 Things I Did To Increase CloudTrail Logs Security It's crucial to safeguard CloudTrail logs and enhance the security of them, to meet compliance regulatory requirements and internal business needs. 307. 2023 Will Be the Year of Kubernetes (and Other Predictions in the Cloud and Infrastructure Industry) Dive into the new year’s top cloud and infra-tech trends, straight from a cloud and infrastructure technology fanatic. 308. Learn How to Build a CI/CD Pipeline Using GitLab for your Website We'll run through how to build and configure a CI/CD pipeline to deploy your business's website using AWS, Terraform & Gitlab. 309. Building a Secure RAG Pipeline on AWS: A Step-by-Step Implementation Guide Build a secure RAG pipeline on AWS with PII redaction, guardrails, and attack defenses. Learn how to prevent LLM data leaks step by step. 310. Grow Your AI While Cutting Machine Learning Costs: SageMaker Will Now Manage Spot Instances For You. In 2018, OpenAI released a study that found the compute power used by the largest AI training runs has doubled every 3.5 months since 2012. From autonomous vehicles to DNA analysis, there's little doubt the demand for machine learning and AI is driving the supply of increased computing power today. 311. Serverless Functions with C#, Azure and AWS This article will explain how to build serverless functions on the primary cloud providers services: Azure and AWS. 312. Getting Started With Creating, Managing an AWS ECS Cluster With Terraform In this tutorial, you'll define AWS resources using Terraform and how resource definitions translate to actual resources created on AWS 313. mTLS Explained: Mutual Authentication for Cloud Microservices Understand mTLS, how it works in cloud environments, and why it’s becoming a standard practice for service-to-service communication. 314. Hosting Your Node JS Backend Application with AWS EC2 New UI (2024 Edition) Learn how to host your Node.js backend application on AWS EC2 with the latest UI updates for 2024. 315. A Simple Guide to Optimize Cost on AWS You may create cutting-edge, scalable apps to suit your demands with AWS (Amazon Web Services), which gives you the control and ongoing spending optimization you need. 316. Using Jupyter/TensorBoard In Any Cloud With One Command Using Terraform Provider Iterative for bespoke Machine Learning & Data Science on AWS, Azure, GCP and K8s 317. Monitor Your AppSync GraphQL APIs with Simplicity Learn what and how to monitor AWS AppSync to manage your APIs for GraphQL, effectively log changes made in your apps and other essential features for devs. 318. Migrating To Serverless Video Streaming Platforms like AWS Elemental Serverless technology is spreading across the SaaS industry like wildfire, including the Video Streaming industry. Is it a good idea? 319. Is Being VC Backed Startup Really Compatible with Open Source Business Models? After closing their <a href="https://techcrunch.com/2019/02/19/redis-labs-raises-a-60m-series-e-round/" target="_blank">latest funding round</a>, <a href="https://redislabs.com/" target="_blank">Redis Labs</a> (circa $146 millions raised to date) announced new licence changes (again) to their Redis Modules. Before that we had high profile startups <a href="https://www.confluent.io/" target="_blank">Confluent</a> (behind Apache Kafka with circa $205m raised to date) and <a href="https://www.mongodb.com/" target="_blank">MongoDB Inc </a>(now a public company) change their licences. These licence changes are according to their executives necessary to protect against what they perceive as unfair practices from big cloud vendors (<a href="https://aws.amazon.com/" target="_blank">Amazon Web Services</a> often cited as biggest culprit) — who do not make significant contributions (or none at all!) to open source projects and yet fork projects to create competing hosted services. The following are some of the quotes from Redis Labs and Confluent executives that echo the sentiment of unfairness towards the big cloud vendors. 320. Cost Optimization Techniques for AWS DynamoDB in Orchestration Applications aws dynamodb cost optimization through efficient schema design for orchestration application 321. Building Self-Healing Infrastructure Using Observability, AIOps and Automated Incident Remediation Self-healing infrastructure with observability, AIOps and automated incident remediation at scale 322. How Automatically Scan Docker Images For Vulnerabilities Using Amazon Elastic Container Registry When using Docker to run applications security is a major concern, but it can sometimes be easy to forget as we focus first on functionality. This doesn't need to be the case, as AWS Elastic Container Registry (ECR) can now be setup to automatically scan images on push, and provide feedback on any vulnerabilities that need to be addressed. 323. AWS Secrets Manager: How to Manage Credentials in Python In this tutorial, we're looking at the AWS Secrets Manager as a way of managing credentials in Python scripts, with an example use case. 324. Everything You Wanted to Know about Caching for Serverless Applications Last week, someone asked me “Is caching still relevant for serverless applications?” 325. Amazon Honeycode: A No-Code Platform With Big Promise How I created a web and mobile application within an hour without coding 326. Here's Why You Should Take The AWS Certified Cloud Practitioner Exam In 2004, I was eager for a challenge. I embarked on an adventure of completing a Computer Science Bachelors degree. Fast forward to today and the adventure continues. I’ve been building products for 12 years for a variety of industries from finance to ecommerce, retail, real estate, hospitality and more. 327. CAST AI vs. Spot.io: Two Approaches to Automated Cloud Cost Optimization Explore two automation solutions that use automation to optimize cloud costs: CAST AI vs Spot.io and see which one is a better pick for you. 328. Building a Global Environmental Datastack for Climate Action Blue Sky Analytics is a big data and AI start-up that uses geospatial data to monitor environmental parameters. Our goal is to become the Bloomberg of Environmental data for environmental monitoring, ESG (environment, social, and governance) due-diligence and climate risk assessment. 329. You Absolutely Need To Read This To Master AWS Lambda [Part 1] Welcome to the Serverless world. One of the first things you’ll hear about is AWS Lambda - and you’ll continue to keep hearing about it! While architecture can be serverless without Lambdas involved, it’s very often the key component within a serverless application. In the first post of this 3-part AWS Lambda Handbook series, we run through what is AWS Lambda, dialling back to basics with the various terminology, how to create a Lambda function and how to run it. 330. The Clean Way to Access AWS, Azure, and GCP From Kubernetes (No Secrets, No Rotations) A multi-cloud strategy, building a distributed system, your Kubernetes pods need secure, passwordless authentication across AWS, Azure, and GCP. 331. Revolutionizing Petabyte-Scale Data Processing on AWS: Advanced Framework Unveiled This study presents an advanced framework for processing petabyte-scale datasets using AWS Glue Interactive Sessions, custom libraries, and Amazon Athena. 332. Building a Three-Tier Architecture on AWS: When it Makes Sense (and When it Doesn't) I deployed a contact manager app using three-tier AWS architecture and spent $100/month on infrastructure that was massive overkill. Here's what I learned. 333. MongoDB vs. DocumentDB: Which Is A Better Choice for You? Are you trying to decide if you should use MongoDB or DocumentDB? With the recent controversy surrounding licensing with MongoDB, it can be confusing to decide which option is right for your company or project. Amazon decided the core MongoDB code is challenging to scale while remaining highly available. Amazon wrote their implementation, which is compatible with the Apache 2.0 open source MongoDB 3.6 API. MongoDB, Inc. has also recently changed their license to make future imitations more difficult. To do this, they created an entirely new license called the Server Side Public License. 334. How can my business benefit from AWS Pt 2 : Which storage service to use? This is a continuation of <a href="https://hackernoon.com/how-can-my-business-benefit-from-aws-pt-1-214220b996ce#.b0qkso4ls" target="_blank">How can my business benefit from AWS Pt 1</a> . In part two of the series I will cover about the storage section of AWS. <em>If you have any doubts or find terms difficult to understand, please comment here. I can improve the story and this can benefit a lot of people.</em> 335. Using Rust For Monitoring 30k API Calls Per Minute At Bearer, we are a polyglot engineering team. Both in spoken languages and programming languages. Our stack is made up of services written in Node.js, Ruby, Elixir, and a handful of others in addition to all the languages our agent library supports. Like most teams, we balance using the right tool for the job with using the right tool for the time. 336. How Feasible Is Jumpstarting Your Career With AWS Certifications? Cloud expertise is currently one of the most sought-after tech skills out there, and cloud jobs are some of the highest paying in the industry. But how does one break into this exciting field? 337. Should DevOps Engineers Write Code? “DevOps” is one of the most misunderstood terms in the software development industry. 338. The Path to Becoming An AWS Certified DevOps Engineer We are a devops consulting firm specializing in managed cloud services. We manage infrastructure, modernize apps, and migrate you to the cloud. 339. Enhancing PostgreSQL Backup Efficiency: Leveraging pgBackRest and EBS Snapshot pgBackRest is awesome, but it can be quite slow. We mitigated this problem via incorporating EBS snapshots to our backup creation/restore strategy for Postgres. 340. How To Use Amazon API Gateway to Decouple and Scale Serverless Architectures One of the benefits of Serverless architectures is the possibility of scaling applications without worrying about load balancers and clusters of servers. While services like AWS Lambda hold their promises on this area, there are usually misconceptions about how they work. 341. Production-Ready Serverless Composition and Orchestration A strong and mature trend in modern cloud software development is to implement components that are: 342. AWS re:Invent: The Five Most Important Serverless Announcements Top 5 Picks on Serverless Announcements at AWS re:Invent 343. How To Reduce Risks And Prepare For The Unknown To be Always On in uncertain times, mundane must be your new black. 344. Why Are Cloud Costs So High? Why are cloud costs so high? In part, it's because the very companies that offer cloud services are raising their prices. But there are other factors too. 345. Understanding AWS Karpenter: A Modern Autoscaling Solution Learn how to enhance your Amazon EKS clusters with AWS Karpenter for dynamic, application-aware autoscaling. This guide covers setup, configuration, and testing 346. Unlocking IaC Part 3: Your First Terraform Deployment! For this first deployment, let’s use something we all know by name, Splunk. In this script, we will deploy a single server that has Splunk already installed. 347. 254 Stories To Learn About Amazon Learn everything you need to know about Amazon via these 254 free HackerNoon stories. 348. Architecting Serverless Data Integration Hubs on AWS for Enterprise Data Delivery: 2020 Edition 349. 9 Best DevOps Practices for a successful DevOps Journey The success of DevOps lies in the right way of implementation. Here, are some best DevOps practices for successful DevOps transformation in 2022 and beyond. 350. India to the US: Jagadish Nimmagadda on Innovation and Excellence in Software Engineering Jagadish Nimmagadda is a Senior Software Development Manager at Amazon Web Services (AWS). 351. Tips To Secure Your AWS Account It is no news that Cloud Computing technology has come to stay. 352. Overcoming Security Risks in a Cloud-Based World The increased reliance on cloud-based infrastructure means organizations must adopt a layered approach to cybersecurity to protect their cloud workloads. 353. Before AI Predicts Your Social Life, It Needs to Clean Its Data In this post we'll continue working on link prediction with the Twitch dataset. 354. How to Improve Your CI/CD Workflow Using GitHub Actions GitHub Actions is one of the most powerful tools that you can use if you are storing our code on this service repository. The idea is simple, you can design a complex workflow using automated tasks (called actions) in order to be activated and run when a commit is done in your repository. 355. Creating Cost-Effective Deep Learning with Custom AMIs and Spot Instances on AWS How to Create and Setup a Custom Deep Learning AMI and Reduce Costs With “Spot Instances” 356. The Day the Cloud Cracked: AWS Outage Exposes Fragility of Centralized Internet AWS crashed for 15 hours taking down Snapchat, Fortnite and 2,500+ companies. 11M users affected. What went wrong. 357. Super Easy Forms Introduction: The Easiest Way to Create a Serverless Web Form In past years, innovation in cloud services has made it quite convenient to host static websites. Since they don't require servers, these sites are usually faster, more secure, and cheaper to host/maintain than their dynamic counterparts; making them perfect for something like your new landing page. 358. Has Google Made a $32 Billion Cloud Security Blunder? Google's $32 billion acquisition of cloud security startup Wiz is making waves, but is it a smart move or an expensive mistake? This deep dive explores the risk 359. 4 AWS Lambda Debug Methods To Troubleshoot Function Issues Experiencing issues with AWS Lambda? Explore these four popular AWS Lambda debug methods to quickly rid yourself of troublesome bugs. 360. How AWS CDK Facilitates the Development Process of AWS Cloud Stacks Working with AWS can be quite a complex task at times, due to the fact that well composed architectures and solid infrastructures might be troublesome to deploy and maintain in the long run. A main software development goal is to always optimize the development flow by making processes as simple as possible, from the programming language to each and every framework to be used in the project. 361. Hashicorp's Terraform: A Introduction Join us in the journey of learning Terraform. This blog series aims to provides a guidance for essentials to be known while working with Terraform. 362. Implementing Blue-Green Deployments with AWS Elastic Beanstalk In the realm of software development, the importance of continuous deployment and delivery can’t be overstated. Blue-green deployments further demonstrate why. 363. Serverless API with Terraform: GO and AWS [Part 2] In part 2, we'll go over deploying serverless API to AWS Cloud with Terraform. 364. Cloud Orchestration Vs. Cloud Automation Explained Nowadays, the public cloud has become the tech solution of choice for many companies, including Amazon, Netflix, and Facebook. Why? The reason is simple - due to flexible nature, public cloud solutions allow businesses to save money on unused resources. Moreover, cloud hosting is a perfect way to save time on managing and maintaining the data centers in which your data is stored since these are the responsibilities of your cloud service provider. 365. An Introduction to Infrastructures for WEB projects in AWS Let's review a particular project in detail and the cost of infrastructure maintenance. And so, we have an internal WEB application that consists of a static website on React, a backend on Go, and a database DynamoDB. All code is stored on Github and for CI/CD we use Github Actions. The infrastructure code is defined in Terraform. 366. Storing Secrets in AWS Secrets Manager & AWS SSM Parameter Store AWS Systems Manager helps you manage, configure, and operate your compute resources and applications without logging into them. 367. AWS Lambda: How to Set Up Private Storage in an AWS S3 Bucket to Upload Images We will deploy a serverless infrastructure based on AWS Lambda for uploading images (and any other files) with private storage in an AWS S3-based bucket. 368. How To Sync Terraform Config And .tfstate File For Existing AWS Resources Terraform is a great (and dominant) infrastructure automation tool. It is multi-cloud, can build all sorts of resources, and in some cases supports API calls to build resources before the native tooling from cloud providers does. 369. How Serverless Can Encourage Good Engineering Practices In this article, we list the seven reasons why and how serverless computing enables useful engineering practices. 370. Going Serverless? Here’s 5 Use Cases Since 2014 when AWS launched AWS Lambda and kickstarted the serverless movement, going serverless has grown exponentially for organizations of all sizes from one-man start-ups to huge listed global enterprises. While there are some challenges to this new architecture, the ways moving to serverless can transform a business often far outweigh these. 371. Basics of AWS Tags & Terraform with S3 - Part 1 In this video course, you'll learn the basics of AWS tags and Terraform with an S3 bucket. 372. Automated Document Text Extraction With AWS Textract This piece delves into how harnessing AWS Textract can simplify document processing and transform information extraction 373. Building AI Products with Big Data Credits: Thanks to our sponsor Amazon, the Advancing Women in Product Team: Keshav Attrey, Reeba Monachan Attrey, Kanika Kapoor, Alok Gupta, Jackie Yen, our AWIP volunteers and our panelists. 374. Building QR Code Generator in Serverless World using Kumologica The concepts of social distancing, contactless approach and safety first have now become the new normal in our present COVID induced downturn. 375. DeepComposer By Amazon: First Neural Network Music Synthesizer Amazon introduced the DeepComposer music synthesizer and the eponymous cloud-based music creation service based on generative adversarial neural networks. Using them, the user can set the main melody on the synthesizer and get a full song, in which the original part is supplemented with drums, guitar and other instruments. 376. How To Eliminate Leaky S3 Buckets Without Writing A Line Of Code FedEx 377. AWS for Innovators: Learning to Build, Deploy, and Scale with Confidence Discover the power of AWS for Innovators with our comprehensive guide. Learn to build, deploy, and scale cloud applications effortlessly using AWS services. 378. Use Screen Sharing and Canvas Overlays to Enhance Your Amazon IVS Web Broadcast In our last post, we looked at how to broadcast to an Amazon Interactive Video Service (Amazon IVS) live stream directly from a web browser. 379. Leetcode Coding Challenge Using Lambda I am a big fan of leet code so when we decided to have a code challenge in our team I thought it wouldn’t be a bad idea to build one which should include pretty basic functionalities like: 380. How to Add Pre-Recorded Videos with the Amazon IVS Web Broadcast SDK There are several options for broadcasting a live stream to an Amazon Interactive Video Service (Amazon IVS) channel. 381. AWS Step Functions: When They Might Come In Handy As you probably already know, Step Functions is a serverless Workflow Service provided by Amazon Web Services (AWS). There’s a lot to discuss about this service, and you’ll find plenty of vital information in our AWS Step Functions: The Ultimate Guide as well as in our series of articles that’ll dive deep into various aspects regarding this AWS service. 382. AWS Regions and Availability Zones: A Useful Guide for Beginners High Availability in the cloud: why us-east-1 alone is not a strategy (it's a gamble) 383. How to Create a Real Time Multi Host Video Chat in a Browser With Amazon IVS: A Guide Learn how to create a real-time video chat experience for up to 12 participants. 384. Cloud Management and Hybrid Cloud Model Explained In this blog, we will explore the relevance of cloud service models. 385. Optimizing Cloud Investments with AWS Cost Optimization Maximize your AWS cloud investments with cost optimization services & tools. Learn best practices to reduce costs, improve performance & avoid unexpected bills. 386. 16 Guides to Get You Started with Apache Iceberg These guides are designed to provide you with practical experience in working with Apache Iceberg. 387. You Only Need a Few Tools to Unlock Real-Time Analytics Build real-time analytics platform on AWS with data ingestion, processing, storage and visualization. Utilize tools like Kinesis, S3 and Firehose for insights. 388. Adding Serverless Authentication Microservice to a HTML, CSS and Javascript App Remembering passwords has become a headache these days. 389. Building an Autonomous SRE Incident Response System Using AWS Strands Agents SDK Step-by-step guide to building a multi-agent SRE workflow with AWS Strands Agents SDK: CloudWatch alarms, AI root cause analysis, and Kubernetes remediation. 390. An Introduction to Web Stacks Having recently worked with young web developers who were exposed for the first time to proper production infrastructure, I received many questions about the various components that one can find in the architecture of a "Web service". These questions clearly expressed the confusion (and sometimes the frustration) of developers who understand how to create endpoints in a high-level language such as Node.js or Python, but were never introduced to the complexity of what happens between the user's browser and their framework of choice. Most of the time they don't know why the framework itself is there in the first place. 391. 4 Tips for AWS Lambda Cost & Speed Optimization In this article, we're covering 4 tips for AWS Lambda optimization for production. Covering error handling, memory provisioning, performance and more. 392. AWS re:Invent 2020: AWS Community Builders Program Top Highlights As an AWS Community Builder, I truly enjoyed attending AWS' re:Invent 2020 conference this year, diving into cloud technology, devops, databases & innovation. 393. A List of AWS Benefits for Startups The global pandemic now may have hit many sectors of the economy, but it doesn’t appear to have hampered the cloud computing market. According to the latest forecast from Gartner, the public cloud market is likely to grow 6.4% in 2020 to reach $ 242.7 billion. 394. Failing at Serverless: Serverless is Stateless Serverless is stateless. Well sometimes thats not quite true. Here is a story of fail. 395. Application Deployment: Recipe for Great Serverless Strategy This is true for the most part, but Serverless apps also have a certain property that can make their deployment and maintenance time consuming. 396. The HackerNoon Newsletter: AI Brawl: the Generative Model Showdown (11/9/2025) 11/9/2025: Top 5 stories on the HackerNoon homepage! 397. My AWS Cloud Resume Challenge Journey (Part Two) Join me as I journey through the AWS Cloud Resume Challenge. In this article (the 2nd in a 2 part series) I create a Jenkins script for deploying build files. 398. Soft2Bet Partners with AWS to Cut Costs by 55% and Accelerate Product Launches Soft2Bet partnered with AWS and Snowflake to build a unified data ecosystem that removed scaling limitations. 399. AWS IAM Permission Limit Management: Another Often Forgotten Layer of Security How to use AWS IAM permission boundaries to limit the maximum level of permissions for resource or IAM user 400. Well-Architected Microservices This is a list of items that has helped me to build, run and scale microservices efficiently and securely. 401. Building a Serverless Data Pipeline to Analyze Meetup data Building a Serverless Data Pipeline to Analyze Meetup data 402. How to Learn AWS With Localstack and Reactive Kotlin - A Stamps and Coins Implementation Working with Localstack can help us understand AWS a bit more because we can run an environment that acts in a similar way to AWS Cloud Services. 403. How You Can Reduce Costs on AWS Lambda As a Serverless computing service, Lambda already saves hundreds of thousands of dollars for many companies out there. While traditional server-based infrastructures usually lead to overprovisioning and waste, the Serverless pay-per-use model enables cost-effective cloud spending. 404. Enabling GPU-Accelerated FFmpeg on AWS for Optimal Video Processing Maximize FFmpeg performance on AWS with GPU acceleration. Speed up video processing, reduce costs, and enhance efficiency. Learn how! 405. AWS Cost Optimization 101 The beginning of the year is the perfect time to clean up and optimize. This also applies to your AWS bill. I've composed practical tips on how to cut costs with small effort. 406. How to Effectively Integrate a Third-Party Core in a Complex IT Infrastructure: A Banking Migration Revolutionizing bank operations: Migrating core systems & innovating seamless authentication integration for optimal performance. 407. AWS Athena: Everything You Need To Know Discover everything you need to know about AWS Athena in this comprehensive guide. 408. Batch Processing is So Last Decade—Real-Time Data is the Future Businesses need real-time insights to stay competitive and make well-informed decisions in today's data-driven environment. 409. How to Create a Transcription Feature in a Web App Using AWS Transcribe Ideal for developers looking to add transcription features using scalable AWS services. 410. A Deep Dive into AWS Firecracker Firecracker is a Virtual Machine Monitor, written in Rust that Amazon Web Services use to power it’s Serverless Compute services — Lambda and Fargate. Firecracker makes use of Linux’s Kernel-based Virtual Machine virtualisation infrastructure to provide its products with MicroVMs. 411. AWS Snow Family: An Old Solution to a New Problem The AWS Snow Family is a group of three products that solved the problem of slow data transfers and edge computing associated with cloud storage. 412. Git Commands You Can Use To Dig Through Your Git History In this short article, we’ll be exploring some quick git commands that can help us in digging through our repositories’ history of commits. 413. Understanding AWS Well-Architected Framework The AWS Well-Architected Framework (WAF) is a set of best practices used to create highly efficient and cost-effective applications on AWS. Lean more. 414. Adding Code to AWS Lambda, Lambda Layers, and Lambda Extensions Using Docker With Docker, we have three ways to add code to Lambda that isn’t directly part of our Lambda function. What does this mean? 415. Building a Petabyte-Scale Web Archive How we cut AWS costs after a $100,000 data retrieval mistake by optimizing our Web Archive. 416. Generative AI: Can We Resolve Some AWS Issues With Amazon Q? Amazon Q is an amazing tool from AWS, in the generative AI age it will play a great role by helping cloud and developers to work easily with was services. 417. Using Lambdas in Production I have been using Lambda in production for about four years now personally, and three years professionally at Volta. Initially, I shipped Lambdas because it was easier than managing servers. At Volta, we now exclusively use server-less services because they are the smartest option for our workloads if we remember to support them correctly. This is a cheat sheet, a checklist of all the things you might want to remember when shipping something new to ensure it runs successfully. 418. Automate EC2 Deployments on AWS with Terraform Modules In cloud computing, managing infrastructure efficiently has now become an important part of modern infrastructure operations. 419. How To Make A Cost Effective API Serverless Infrastructures AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases. 420. Running Eleventy Serverless On AWS Lambda@Edge The good news is that you can get Eleventy Serverless to run in AWS Lambdas. Even better, you can get it to run in Lambda@Edge. 421. A Dev's Guide to Building a Cloud Version of Your Open Source Software [Part 1] Learn how to build a cloud-managed version of any open-source project with this complete guide. 422. Building the Cloud Future: Sreedevi Velagala's Trek in AWS Architecture Sreedevi Velagala is a respected figure in AWS cloud architecture who thrives on designing solutions that leverage the most suitable AWS services. 423. What is AWS Key Management Service (KMS)? When we enable the key rotation it would reduce the chance that a compromised customer master key (CMK) could be used without your knowledge to access AWS resources. 424. CPU vs. GPU for Video Transcoding: Challenging the Cost-Speed Myth Benchmark Video Encoding with FFmpeg to compare CPU and GPUs for cost-effectiveness. Optimize your Video Transcoding workflow and make an informed decision 425. Change the Name of your AWS S3 Bucket in Terraform Without Breaking Things Learn how to rename an AWS S3 bucket in Terraform. See renaming process of Amazon s3 bucket in a few simple steps. 426. Cloud computing – everything you need to know Cloud computing – everything you need to know Firdavs Kasymov 427. Getting Started Provisioning an AWS EKS Kubernetes Cluster with Terraform Learn how to provision an AWS EKS Kubernetes cluster with Terraform. See a full step-by-step tutorial. 428. How to Have an Automated Blog Promoter With ChatGPT, Twitter, and AWS Automated Blog Promotion with ChatGPT: Learn how to promote your blog posts automatically with our AI-powered toolkit. Start promoting your blog posts today! 429. Go Serverless with AWS Lambda, Node.js and Dashbird Learn how to deploy a Node.js application to AWS Lambda using the Serverless Framework and Dashbird for insights. 430. Apply These Techniques To Improve ML Model Deployment With AWS Lambda As builders of an MLOps platform, we often get asked whether serverless is the right compute architecture to deploy models. The cost savings touted by serverless seem extremely appealing for ML workloads as for other traditional workloads. 431. How to Add the AWS WAF CAPTCHA to an Angular Application In this article, we will create a WEB application using the latest version of Angular and integrate the AWS WAF CAPTCHA challenge to protect against bots. 432. Using FFMPEG for Broadcasting to an Amazon IVS Live Stream in Headless Mode When broadcasting to a live stream, you're probably going to use some sort of desktop streaming software. 433. Solving the ‘It Works on my Machine’ Problem Vercel is well known for their zero config deployment. With just a couple clicks you can have your application deployed. 434. The Noonification: Practical Introduction to Domain-Driven Design (7/22/2023) 7/22/2023: Top 5 stories on the Hackernoon homepage! 435. AssumeRoleWithWebIdentity WHAT?! Debugging the Github to AWS OIDC InvalidIdentityToken Failure Loop We encountered the InvalidIdentityToken error with the AssumeRoleWithWebIdentity method - we'll dive into how to fix it. 436. How to Use EKS Pod Identity to Isolate Tenant Data in S3 With a Shared IAM Role Learn how to use EKS Pod Identity principal tags to isolate each tenant’s S3 access with a single shared IAM role. 437. How I Automated AWS WorkMail Backups for Multiple Users Automate AWS WorkMail backups and imports for multiple users. Step-by-step guide to set up scripts handling 10 concurrent export/import jobs for mail backup 438. Ad Hoc Environments for Django Applications With ECS, Terraform and GitHub Actions This article will show how software development teams can build on-demand environments for dog-food testing, quality review, internal and external demos and oth 439. How I Created an Open-Source Serverless Password Manager RunaVault on AWS I have created a password manager for the open-source community. 440. How to Integrate Apache DolphinScheduler with AWS EMR & Redshift In this article, we will share the practice of integrating DolphinScheduler with AWS’s EMR and Redshift. 441. Cross-selling in eCommerce Matters: A Technical Guide for Upselling Online Cross-selling and upselling are key areas to focus on with an eCommerce business, and this article will teach you how to implement upselling on your storefront. 442. How to Deploy a SPA on AWS With S3 and CloudFront: The Right Way to Do It In this tutorial, I’ll walk you through the secure, scalable deployment of a SPA (built with frameworks such as React, Vue, or Angular). 443. Cases When Concurrency Based Autoscaling May be Useful Every time facing a task of configuring how the system should scale out and scale in, we decide what metrics and policies will be more effective. I have already described CPU based policies and what challenges they may have. But what if this is not an option, i.e. the service is represented by legacy application, written years ago, not well documented, etc. and we still want to run it in Cloud and autoscale? 444. Terraform Configuration Syntax Overview All you need to know to get started about Terraform Syntax. 445. A Step-by-Step Guide to Creating an RDS (Relational Database Service) in AWS Cloud Discover AWS' managed database solution. Learn how to effortlessly set up, operate, and scale relational databases in the cloud without managing infrastructure. 446. WAF is No Longer Enough: Exploring Four Pillars of Web Security for AWS Understand the core four pillars of robust web security using AWS as an example, going beyond WAF include DDoS Protection, API Security, and Bot Management. 447. Are NoSQL databases relevant for data engineering? In this article, we’ll investigate use cases for which data engineers may need to interact with NoSQL database, as well as the pros and cons. 448. There Must Be a Better Way To Build on AWS So AWS gives startups $100k in free credits. Google and Azure have similar programs for startups. Then why isn’t every startup CTO starting on the Big Cloud? 449. Open Codebase and DAP Launch to Incentivize Network Participation [AVA Labs Update] Blockchains are notoriously challenging network structures to scale, both in performance - such as latencies, throughput, and number of validators - as well as in feature sets - such as customizability of the bytecode that the blockchain executes. 450. Dramatic AWS Costs Optimization in 5 Steps (How We Saved 80%) This is a story how we cut down our AWS costs by 80% in just under 2 weeks 451. Open Source Worse Practices: Serverless Inc. as an Example of What Can Go Wrong What can go wrong when you don’t keep up with your developer community 452. How to Create an Amazon EC2 Instance With Remote Root User Access and Configuring an Usage Alerting An Amazon EC2 instance will be created, the root user will be configured to access the virtual server via SSH, and a free tier usage alert will be configured. 453. Configuring SQL Server for High Availability in the Cloud Every big Cloud service provider offers you guaranteed SLAs availability about 99.95 %, and this percentage of availability can make you think that cloud is perfect for a SQL Server deployment which requires High Availability. Azure and AWS are the two giants of cloud services, and their geographical distribution of data centers can leverage you to think of cloud for a SQL server development configured with disaster recovery. 454. How to Master AWS Identity and Access Management From the basic to advanced concepts of AWS own service for identity and access management: users, groups, permissions for resources and much more. 455. Five Important Tips For Working With JWTs Nowadays, JSON Web Tokens are the most common way of proving identity information to APIs. The concepts behind JWTs are also quite easy to understand, and it takes only a couple of minutes to have the most basic authentication running. 456. Hands-On With AWS’s New AI “Frontier” Security Reviewer The AWS Security Agent is a new, AI-powered "frontier agent" that proactively secures applications throughout the entire development lifecycle. 457. Utilizing Microservices on AWS: Moving Away from Monoliths 99% of the times you don't need microservices. For when you do, understand what they are, why use them, and how to split a monolith on AWS. 458. Your Guide To AWS Instance Metadata Service (IMDS) Metadata is “data that provides information about other data” (Wikipedia). In other words, Metadata is “data about data”. 459. The Long and Winding Road to Kubernetes A look at why enterprises are slow in moving to Kubernetes. 460. Navigating AWS Landscapes: A Deep Dive Into CloudMapper Capabilities Dive into the digital cartography of cloud computing with our latest blog post, "Charting the Invisible: CloudMapper Explained." 461. How To Manage Infrastructure With Terraform What is Terraform? 462. What's Stopping Everyone From Going Serverless? In this article, we'll look at what are the security hazards in serverless and what factors will drive its development in the following years. 463. Accelerate Troubleshooting in AWS: Lightrun's Seamless Debugging for Lambda Functions In this blog post, we will explore how Lightrun simplifies the debugging process, providing a seamless experience for developers. 464. Why you should take care of Infrastructure Drift When talking about infrastructure drift, you often get knowing glances and heated answers. Recording gaps in your infra between what you expected to be and the reality of what is, is a well known and widespread issue bothering hundreds of DevOps teams around the globe. 465. The Beginner’s Guide to Serverless Computing Serverless is a modern computing model that employs Function-as-a-service architecture and manages the backend and scaling automatically with low cost and high concurrency. 466. How to Monitor Live Stream Viewer Analytics with Amazon IVS In this post, we'll look at a few ways to provide insight into stream viewers. 467. The API Gateway Security Risk You Didn't Pay Attention to When you deploy an API to API Gateway, throttling is enabled by default in the stage configurations. [468. From Three-Tier EC2 to Serverless on AWS: What Actually Changed (Costs, Complexity, and Constraints)](https://hackernoon.com/from-three-tier-ec2-to-serverless-on-aws-what-actually-changed-costs-complexity-and-constraints) Comparing AWS EC2 three-tier architecture with serverless (Lambda + API Gateway). Real costs, cold starts, deployment issues, and architecture tradeoffs. 469. A Beginner's Guide to AWS Containers - Part 2 In this 2 part series blog post, you will go through a step-by-guide to understanding the concepts of Containers. 470. I Got a New EKS Cluster Running And Terraform Code in 2 minutes AWS EKS + Terraform + Cloudskiff do the job 471. How to Add Streaming to Your Jamstack Site in Minutes A look at how simple it is to use Amazon IVS in a simple Jamstack site. 472. GIT-version Your AWS CloudFormation Parameters using Stackuchin Full disclosure: I'm the CTO of https://rungutan.com - the first API Load Testing SaaS platform, 100% Serverless, API driven, finally available for SMBs, the company which has built this open-source software - Stackuchin. 473. Cisco Webex’s Practice On Building and Deploying a Big Data Platform with Apache DolphinScheduler and Submitting Tasks to AWS From version 2.0.3, Cisco Webex has been using Apache DolphinScheduler to establish its big data scheduling platform for nearly three years. 474. Growth Hacking for Remote and International Developers – Part II [Podcast Transcript] Chris Hickman and Jon Christensen of Kelsus and Rich Staats of Secret Stache continue their discussion on growing high-performing remote and international engineering teams. 475. 5 Common Step Function Issues Here you will find the most common issues when working with Step Functions, especially when starting with the service. 476. Database Tips: 7 Reasons Why Data Lakes Could Solve Your Problems Data lakes are an essential component in building any future-proof data platform. In this article, we round up 7 reasons why you need a data lake. 477. Grasping Serverless At Scale Is A Lot Easier Than You Think Best Practices of Serverless at Scale 478. Securing Your EC2 to S3 Connection Step by step instructions to create a VPC Endpoint, including a security group and an Endpoint Policy, and a secure S3 Bucket Policy to allow access from EC2. 479. All You Need to Know About Spot Instances to Cut Down Your Cloud Service Expenses What are spot instances and how to use them to slash your cloud bill? Here are 6 key steps you need to take before getting a spot instance. 480. Tfblueprintgen: A Tool to Simplify Terraform Folder Setup and Provide Base Resource Modules Tfblueprintgen is a Terraform tool that generates a battle-tested folder structure and modular blocks. 481. How to Autoscale an Amazon Elastic Kubernetes Service Cluster In this article we are going to consider the two most common methods for Autoscaling in EKS cluster: 482. Building Your Infrastructure With Just a Diagram This hands-on tutorial will teach you how to create infrastructure via the AWS Application Composer Console. 483. How to Run MPT-7B on AWS SageMaker: MosaicML's ChatGPT Competitor In this blog post, I’m going to take you step-by-step through the process of running MosaicML’s ChatGPT competitor, MPT-7B, on your own AWS SageMaker instance. 484. How to Retrieve Health Metrics for an Amazon IVS Live Stream and Render Them as Charts In this post we'll show some examples of how to retrieve stream sessions, and retrieve health metrics for a live stream from Amazon CloudWatch. 485. Building a Secure Future: the Ethical Imperative of Prioritizing Security in Digital Architecture Security isn't just about technology; it's also about ethics, protecting not just information but the core of our digital society. 486. How to Use G-Suite as an Identity Provider For Your AWS Account The idea behind SSO it’s pretty simple, you login into only one place and can use multiple applications. 487. 3 Risk-Mitigation Lessons That We Learned The Hard Way This Year What do in-flight refueling maneuvers and cloud-to-cloud migration have in common? 488. How to Create a Foreign Data Wrapper in PostgreSQL and Aurora PostgreSQL on AWS RDS Creating a foreign data wrapper (FDW) in PostgreSQL and Aurora PostgreSQL hosted on AWS RDS can profoundly enhance your database's functionality 489. Modeling Hierarchical Access With AppSync In 3 Simple Steps I have been working with a US client to build a first-of-its-kind app for managing medical consents. It falls under HIPAA compliance and it’s paramount that we do not allow unauthorized access to user data. 490. Scaling Our AWS Infrastructure This article is written by Kareem Ayesh and Yasser El-Sayed. 491. How To Create Node App with Nginx Setup on Amazon EC2 How to launch a Node js app behind an Nginx proxy on Amazon EC2 instance in a step by step walkthrough. 492. How to Create Amazon EKS Cluster Within its VPC using Terraform In this blog post, we’ll help you dive into the world of Kubernetes and Infrastructure as Code using Amazon Elastic Kubernetes Service (EKS) and Terraform. 493. Auto Scaling in Cloud Computing with AWS: Top 4 Advantages In this article I have mentioned what auto-scaling is all about and what benefits it holds in a cloud computing environment, especially with respect to Amazon. 494. How We Kept Datadog From Blowing Up Our AWS Bill A deep dive into how AWS billing works and an intricate series of steps to discover the location of the firehose of data 495. How to Build a Scalable Data Mesh in AWS with Lake Formation Learn how to implement a secure, scalable AWS Data Mesh using Lake Formation, Glue, Lambda, and IAM for cross-account data sharing and governance. 496. How to Set up AWS Services for a Basic Marketplace Platform Have you wondered what goes into the basic functionality of the marketplace platform? AWS is common choice for application development. How AWS set up is done? 497. Top 14 Must-Haves for Your AWS Architecture Checklist After analyzing the requirements of your application and coming up with an AWS architecture, here is our guide to validating your architecture. 498. How to Make Your Lambda Functions Run Faster (and Cheaper) The AWS Lambda service allows us to easily deploy and run our own code, without worrying too much about the underlying infrastructure (when compared to non-serverless technologies). It essentially scales infinitely (with great power comes great responsibility), and can be connected with a bunch of other services, like API Gateway, S3, AppSync, DynamoDB, etc. 499. Building a Cloud-Native Data Lake: Integrating Apache SeaTunnel with AWS S3 Tables and Iceberg REST Easily integrate your data into Amazon S3 Tables with Apache SeaTunnel! 500. AWS Parameters Store for Test Automation Project Keep in order your test automation secret data with AWS Parameters Store. Thank you for checking out the 500 most read blog posts about Aws on HackerNoon . Visit the /Learn Repo to find the most read blog posts about any technology.

View original source — Hacker Noon