Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Getting Started with AWS CodeCommit: A Developer's Guide to Secure Git RepositoriesIntroduction If you've been using GitHub or GitLab, but want to keep your code entirely within the AWS ecosystem, AWS CodeCommit is your answer. It's a fully-managed source control service that hosts secure Git repositories. Let's dive into how to ge...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Building APIs with AWS Lambda: My Journey from Traditional Servers to Serverlesslet me tell you something interesting! Remember those days when setting up an API meant renting a whole server, installing everything manually, and praying your server doesn't crash? Chai! Those days were not funny at all. But today, I want to share ...DiscussAWS
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 14, 2024Master Real-Time Data Replication with AWS DMS & KinesisIn today's fast-paced digital world, understanding and using real-time data replication is crucial. It helps you seamlessly integrate and transform data across different systems. As data-driven strategies gain momentum, businesses are increasingly ...Discussaws kinesis
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 14, 2024Master AWS DMS: Data Replication Best PracticesLet's dive into how AWS Database Migration Service (DMS) can change your data replication strategy. Picture this: effortlessly moving your databases with almost no downtime. That's the magic of AWS DMS. It's built to make your database migration sm...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 10, 2024How I Deployed My First Full Stack Node.js App on AWS EC2: A Complete GuideHey there! 👋 I remember how overwhelming it felt when I first tried to deploy a full stack application on AWS. After lots of trial and error, I've put together this guide to help you deploy your Node.js app with a React frontend and MySQL database o...DiscussEC2 instance
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 7, 2024Master AWS Data Governance & Auditing ToolsOverview of AWS Tools for Data Governance Managing data well is key for any business, especially in the cloud. Let’s see how AWS makes this task easier. What is Data Governance? Think of data governance as data quality control. Imagine your organiz...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon SQS: Producing Messages for Reliable Asynchronous ProcessingAmazon Simple Queue Service (SQS) is a powerful tool for decoupling the components of your applications and enabling reliable message processing. One of the core functionalities of SQS is producing messages, which allows you to send messages to a que...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024CloudFront vs. S3 Cross Region Replication: Choosing the Right Solution for Your Content Delivery NeedsWhen it comes to delivering content in the cloud, two powerful solutions from AWS stand out: CloudFront and S3 Cross Region Replication. Each has its unique strengths and is suited for different types of content delivery. In this post, I’ll break dow...Discusscloudfront
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon S3 – Pre-Signed URLs: My Experience Making File Sharing EasierWhen I first started working with Amazon S3, I knew it was a great way to store and manage files in the cloud. But I quickly ran into a challenge: how could I share a file with someone securely without opening up my entire bucket? After some searchin...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Oct 28, 2024AWS Cross-Zone Load BalancingHey there! So, let’s talk about a cool feature on AWS that makes our apps faster and more reliable—AWS Cross-Zone Load Balancing. If you’ve been working with web servers and trying to balance loads across them, you know that load balancing can make o...DiscussAWS