Overview
This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. vLLM 0.24, built on a minimal Ubuntu 24.04 LTS installation, is included in this AMI, repackaged by Easycloud. It provides a high-throughput, OpenAI-compatible LLM inference server powered by PagedAttention and continuous batching, deliberately engineered to serve open-weight models on your own GPU instance with full control over your data.
Core Features & Integrations
-
Ubuntu 24.04 LTS Minimal: A renowned Linux distribution celebrated for its exceptional stability, vast software repository, and strict adherence to open-source principles. Built on the solid foundation of Debian, it provides unparalleled ecosystem compatibility while delivering a clean, bloat-free, and secure enterprise-grade core.
-
vLLM 0.24 (OpenAI-Compatible Inference Server): A leading open-source LLM serving engine built around PagedAttention memory management and continuous batching for high-throughput GPU inference. This AMI ships as bring-your-own-model: no model is pre-installed, and a single built-in command downloads and activates any Hugging Face model you choose, from compact 0.6B models to large instruction-tuned releases.
Key Benefits
-
High-Throughput OpenAI-Compatible Serving: vLLM exposes a drop-in OpenAI-compatible REST API, so existing SDKs, clients, and toolchains work unchanged while PagedAttention and continuous batching maximize tokens-per-second on your GPU. Running on your own instance keeps prompts and completions entirely within your AWS account, with model choice fully under your control.
-
The Optimal AI Inference and Orchestration Foundation: By starting with a bloat-free Ubuntu 24.04 LTS installation, maximum GPU, CPU, and memory are dedicated entirely to the vLLM inference engine. This makes it the perfect, conflict-free foundation for AI stacks built on PyTorch, TensorFlow, CUDA, and Hugging Face models, with Python, FastAPI, Docker, and Kubernetes for serving and orchestration. It seamlessly integrates with LLM front-ends and low-code orchestrators (Open WebUI, LibreChat, Dify, Langflow, Flowise, or as a companion to Ollama deployments), and serves as a rock-solid backbone for RAG pipelines and vector search built on RAGFlow, MLflow, Milvus, Chroma, PostgreSQL, and Redis, ensuring your AI inference infrastructure scales without limits.
-
Production Ready & Expert Support: Secured with the latest OS patches. It delivers a highly stable environment, fully supported by comprehensive documentation and fast technical assistance (guaranteed 24-hour response time) to ensure your infrastructure runs smoothly without costly downtime.
Highlights
- Ubuntu 24.04 LTS (Minimal Installation),updated to the latest version.
- Professional installation following best practices.
- Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.
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 |
|---|---|
g4dn.xlarge Recommended | $0.19 |
t2.micro | $0.03 |
t3.micro | $0.03 |
t3.small | $0.04 |
m5ad.8xlarge | $0.39 |
g6.4xlarge | $0.29 |
z1d.6xlarge | $0.39 |
x8aedz.12xlarge | $0.68 |
d3.4xlarge | $0.29 |
g2.8xlarge | $0.39 |
Vendor refund policy
No refunds. Cancel anytime.
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
Latest Updates
Additional details
Usage instructions
Connection Methods
Once launched, SSH into the instance. The default username is 'ubuntu'. You can switch to the root user environment by running: sudo su -
This product requires SSH for initial setup: you must log in once to choose and download a model before the API port starts serving.
Install Information
-
OS: Ubuntu 24.04 LTS (x86_64, Minimal Installation)
-
vLLM: 0.24 (OpenAI-compatible inference server, installed at /opt/vllm)
-
Runtime: Python virtual environment with CUDA GPU support
-
Config File: '/etc/vllm/vllm.env' (written by the vllm-model helper; do not edit by hand)
-
No model is pre-installed (bring your own model): models are downloaded to /opt/models/<model-name> after you choose one
Usage Instructions
-
Launch on a GPU instance. Recommended: g4dn.xlarge (16 GB GPU memory, runs models up to about 4B parameters) or larger g5/g6 instances for bigger models. Match your model choice to the GPU memory of your instance - a model that is too large will fail to start.
-
The instance boots in under 3 minutes. At this point the vllm service is intentionally inactive and port 8000 is not yet listening - the login banner shows NO MODEL CONFIGURED YET. This is the normal factory state, not a fault.
-
SSH in and run one command to download and activate your chosen model - time varies by model size: sudo vllm-model Qwen/Qwen3-4B-Instruct-2507 This example fits 16 GB GPUs; any Hugging Face model ID is supported. Run vllm-model with no arguments to see more examples per GPU memory tier.
-
Note on model downloads: the instance downloads model files from the Hugging Face Hub, which requires outbound internet access. Model sizes range from hundreds of MB to tens of GB depending on your choice. Without an HF_TOKEN the download is anonymous and subject to Hugging Face rate limits; the vllm-model help output explains how to configure HF_TOKEN.
-
Retrieve your API key: the key equals this instance's EC2 Instance ID (visible in the AWS console). You can also confirm it on the instance by running: cat /etc/vllm/api-key
-
Call the OpenAI-compatible API from your client with the header Authorization: Bearer <YOUR_INSTANCE_ID>, for example: curl http://<YOUR_IP>:8000/v1/models -H 'Authorization: Bearer <YOUR_INSTANCE_ID>' Ready-to-copy curl examples are shown in the login banner and in /home/ubuntu/readme-vllm.
-
Manage the service: sudo systemctl start|stop|restart|status vllm. View logs with: sudo journalctl -u vllm
-
After an instance stop/start, your downloaded model is preserved and the service resumes automatically, but the inference engine needs about 2-3 minutes to re-initialize before it serves requests again.
Firewall Configuration
-
SSH (Port 22): Required - this product needs SSH for the one-time initial model setup and ongoing administration.
-
vLLM OpenAI-compatible API (Port 8000): Serves the inference API once a model is configured; restrict to trusted IPs.
-
Security Recommendation: For production environments, strictly limit access to these ports to trusted IP addresses only via cloud Security Groups or the local firewall.
Support
Vendor support
Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io ,Thank you!
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.