Overview
This product provides Nginx integrated with CentOS Stream 9 and delivered as an Amazon Machine Image (AMI) by ThinkCloud. The image includes a pre-configured, security-hardened web server and reverse-proxy environment for immediate deployment.
Nginx is an open source web server, reverse proxy, load balancer, and HTTP cache. Its event-driven architecture supports high concurrent connection counts with a low memory footprint. The environment supports static file serving, upstream proxying, load balancing, SSL/TLS termination, virtual hosts, URL rewriting, rate limiting, caching, and access controls.
Marketplace software charges cover seller-performed software and operating-system integration, preparation of web-server and proxy configuration, application of the verified hardening baseline, repeatable image construction, and final AMI testing. Support and maintenance are supplementary services and are not the sole basis for the software charges.
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.