Amit Mauryaamitmaurya.hashnode.dev·Nov 20, 2024Building a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3In this article we are going to deploy web application on AWS in serverless way means we don’t have to manage servers at all, no scaling of servers nothing. In today’s world, most of the business need serverless architecture where they should mainly ...DiscussDevops
Siddhartha Gauravsgaurav.hashnode.dev·Nov 19, 2024Detailed Guide to EC2 Instance Storage for BeginnersAmazon EC2 offers various storage options tailored for different workloads. Let’s explore them in detail with simple explanations and steps to get started. 1. Amazon EBS (Elastic Block Store) Amazon EBS is a persistent block storage system for EC2 i...DiscussAWSAWS
Syed Mahmood Alisyedmahmoodali.hashnode.dev·Nov 19, 2024Comprehensive Guide to SSL/TLSIn today’s digital world, ensuring the security of online communications has never been more important. Every day, millions of people send personal information across the internet, from credit card numbers to social security details, and it is crucia...Discuss·1 likeKubernetes
Amit Mauryaamitmaurya.hashnode.dev·Nov 19, 2024Automating AWS Cost Reporting with Lambda and SNSIn this article, we are going to build a Lambda Function in which there is Python code that will generate the AWS Cost Report of your specific region and send it to your email through SNS Topic. We had automated this Lambda function by creating Cloud...DiscussDevops
yyounos shaikyoushaik.hashnode.dev·Nov 19, 2024Cloud DevOps - CI/CD with CodePipelineDIFFICULTY : MID-LEVEL TIME : 150 mins COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! part-1 : Building an WebApp and IDE in AWS. Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : Secure Project Dependencies with AW...DiscussAWS
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Nov 18, 2024Master AWS DMS & Kinesis for Real-Time Data SyncHey there! If you’re just getting started with AWS data solutions, you've hit the jackpot. Today, we’re diving into AWS Data Management—let me tell you, it’s nothing short of revolutionary. Let’s take a moment to shine a light on AWS Data Migration S...Discussaws lamba
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Complete Guide to AWS EC2 Alarms and MonitoringIntroduction Setting up proper EC2 alarms is crucial for maintaining healthy applications. This guide covers everything from basic CPU monitoring to complex custom metrics. Basic CloudWatch Alarms 1. CPU Utilization Alarm bashCopyaws cloudwatch put-m...DiscussAWS
Gedion Danielblog.gediondaniel.dev·Nov 16, 2024Essential AWS Services Every Developer Should KnowIntroduction Hey fellow developers! Let's break down the most crucial AWS services you'll need in your development journey. I'll explain each service, its core features, and when to use it. No fluff - just practical knowledge. 1. Amazon EC2 (Elastic ...DiscussAWS
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