Related resources for AWS
  • How to Create Flow Logs in AWS VPC 1/20/2025 9:57:59 AM. This article covers setting up flow logs, configuring traffic types, using IAM roles, viewing logs in CloudWatch, and analyzing traffic data for improved security and troubleshooting.
  • How to Attach an Elastic/Static IP to an EC2 Instance in AWS1/20/2025 9:56:29 AM. Elastic IP (EIP) in AWS is a static IPv4 address that stays fixed even if you stop/start your EC2 instance. It ensures a persistent, reliable IP that can be reassigned to different instances, offering
  • Configuring Route Table in AWS1/18/2025 6:54:27 AM. Learn how to configure AWS VPC route tables to manage network traffic between subnets and gateways. This guide covers adding routes, selecting gateways, and verifying configurations to connect AWS and
  • The Cloud Show with Magnus Mårtensson ft. Maria-Anastasia - Ep: 521/17/2025 8:21:24 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • Image Moderation System with AWS Rekognition, Nest.js, and React1/17/2025 4:42:36 AM. Automatic picture analysis is used by image moderation systems to find and mark potentially offensive or dangerous content. This post will discuss how to use AWS Rekognition, Nest.js, and React to cre
  • Site to Site VPN Connection Between AWS and Azure1/16/2025 6:38:23 AM. Learn how to establish a secure Site-to-Site VPN connection between AWS and Azure to enable seamless communication across cloud environments.
  • How to Configure Security Groups in AWS VPC1/14/2025 8:43:39 AM. A Security Group in AWS is a virtual firewall controlling inbound/outbound traffic for resources like EC2 and RDS. It defines rules for IPs, ports, and protocols, ensuring secure access within your Vi
  • How to Set Up Lifecycle Rules for AWS S3 Bucket1/14/2025 8:33:50 AM. This article covers transitioning objects to cheaper storage, setting expiration actions to delete old files, and managing versioned objects, helping you save costs and keep your S3 bucket organized e
  • How to Create an User in AWS1/13/2025 10:39:20 AM. Learn how to create an IAM user in AWS to manage resources securely. This article covers the steps to configure user details, set permissions, add tags, and ensure proper access control for an organiz
  • How to Create a Virtual Private Cloud (VPC) in AWS1/10/2025 9:30:12 AM. Learn how to create and configure a Virtual Private Cloud (VPC) with subnets in AWS. This guide covers VPC setup, subnet creation, route table management, internet gateway configuration, and testing y
  • How to Add Tags to an S3 Bucket in AWS1/9/2025 11:56:44 AM. This simple article walks you through the steps to log into AWS Console, choose an S3 bucket, add tags, and efficiently track and categorize your resources. Start using tags today to improve your clo
  • How to Create a Usergroup in AWS1/8/2025 6:58:43 AM. Creating a group in AWS simplifies user permission management by assigning shared access policies to multiple users. It streamlines access control, enhances security, and supports efficient user role
  • The Cloud Show with Magnus Mårtensson ft. Kuljot Bakshi - Ep: 511/7/2025 7:06:22 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 501/7/2025 4:14:49 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • How to Configure Autoscaling in AWS EC2? 1/6/2025 3:45:18 AM. Amazon EC2 Auto Scaling simplifies infrastructure management by automatically adjusting the number of EC2 instances based on traffic demands. This article provides a step-by-step guide to setting up E
  • Blockchain Applications with Advanced Cybersecurity Strategies1/3/2025 9:28:34 AM. Blockchain security faces evolving cyber threats like phishing, smart contract vulnerabilities, and 51% attacks. Advanced strategies, including encryption, multi-signature wallets, and real-time monit
  • How to Restore a Snapshot in Amazon RDS1/3/2025 5:59:11 AM. Learn how to restore a snapshot in Amazon RDS with this simple step-by-step guide. Amazon RDS allows you to back up and restore your database easily using snapshots.
  • The Cloud Show with Magnus Mårtensson ft. Nitin Pandit - Ep: 501/2/2025 11:14:20 AM. The show is about cloud leadership and all the important questions relating to cloud projects.
  • How to Set Up DynamoDB in AWS?1/2/2025 7:33:42 AM. Amazon DynamoDB is a fully managed, serverless NoSQL database service offering fast performance, scalability, and flexibility. It supports key-value and document data models, with global availability
  • How to create an AWS SNS (Simple Notification Service)1/1/2025 9:53:11 AM. Amazon Simple Notification Service (SNS) is a scalable messaging service by AWS, ideal for sending notifications via email, SMS, or HTTP. Easily create topics, add subscribers, and publish messages to
  • How to Create an Access Key in AWS1/1/2025 6:01:23 AM. Access keys in AWS provide programmatic access to resources via Access Key ID and Secret Access Key. Create them in the IAM console for CLI, SDK, or API use. Handle securely to protect your AWS accoun
  • How to Set Up and Use AWS RDS for Beginners12/27/2024 9:08:08 AM. Learn how to create an AWS RDS database with this beginner-friendly guide. AWS RDS simplifies database setup and management, supporting engines like MySQL, PostgreSQL, and MariaDB.
  • How to Transfer Files/Folders from AWS EC2 to Local Machine Using SCP12/27/2024 8:44:25 AM. Transferring files between an AWS EC2 instance and your local machine is easy using SCP. This guide explains the steps to securely copy files and folders, verify transfers, and ensure successful data
  • How to Set Up an S3 Bucket for Static Website Hosting in AWS12/27/2024 7:03:20 AM. Amazon S3 enables hosting static websites with ease. Configure your bucket by enabling static website hosting, setting an index and error document, and making it public with a bucket policy. Upload yo
  • Azure Key Vault to Perform Data Integration in ADF12/23/2024 12:03:12 PM. Unlock the power of Azure Key Vault in your cloud data engineering journey! In this video, I demonstrate how to securely integrate Azure SQL Database with Fabric Warehouse using Azure Data Factory for
  • How to Launch Your First EC2 Instance12/20/2024 9:12:14 AM. Launching your first AWS EC2 instance introduces you to cloud computing. It involves choosing an AMI, selecting instance types, configuring security groups, and setting up key pairs. Use the AWS Free
  • Introduction to Landing zone12/20/2024 5:48:06 AM. A Landing Zone in cloud architecture is a pre-provisioned environment for hosting workloads. It ensures scalability, modularity, and secure design by focusing on identity, networking, governance, secu
  • How to Install Nginx on EC2 AWS12/18/2024 10:09:52 AM. Deploy Nginx on an AWS EC2 instance to serve as a powerful web server, reverse proxy, load balancer, and HTTP cache. This guide provides a step-by-step process for setting up Nginx on EC2, including i
  • How to Create and Manage an S3 Bucket in AWS12/18/2024 10:08:35 AM. In this article, we will cover the step-by-step process of setting up a storage container for your files, including bucket configuration, uploading files, and testing.
  • How to Upload Files to S3 Bucket Using S3 Browser12/17/2024 10:45:03 AM. Uploading files to an S3 bucket with S3 Browser is quick and easy. This simple guide walks you through each step starting from clicking the upload button, adjusting upload settings, tracking progress,
  • Integrating SQS with Lambda using Event Source Mapping12/16/2024 11:58:06 AM. This setup allows Lambda functions to automatically trigger in response to messages in an SQS queue, providing a serverless, scalable solution for asynchronous processing and efficient message handli
  • SQS Message Polling using C#12/15/2024 5:49:24 AM. This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
  • How to Install Node.js on AWS EC2 and Check Services Status12/7/2024 3:04:42 AM. Learn how to install Node.js on an AWS EC2 instance with this step-by-step guide. We’ll walk you through setting up an EC2 instance, installing Node.js, and verifying the installation. Additionally, y
  • How to Install Python on EC2(AWS)12/6/2024 8:47:04 AM. Learn how to install Python on an AWS EC2 instance using PowerShell. This step-by-step guide covers connecting via SSH, installing Python on Amazon Linux 2 or Ubuntu, and verifying your setup for clou
  • Creating AWS Resource by Terraform12/3/2024 8:21:45 AM. Explore the process of setting up Terraform, writing configuration files, and managing AWS infrastructure with Infrastructure as Code (IaC). Discover key AWS services like EC2, S3, and more, all autom
  • Create On Demand Job in AWS11/27/2024 10:40:23 AM. This architecture integrates AWS Lambda, API Gateway, SQS, and S3 to process on-demand jobs. API Gateway triggers Lambda functions via REST API, Lambda processes jobs, polls messages from an SQS queue
  • Amazon OpenSearch Service Setup with Kibana11/15/2024 9:48:13 AM. Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data
  • Migrate Grafana dashboard Dev to UAT Environment11/15/2024 5:16:37 AM. Learn how to migrate Grafana dashboards from Dev to UAT environments seamlessly. This guide covers export, configuration, and deployment steps to ensure smooth transitions and effective testing in UAT
  • 🚀 Unlock Your Coding Potential with Amazon Q: AWS’s New AI Coding Assistant! 🚀11/13/2024 7:02:38 AM. If you are looking to enhance your coding workflow, check out Amazon Q. This AI-Powered coding assistant helps simplify coding with features like Code Understanding, Code Generation, Refactoring and T
  • Streamline Resource Onboarding with AWS Tag-Sync Task11/13/2024 4:53:32 AM. This guide explores using AWS Tag-Sync tasks to streamline onboarding resources into AWS applications. By automating resource tagging, AWS Tag-Sync helps improve organization, governance, and cost all
  • Explaning AWS Lambda Function11/12/2024 7:11:04 AM. AWS Lambda is a service that computes the code without any server. It doesn't need any server running, so It is said to be serverless computer. The code is executed based on the response of events
  • Understanding OSRM Routing with AWS10/28/2024 10:11:05 AM. This guide covers key concepts like API integration, scalability, and real-time traffic data, enabling you to leverage cloud computing for enhanced geographic information systems. Optimize your naviga
  • What are the Main Differences in Service Offerings Between AWS and Azure?10/11/2024 3:44:42 AM. AWS and Azure offer similar core cloud services, but AWS generally provides a broader range of options while Azure excels in Microsoft ecosystem integration.
  • How do AWS and Azure compare in terms of market share and adoption?10/7/2024 11:59:19 PM. AWS leads the cloud market with approximately 31-33% share, while Azure follows closely with about 23-25%, showcasing strong growth and adoption in enterprise environments.
  • Deploying Elastic Compute Cloud (EC2) in AWS9/29/2024 6:03:02 AM. This guide covers setting up EC2 instances, configuring security groups, and managing instances for scalable cloud computing solutions, ensuring optimized performance and security.
  • Managing Amazon S3 Buckets9/29/2024 5:04:09 AM. This guide walks through managing AWS S3 Buckets, covering file and folder uploads, enabling bucket versioning for version control, and restoring files in case of accidental deletion.
  • Creating a Virtual Private Cloud (VPC) in AWS9/27/2024 10:05:40 AM. Creating a Virtual Private Cloud (VPC) in AWS allows users to launch AWS resources in a logically isolated virtual network. This setup enhances security and control over your cloud environment.
  • Deploying Simple Storage Service (S3) Account in AWS9/12/2024 5:07:32 AM. Learn how to deploy and configure an Amazon S3 (Simple Storage Service) account in AWS. This guide covers setting up your AWS account, creating S3 buckets, and managing storage efficiently. Ideal for
  • Prompt Management in Amazon Bedrock using .NET Console App8/20/2024 7:40:21 AM. Learn to create and manage prompts in Amazon Bedrock using a .NET console application. This guide covers setting up your environment with AWS CLI and Visual Studio, and using the AWSSDK.BedrockAgent p
  • Stream Conversations with Amazon Bedrock API in .NET Console App8/12/2024 5:13:11 AM. Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environm
  • Power of Amazon Storage Services for Seamless Data Management8/7/2024 9:20:05 AM. AWS provides a diverse range of storage services each designed to meet specific needs from high-frequency access and archiving to disaster recovery. These services offer scalable, durable, and secure
  • Build Image Description Service with Amazon Bedrock and .NET App8/7/2024 6:15:47 AM. Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
  • Conversation with document using Amazon Bedrock and .NET8/7/2024 4:19:01 AM. In this article, you'll learn how to send a document as part of a message using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model and requests that the model describe the co
  • AI / ML Solutions on Cloud8/5/2024 9:09:27 AM. Cloud platforms enable organizations to develop, deploy, and manage AI and ML solutions efficiently, benefiting from advanced technology and security. These platforms offer pre-built AI services, mana
  • Amazon Bedrock Knowledge Base Query in .NET Console App7/25/2024 7:24:09 AM. Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
  • Power of Cloud Computing with Amazon Web Services (AWS)7/24/2024 10:05:22 AM. Amazon Web Services (AWS) is a dynamic and comprehensive cloud computing platform provided by Amazon that offers a mix of Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and packaged
  • Comparing Cloud Giants Azure, AWS, and GCP7/24/2024 6:59:34 AM. The cloud computing arena is dominated by three major players: Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). Each platform offers powerful capabilities for businesses lo
  • Use a Guardrail with the Converse API in a .NET Console Application7/18/2024 8:16:01 AM. Learn to develop a .NET console app using the Converse API with guardrails to block inappropriate content in Visual Studio 2022. This tutorial covers setting up AWS IAM permissions, installing the AWS
  • Create a guardrail for Amazon Bedrock using .NET console application7/17/2024 11:45:24 AM. Learn how to create Amazon Bedrock guardrails using a .NET console app in Visual Studio 2022. Utilize AWS SDK for .NET to manage IAM permissions, AWS CLI setup, and .NET 8.0 SDK integration. Configure
  • An Intelligent Podcast Interviewer: AI Samvadini7/16/2024 11:02:28 AM. AI Samvadini is an intelligent podcast interviewer who generates real-time, engaging questions. It features contextual understanding, guest profiling, dynamic interaction, and content diversity. Built
  • Athena vs Redshift: Choosing the Right AWS Analytics Tool for Your Business7/10/2024 12:30:02 AM. Explore the key differences between AWS Athena and Redshift to determine the ideal analytics tool for your business. Discover their strengths in data warehousing, query performance, cost efficiency, a
  • A Comprehensive Look at AWS Cloud: History, Evolution7/4/2024 7:47:24 AM. Amazon Web Services (AWS) revolutionized IT with its comprehensive cloud platform. Since 2002, AWS has evolved from offering basic cloud services like Amazon S3 and EC2 to over 200 advanced services.
  • Understanding Azure vs. AWS Speech Services6/19/2024 6:15:28 AM. Azure and AWS offer robust speech services: Azure excels with over 140 languages for speech recognition, speaker identification, and intent recognition, while AWS focuses on real-time transcription an
  • How To Implement Amazon SQS (AWS SQS) In ASP.NET Core Project6/5/2024 5:39:55 AM. Basically in this article, we learn how to implement Amazon SQS (AWS SQS) in the ASP .Net Core project, how to create SQS on AWS, how to send message to AWS SQS, How to receive a message from AWS SQS
  • How To Create AWS EC2 Instance And Host .NET Application With IIS6/4/2024 12:20:46 PM. In this article, we will learn the process of creating an AWS EC2 instance with Windows Server to host a .NET Core application using IIS. It covers AWS basics, setting up an EC2 instance, configuring
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 2]4/30/2024 8:25:53 AM. Absolutely, choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.Understandin
  • Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]4/29/2024 10:01:35 AM. Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
  • Setup A Billing Alarm In AWS4/24/2024 7:57:46 AM. Learn how to set up a billing alarm in AWS to monitor your cloud expenditure efficiently. With AWS CloudWatch, establish thresholds for spending, receive timely notifications, and gain better cost man
  • 💻 Connect To EC2 Instance In Windows 10 Via SSH4/24/2024 7:45:31 AM. Connect to EC2 instance on Windows 10 via SSH using tools like PuTTY or OpenSSH. Generate and use key pairs for secure authentication, accessing your AWS resources directly from your Windows environme
  • What Is EFS And How To Mount EFS On AWS EC2 Instances4/23/2024 10:03:01 AM. Discover Amazon EFS, a versatile NFS file system for AWS services. Master the process of mounting EFS on EC2 instances across availability zones, ensuring seamless data access and scalability for dive
  • VMware Cloud on AWS: A Guide to Network Connectivity Options4/21/2024 2:16:34 PM. Confused about connecting your VMware Cloud on AWS (VMC)? Explore VPNs, Direct Connect, HCX, and Transit Connect for secure, high-performing hybrid cloud networks. #VMwareCloud #AWS #Networking
  • VMware Cloud for Disaster Recovery4/21/2024 2:12:48 PM. Protect your VMs from disaster with VMware Cloud DR! This guide explains the setup, testing, and how it safeguards your data from downtime & ransomware attacks. #VMwareDR #CloudDisasterRecovery
  • AWS Command Line Interface (CLI) Installation And Configuration4/15/2024 11:46:20 AM. In this article, we will learn how to install and configure the AWS Command Line Interface (CLI) to efficiently manage your AWS resources from the command line. Follow step-by-step instructions for in
  • AI Vision: Advancements, Challenges, and Ethical Considerations4/12/2024 5:36:57 AM. The landscape of AI vision is rapidly evolving, transforming various sectors with its visual capabilities. However, ethical dilemmas arise, including privacy breaches and biases, emphasizing the need
  • Create A Simple Bot With Azure Bot Service4/10/2024 10:40:35 AM. Explore creating a simple Bot using Azure Bot Framework. Bots automate tasks, interact like humans, and offer various functionalities. Follow the steps to set up in Azure portal, select the template,
  • How To Upload A File To Amazon S3 Using AWS SDK In MVC4/5/2024 9:47:09 AM. The AWSSDK facilitates .NET developers to work with Amazon Web Services, including Amazon S3 for scalable, reliable internet storage. Learn to set up an MVC project in Visual Studio, install AWSSDK vi
  • Generating and Serving Static HTML Page with AWS CloudFront4/4/2024 4:17:13 AM. In this article, we'll have a look at how to generate a static HTML page using a mustache template, upload it to S3 and serve it with CloudFront
  • Organizing AWS Lambda dependencies with layers3/27/2024 8:51:21 AM. Optimize AWS Lambda deployments by organizing dependencies with layers. Simplify management, enhance performance, and streamline updates for serverless applications, ensuring efficient resource utiliz
  • How to Learn About Amazon S33/22/2024 4:18:11 AM. Amazon S3, an AWS service, provides secure, scalable object storage with high durability and availability. Key features include lifecycle policies, versioning, and security measures. Practical applica
  • Creating Distributed Map-Reduce Job via AWS Step Function 3/18/2024 9:11:39 AM. Example of distributed map-reduce job using AWS Step Function on the example of the generative art piece. The article explains using AWS Step Functions to orchestrate lambdas in a distributed serverle
  • Getting Started With Amazon Redshift3/15/2024 6:15:26 AM. Amazon Redshift is a powerful data warehousing service designed for analyzing large datasets. Leveraging columnar storage and parallel processing, it offers fast query performance. Redshift integrates
  • Amazon Redshift Vs Azure Synapse Analytics3/13/2024 5:32:11 AM. Choosing between Amazon Redshift and Microsoft Azure Synapse Analytics depends on your specific needs and priorities. Here's a breakdown to help you decide
  • Integrating the Azure Subscription on the Azure DevOps3/13/2024 4:57:28 AM. Learn how to integrate your Azure Subscription with Azure DevOps using Service Connections. Follow step-by-step instructions to set up authentication and grant access permissions for seamless integrat
  • Save specific Email to Excel File using Azure Logic App 3/12/2024 5:09:53 AM. Azure Logic Apps is a cloud-based service that streamlines business processes. This guide details how to automate moving specific emails to Excel in OneDrive seamlessly using Azure Logic App workflows
  • Facial Recognition Using Amazon Rekognition On Python2/27/2024 4:21:48 AM. AWS offers a powerful facial recognition service called Amazon Rekognition. In this tutorial, we'll use Python and the AWS SDK to create a simple app that uses the Rekognition service to detect fa
  • Mastering NLP with AWS Comprehend and Python2/22/2024 4:37:20 AM. AWS Comprehend is a natural language processing (NLP) service that uses machine learning to analyze text and extract insights. It can perform tasks such as named entity recognition, key phrase extract
  • Blazor - Connect With Oracle Database In Amazon RDS2/21/2024 11:32:58 AM. We will see how to create an Oracle database instance in Amazon RDS (AWS Relational Database Service) and we will connect Oracle database from Blazor application. We will use an Employee details Singl
  • Blazor - Connect With Amazon DynamoDB Using AWS SDK2/21/2024 8:24:16 AM. In this article, we will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK. We will see how to create a Blazor application and connect with Amazon DynamoDB using AW
  • AWS Transfer Family ( SFTP , FTP , FTPS Server ) Overview2/8/2024 8:06:27 AM. AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protoco
  • Full-Stack Web Development in ASP.NET Core 8 MVC1/30/2024 4:10:26 AM. Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, develope
  • Create Shortcuts to AWS S3 from Fabric Lakehouse1/29/2024 9:38:11 AM. In this video, I demo how to create Shortcuts in Fabric Lakehouse from AWS s3 service. If you enjoy this video, give it a thumps up, comment and share with your friends and connection
  • Why Azure is better than AWS when using VS Code1/29/2024 6:48:14 AM. Comparison of using AWS versus Azure as an engineer when using VS Code
  • Introducing Amazon Polly: How to Use Text-to-Speech service1/23/2024 9:37:00 AM. Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of
  • Implementing Document Upload to AWS S3 with ReactJS Frontend and Python Backend using Boto31/12/2024 4:41:13 AM. Learn to build a document upload feature with ReactJS and Python. Ensure prerequisites, create a ReactJS component, and set up a Python backend using Flask and Boto3 for seamless AWS integration.
  • Deploy .Net Core Web API to Elastic Beanstalk using AWS CodeBuild & CodePipeline1/5/2024 4:58:16 AM. Learn how to deploy a .Net Core Web API to Elastic Beanstalk service by configuring AWS CodeBuild & CodePipeline CI/CD pipelines
  • How to setup Karpenter on existing cluster?1/3/2024 10:07:34 AM. Karpenter automatically launches right compute resources fast and simple compute provisioning for Kubernetes clusters to handle cluster's applications.
  • Create AWS S3 Bucket and Read Parquet File from Fabric Notebook1/1/2024 7:24:24 AM. In this video, I covered how to get started with AWS S3, create S3 bucket, access key, secret key and read data in Fabric Notebook into the AWS S3. If you enjoy this video article, give it a thumps up
  • Go live on linux Server With Node JS App12/23/2023 11:58:17 AM. Download nvm. NVM is a node version manager and in order to install Node and npm, first nvm is to be installed using following commands.
  • Connect To AWS EC2 Instance Using SSH 12/23/2023 11:33:48 AM. Steps to connect to AWS EC2 instance using OpenSSH from Windows 10 /11.
  • Create and Debug Lambda Function in VS Code12/22/2023 8:34:09 AM. Create an AWS lambda function in the local environment and debug it before pushing it to a cloud environment. With the help of a few tools such as AWS SAM or serverless framework, developers can emula