Dharamjeet Singhawsclouddjs.hashnode.dev·Jan 5, 20251. AWS Identity and Access Management (IAM) Policy and User1. AWS Identity and Access Management (IAM) Policy and User Steps: Create an IAM User: Go to the AWS Management Console > IAM. Navigate to "Users" > "Add Users." Enter a username and select the "Access Type" (Programmatic access or AWS Management...1aws-identity-and-access-management
Avinash Dalviwww.internetkatta.com·Jan 3, 2025Simplified Data Masking in AWS Lambda with PowertoolsHello Devs, “Data is the new oil,” they say, but in healthcare and finance, it’s more like nitroglycerin—immensely valuable, yet dangerously explosive if mishandled.” I recently shared on social media that I've joined the healthcare industry. This ...74 readslambda
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Dec 30, 2024Advanced Terraform Project 2: Automated ASG Lifecycle Management with Integrated SNS and Lambda Functions for Seamless Instance Termination.Introduction: This project is designed to manage AWS infrastructure using Terraform, leveraging Auto Scaling Groups (ASG) and Application Load Balancers (ALB) to dynamically handle server loads. Additionally, SNS and Lambda functions are integrated t...Terraform
Sharath Kumar Thungathurthisharaththungathurthi.hashnode.dev·Dec 18, 2024AWS LambdaHere are some commonly asked questions and answers related to AWS Lambda: 1. What is AWS Lambda? Answer:AWS Lambda is a serverless computing service that lets you run your code without managing any servers. You only pay for the time your code runs. L...AWS
Bennie Sowah Jrbenniesowah.hashnode.dev·Dec 10, 2024Automating AWS Instance IP Whitelisting on SendGrid with Lambda FunctionsPrerequisites Active AWS Account Active Twilio SendGrid Account Introduction As a DevOps engineer, I often encounter opportunities to streamline manual processes. In this article, I’ll share how I automated a repetitive task that was causing fric...ip whitelist
Salome Githinjigithinjisal-dev.hashnode.dev·Dec 5, 2024Demystifying Python: A Deep Dive into List Comprehensions and Lambda FunctionsPython is loved for its simplicity and expressiveness. Two features that perfectly embody this philosophy are list comprehensions and lambda functions. In this article, we’ll unpack these powerful tools with practical examples to help you understand ...Python 3
Gedion Danielblog.gediondaniel.dev·Dec 1, 2024AWS Lambda: Pay Only When Your Code RunsAWS Lambda: Pay Only When Your Code Runs Imagine if you only had to pay for your car when you're actually driving it. Sounds great, right? That's exactly how AWS Lambda works - you only pay when your code is running. Let's dive into this game-changin...aws lambda
Pranesh Pyara Shresthablogs.praneshpyarashrestha.com.np·Nov 24, 2024Serverless solution for AWS Cost Optimization: Automating Stale EBS Snapshot DeletionCost optimization is crucial for maintaining efficient and affordable cloud infrastructure in the ever-evolving cloud landscape. AWS provides numerous services and tools to help manage and optimize costs. One effective cost-saving measure is identify...10 likes·41 readsAWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 15, 2024Understanding Lambda: A Step-by-Step Guide to ImplementationWhat is Lambda? Lambda is used to encapsulate Data centres, Hardware, Assembly code/Protocols, high-level languages, operating systems, AWS APIs. Lambda is a compute service where you can upload your code and create the Lambda function. Lambda tak...AWS
Anirudh Singh Bhadauriaanirudhbhadauria.hashnode.dev·Oct 29, 2024AWS Lambda & it's layered problems 🧵AWS Lambda a serverless compute service used for performing short running tasks, With lambda we can write code in JavaScript, Python, Java or Ruby and execute that code whenever we want or when a specific event happens. For example, I am writing some...11 likes·30 readsAWS certification