Prem Sai Noolupremsai.hashnode.dev·Sep 2, 2024Automating EC2 Instance Management to Reduce AWS CostsIn a typical AWS environment, running EC2 instances continuously can lead to high costs, especially if those instances are not utilized during certain periods, such as overnight or during non-business hours. To address this, I developed a solution th...10 likes·66 readsAWS
Linet Kendislina.hashnode.dev·Aug 9, 2024Building a Well-Architected Microservices Application and a CI/CD Pipeline with AWS ServicesArchitecture Diagram Project Overview and Objectives In this project, we will leverage at least 11 AWS offerings to build a microservices and continuous integration/continuous development (CI/CD) solution. By the end of this project, we will have ac...99 readsCloudMicroservice Architecture
Sanket Nimkarsanketnmkr.hashnode.dev·Jul 29, 2024Cost Optimization Strategies for Serverless ArchitecturesServerless architectures are becoming a popular choice due to their ability to scale easily and potentially reduce costs. Services like AWS Lambda, S3, and API Gateway offer a range of benefits, making it easier to manage applications and infrastruct...1 like·29 readsAWS
ILYAS RUFAIrufilboss.hashnode.dev·Jul 13, 2024Serverless Architectures with AWS Lambda and API GatewayIntroduction Serverless architecture is a paradigm where you build and run applications without having to manage the underlying infrastructure. AWS Lambda and API Gateway are core services in Amazon Web Services (AWS) that enable you to create server...10 likesSystem DesignAWS
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·May 7, 2024Deploying a Node.js App to AWS Lambda: A Step-by-Step GuideIntroduction AWS Lambda provides a serverless computing platform that allows you to run code without provisioning or managing servers. Deploying a Node.js application to AWS Lambda can bring scalability and cost efficiency to your project. In this gu...92 likes·294 reads#AWSLAMBDA
Manoj Bagalmanojbagal.hashnode.dev·Jan 28, 2024#36daysAWS - Day 7Day 7: Lambda Welcome back, cloud explorers! Today, we explore the wondrous world of Lambda, where tiny sparks of code ignite powerful automation in your celestial domain. Think of it as a magical forge, transforming quick scribbles of instructions i...#AWSLAMBDA
Rachit Maheshwarirachit89.hashnode.dev·Aug 20, 2023Navigating the Cloud: Unveiling Recent Strategies for AWS Cost OptimizationIntroduction: In today's digital landscape, cloud computing has become an integral part of businesses, providing scalability, flexibility, and cost-efficiency. Amazon Web Services (AWS) stands as a frontrunner in this domain, empowering organizations...55 readscost-optimisation
Chandrasekar(Chan) Rajaramcr88.hashnode.dev·Jun 4, 2023Part 1 -Least Privilege Access for AWS Lambda Execution RoleIntroduction In AWS, an important security best practice is to adhere to the principle of least privilege when granting permissions. This practice minimizes the potential impact of any accidental or malicious use of permissions. AWS Lambda functions ...39 reads#AWSLAMBDA
Anjali Barodiaanjalitechy.hashnode.dev·May 16, 2023AWS Lambda (PaaS)AWS Lambda is a serverless computing service. It let you run your code without worrying about provisioning and managing servers and it also scales automatically depending on the traffic. You can run any type of application supported by Lambda functio...59 readsaws lambda
Ram Kumardevopstutorial.hashnode.dev·Apr 15, 2023Lambda function to send the details (S3 Uri, Name, Size, type) over email on upload a file into S3, for images it will create thumbnailsPlease follow the below-mentioned steps to achieve the above task. Log on to AWS Console: Log in to the AWS console (https://aws.amazon.com/console/) with your username and password, if you don't have an account already created on AWS, you can creat...4 likes·1.7K readslambda