Overview
Based on Google's V8 JavaScript engine, Node.js allows developers to build scalable, real-time web applications with two-way connections between the client and server. Node.js uses an event-driven, non-blocking I/O model that is lightweight and efficient, making it perfect for data-intensive applications that run across distributed devices. The Bitnami Node.js package includes the latest version of Node.js, Apache, Python, and Redis.
Using a pre-configured Node.js environment gets you up and running quickly because everything works out of the box. Manually configuring an environment can be a difficult and time-consuming hurdle to developing an application. Bitnami has done this work for you, so you can avoid installing and configuring multiple components and libraries and instead focus on writing awesome code
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Why use Bitnami Certified Apps?
Bitnami certified images are always up-to-date, secure, and built to work right out of the box.
Bitnami packages applications following industry standards, and continuously monitors all components and libraries for vulnerabilities and application updates. When any security threat or update is identified, Bitnami automatically repackages the applications and pushes the latest versions to the cloud marketplaces.
Highlights
- Open source, lightweight, and efficient development environment based on Google's V8 JavaScript engine can be used to develop a wide variety of server applications and tools.
- Node.js uses an event driven, non-blocking I/O model that makes it suitable for data-intensive modern web applications.
- Included in the stack are Node.js, Apache web server, Python, and Redis.
Details
Typical total price
$0.019/hour
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.00 | $0.006 | $0.006 |
t2.micro AWS Free Tier | $0.00 | $0.012 | $0.012 |
t2.small | $0.00 | $0.023 | $0.023 |
t2.medium | $0.00 | $0.046 | $0.046 |
t2.large | $0.00 | $0.093 | $0.093 |
t2.xlarge | $0.00 | $0.186 | $0.186 |
t2.2xlarge | $0.00 | $0.371 | $0.371 |
t3.nano | $0.00 | $0.005 | $0.005 |
t3.micro AWS Free Tier | $0.00 | $0.01 | $0.01 |
t3.small | $0.00 | $0.021 | $0.021 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
N/A
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
- Updated node to 22.11.0
- Updated virtualenv to 20.27.1
Additional details
Usage instructions
Once the instance is running, you can connect to your using your Amazon private key and the 'bitnami' login via SSH. You can find a quick guide at https://docs.bitnami.com/aws/infrastructure/nodejs/get-started/first-steps/
Resources
Vendor resources
Support
Vendor support
Bitnami also provides technical documentation for installation and setup issues through our support center at
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Excellent for server beginners
I am used to work on local, and tried cloud hosting for the first time with EC2. I found this nodejs AMI for my backend. It was so simple to connect and setup, thanks to their very clear tutorial. I could then repeat the process with my git repo and managed to install jenkins and open a new port. Very intuitive but maybe not that easy for an inexperienced programmer/apache user. Still perfectly fitted my needs.
Good version of ubuntu
thank you bitnami
this was a good version of ubuntu with everything ready to run node.js applications.
The best of all, it is a free resource.
Nod.js
If you are new to Node.js - this is hands down the BEST way to get started! Make sure to at least skim the user guide. For example: logging on with the user name "bitnami" and not "root" (or "ec2-user" as some on-line help guides would suggest). It is just not worth trying to figure out if you have the latest of everything installed. Because in addition to node, all the basic tools you need to get started are installed. So, far.. very stable and fast!
Works as described, but not as useful as it could be
I was building a node based web server, because this comes with Apache installed and listening on Port 80 that becomes a serious annoyance. Disabling pieces of the bitnami stack are much more complicated than they should be.
Since installing node on another AMI is so easy (Ubuntu or Amazon Linux), I would recommend looking elsewhere.
Excellent out of the box configuration
Love Bitnami! Save me the headache of installing configuring software packages for our production environment. If your running on a multi core system you can use the node.js cluster module to take advantage of your multi core system.