« Back to home

Launching EC2 instances using the Node.js AWS SDK

Posted on

The EC2 service is one of the most fundamental services offered by AWS. It underpins many of the other services in AWS, so it’s always a good idea to understand how to use and the best way to use it. In this post, I’ll show how to create EC2 instances directly in the code using the AWS SDK for JavaScript in Node.js. To run your application in AWS, we need to have one or more EC2 instances to execute that code.…

Read more »