Nginx with SSL
Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
Delivery method
AWS AMI
Operating system
Ubuntu 22.04 LTS
Architecture
x86_64
What it is
What it is
Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. It is easy to configure in order to serve static web content or to act as a proxy server.
Nginx is built to offer low memory usage and high concurrency. Rather than creating new processes for each web request, Nginx uses an asynchronous, event-driven approach where requests are handled in a single thread. In this one master process can control multiple worker processes. The master maintains the worker processes, while the workers do the actual processing. Because Nginx is asynchronous, each request can be executed by the worker concurrently without blocking other requests.
Features
- Reverse proxy with caching
- IPv6
- Load balancing
- Fast CGI support with caching
- Web Sockets
- Handling of static files, index files, and auto-indexing
- TLS/SSL with SNI
Getting started
See the deployment & usage guide for launch and connection steps.
Why it's different
Ready to serve
Nginx is installed, configured, and starts on boot — point your domain and go, no setup.
Built for scale
An asynchronous, worker-based architecture handles thousands of concurrent connections with minimal memory.
HTTPS ready
SSL/TLS with SNI is pre-wired so you can terminate HTTPS immediately.
Recommended instances
Pricing
$0.01 / hour
Hourly (pay-as-you-go)
All instance types, plus standard EC2 costs. AWS Free Tier eligible instances supported.
365-day contract
Annual contract
Save up to 9% vs hourly.
Frequently asked questions
How is Nginx with SSL delivered on AWS Marketplace?
Nginx with SSL is delivered as an Amazon Machine Image (AMI). You launch it as an EC2 instance directly from the AWS Marketplace listing.
How much does Nginx with SSL cost?
$0.01 / hour — All instance types, plus standard EC2 costs. AWS Free Tier eligible instances supported. 365-day contract — Save up to 9% vs hourly. Software charges are billed through AWS Marketplace; you also pay standard AWS infrastructure costs.
How do I access Nginx with SSL after deploying?
Connect over SSH as "ubuntu" using your EC2 key pair. See the deployment guide for full steps.
What operating system does Nginx with SSL run on?
Ubuntu 22.04 LTS (version 2.0.20250113).
What support is available for Nginx with SSL?
Email aws-marketplace-support@ioanyt.com for help.
Support
Questions or issues? Email aws-marketplace-support@ioanyt.com.
Ready to deploy?
Launch it in your own AWS account, or talk to our team about a custom hardened image for your stack.
View on AWS MarketplaceRuns entirely inside your AWS account