How to Use AWS Lambda with Node.js

This tutorial will show us how to use AWS Lambda And Node.js. This post will show how to configure the serverless on mac and up and running with aws lambda with nodejs from scratch. Finally, we will look at how we can deploy a simple test aws-nodejs application. But before we start, we need to … Read more

What is AWS Auto Scaling: AWS Scalable Architectures

One of the essential features of cloud computing is scalability. Scalable infrastructures can help us scale up or down our application in no extra time. Furthermore, cloud infrastructure allows us to adapt the server requirement to the organic traffic for any web application. If you are unsure how much power or infrastructure your application needs … Read more

AWS Amazon Machine Images Detailed Explanation

AWS Amazon Machine Images Detailed Explanation is today’s topic. The Amazon Machine Image (AMI) provides an information required to launch the instance. You must specify the AMI in order to launch an instance. You can start with multiple instances from the single AMI when you need various instances with a same configuration. You can use … Read more

What is AWS EC2 Instance | Getting Started With AWS EC2

In this article, we will see What is AWS EC2 Instance | Getting Started With AWS EC2. Amazon EC2 instance is the virtual server in Amazon’s Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure. What is AWS EC2 Instance Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the … Read more