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. This AMI contains Jetty 12.0.8 on CentOS Stream 9 and includes support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Eclipse Jetty is a highly scalable, lightweight, and embeddable Java-based web server and servlet container. It is widely used in production environments for serving Java web applications (WAR files) and as an embedded server within frameworks and tools. Jetty 12.0.8 supports the latest Jakarta EE specifications and provides a modular architecture that allows you to enable only the components you need, minimizing resource usage and attack surface.
Benefits:
- Lightweight & Embeddable: Jetty has a small footprint and can be run as a standalone server or embedded directly into Java applications.
- High Performance: Optimized for high concurrency and low latency, making it suitable for large-scale production deployments.
- Modular Architecture: Enable only the modules you need - HTTP, HTTPS, WebSocket, JSP, and more - keeping your server lean and secure.
- Jakarta EE Compatible: Fully supports the latest Jakarta EE servlet specifications, ensuring compatibility with modern Java web applications.
- Easy WAR Deployment: Deploy your applications simply by copying WAR files to the webapps directory - no complex configuration required.
This AMI is ideal for Java Developers, Backend Engineers, and DevOps teams who need a reliable and lightweight servlet container for hosting Java web applications on AWS.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized configuration for Jetty 12.0.8 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 |
t2.micro | $0.05 |
t3.micro | $0.05 |
c8id.12xlarge | $0.50 |
inf2.24xlarge | $0.50 |
r6in.metal | $0.50 |
c5ad.large | $0.05 |
g6.xlarge | $0.17 |
c6id.32xlarge | $0.50 |
r6idn.xlarge | $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
update to latest
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: cd /opt/jetty-base && /usr/bin/java -jar /opt/jetty-home/start.jar --version Jetty Home (Binaries): /opt/jetty-home (Do not modify files here. This is the read-only program files.) Jetty Base (Your Data): /opt/jetty-base (This is where you work. Contains Configs, Logs, and Webapps.)
-
Configuration File Paths HTTP Port Config: /opt/jetty-base/start.d/http.ini (Edit this file to change the port) General Server Config: /opt/jetty-base/start.d/server.ini
-
Service Management To manage the Jetty service, use the following systemd commands: Start: sudo systemctl start jetty Stop: sudo systemctl stop jetty Status: sudo systemctl status jetty
-
Network Configuration Jetty Ports:
- Port 8080 (TCP): Default HTTP Port. Listens on 0.0.0.0:8080 (all interfaces).
- Port 22 (TCP): SSH access.
How to Change Port:
- Edit the config: sudo nano /opt/jetty-base/start.d/http.ini
- Find or add line: jetty.http.port=8081
- Restart service: sudo systemctl restart jetty
AWS Security Groups:
- Allow TCP 8080 (or your custom port) for web application access.
- Allow TCP 22 limited to trusted IPs for SSH access.
OS Firewall (if needed): sudo firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --reload
- Deployment WAR Files: Copy your .war file to /opt/jetty-base/webapps/ (e.g., /opt/jetty-base/webapps/myapp.war will be available at http://IP:8080/myapp ) Static Site: Create a directory inside webapps (e.g., ROOT for the homepage) and place index.html there.
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.
Similar products
