Overview
This product has charges associated with it for seller support. This is open source software, which is repackaged by ThinkCloud. The additional cost is applicable to the extended support of 24-hour response time. A repackaged Nginx environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Nginx is a high-performance, open-source web server, reverse proxy, load balancer, and HTTP cache widely used in production environments around the world. Installed via the standard CentOS dnf package manager, it provides a fully integrated and ready-to-use web server with no manual setup required. Nginx is known for its low memory footprint, event-driven architecture, and ability to handle a large number of concurrent connections efficiently.
Benefits:
- High Performance: Event-driven, asynchronous architecture handles tens of thousands of concurrent connections with minimal memory usage.
- Reverse Proxy and Load Balancing: Built-in support for proxying requests to upstream servers and distributing traffic across multiple backends.
- Static File Serving: Extremely fast and efficient at serving static assets such as HTML, CSS, JavaScript, and images.
- SSL/TLS Termination: Native support for HTTPS with flexible SSL/TLS configuration, including modern cipher suites and certificate management.
- Standard Installation: Installed via dnf, ensuring seamless integration with CentOS Stream 9 system packages and update mechanisms.
- Flexible Configuration: Modular configuration system supports virtual hosts, URL rewriting, rate limiting, caching, and custom access controls.
This AMI is ideal for Web Developers, DevOps Engineers, and System Administrators who need a reliable, high-performance web server or reverse proxy on CentOS Stream 9.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized Nginx configuration on CentOS Stream 9
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
t3.large Recommended | $0.05 |
t3.micro | $0.05 |
t2.micro | $0.05 |
m6id.large | $0.05 |
r6i.16xlarge | $0.50 |
i7ie.2xlarge | $0.17 |
x2iezn.2xlarge | $0.17 |
m6a.metal | $0.50 |
m6id.8xlarge | $0.50 |
m5.4xlarge | $0.17 |
Vendor refund policy
No refunds provided after usage starts.
How can we make this page better?
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
nginx-1.20
Additional details
Usage instructions
-
Connection Method Connect via SSH as user 'ec2-user' to the running instance. Use sudo to run commands requiring root access, or switch to root using: sudo su - root
-
Application Details Check Version: nginx -v Full Version and Build Info: nginx -V Binary Path: /usr/sbin/nginx Configuration File: /etc/nginx/nginx.conf Additional Config Directory: /etc/nginx/conf.d/ Default Web Root: /usr/share/nginx/html Access Log: /var/log/nginx/access.log Error Log: /var/log/nginx/error.log
-
Service Management Start: sudo systemctl start nginx Stop: sudo systemctl stop nginx Status: sudo systemctl status nginx Reload config (no downtime): sudo systemctl reload nginx Enable on boot: sudo systemctl enable nginx
-
Configuration Test configuration syntax before applying: sudo nginx -t Edit the main configuration file: sudo nano /etc/nginx/nginx.conf Add a new virtual host by creating a file in /etc/nginx/conf.d/: sudo nano /etc/nginx/conf.d/mysite.conf Reload after changes: sudo systemctl reload nginx
-
Network Configuration Nginx Ports:
- Port 80 (TCP): Default HTTP port.
- Port 443 (TCP): Default HTTPS port. AWS Security Group: Add inbound rules for TCP port 80 and 443 to allow web traffic. OS Firewall (if needed): sudo firewall-cmd --permanent --add-service=http sudo firewall-cmd --permanent --add-service=https sudo firewall-cmd --reload Please allow SSH port 22 to limited IPs for access.
Support
Vendor support
If you encounter problems in the process of using the system, please feel free to contact us by email: support@thinkclouds.ai !
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.