Listing Thumbnail

    Ollama GPU on Ubuntu 24.04 with Support by Easycloud

     Info
    Sold by: EASYCLOUD 
    Deployed on AWS
    AWS Free Tier
    This product has charges associated with it for technical support with a 24-hour response time. This AMI provides Ollama 0.31 (GPU) on an Ubuntu 24.04 LTS minimal installation with the latest updates, repackaged by Easycloud with continuous support.

    Overview

    This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. Ollama 0.31 (GPU), built on a minimal Ubuntu 24.04 LTS installation, is included in this AMI, repackaged by Easycloud. It provides a GPU-accelerated, OpenAI-compatible local LLM server with the qwen3:4b-instruct model already resident inside the image, deliberately engineered to answer its first inference request within minutes of launch without downloading a single byte at runtime.

    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.

    • Ollama 0.31 (GPU-Accelerated LLM Runtime): Ollama is a widely adopted open-source runtime that packages large language models into a single self-contained server with a simple pull-and-run workflow and an OpenAI-compatible REST API. This AMI ships the qwen3:4b-instruct model pre-loaded inside the image alongside a pre-installed NVIDIA driver and CUDA stack, so inference runs on the GPU from the very first request with no model download step. An nginx reverse proxy publishes the API on port 8000 while the native Ollama listener stays bound to the loopback interface.

    Key Benefits

    • Self-Contained GPU Inference with No Runtime Downloads: The qwen3:4b-instruct model, the NVIDIA GPU driver stack, and the Ollama runtime are all baked into the image, so a launched instance serves inference without reaching out to any external service. A boot-time prewarm step reads the model into memory in parallel with startup, so the API answers its first request in about five minutes on first boot and within roughly twenty seconds after each subsequent stop and start.

    • 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 Ollama inference runtime. This makes it the perfect, conflict-free foundation for AI stacks built on PyTorch, TensorFlow, CUDA, and Hugging Face models, with Python, FastAPI, Node.js, Docker, and Kubernetes for application delivery and orchestration. It seamlessly integrates with chat front-ends and low-code automation platforms (Open WebUI, LibreChat, Dify, Langflow, Flowise, n8n, or as a lighter-weight companion to vLLM 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

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Ollama GPU on Ubuntu 24.04 with Support by Easycloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (791)

     Info
    • ...
    Dimension
    Cost/hour
    g4dn.xlarge
    Recommended
    $0.19
    t2.micro
    $0.03
    t3.micro
    $0.03
    t2.nano
    $0.03
    t3.nano
    $0.00
    t3a.nano
    $0.03
    t1.micro
    $0.03
    t3a.micro
    $0.03
    m1.small
    $0.04
    t2.small
    $0.04

    Vendor refund policy

    No refunds. Cancel anytime.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    SSH is not required to use this product. The API key equals this instance's EC2 Instance ID, which is visible in the AWS console, so the inference API can be called as soon as the instance is ready. If you do want shell access, SSH into the instance; the default username is 'ubuntu'. You can switch to the root user environment by running: sudo su -

    Install Information

    • OS: Ubuntu 24.04 LTS (x86_64, Minimal Installation)
    • Ollama: 0.31 (GPU-accelerated, main binary at /usr/local/bin/ollama)
    • Pre-loaded Model: qwen3:4b-instruct, stored in /usr/share/ollama/.ollama on the root volume - nothing is downloaded at runtime
    • Runtime: NVIDIA GPU driver and CUDA stack pre-installed. This product requires an NVIDIA GPU instance such as g4dn.xlarge or larger.
    • Reverse Proxy: nginx, site config at '/etc/nginx/sites-available/ollama-api'
    • Ports: 8000 serves the outward-facing OpenAI-compatible API through nginx; the native Ollama port 11434 is bound to 127.0.0.1 only and is not reachable from outside the instance
    • Config File: '/etc/ollama/api-key' (holds the current API key, refreshed at every boot)
    • README: '/home/ubuntu/readme-ollama'

    Usage Instructions

    1. Launch on an NVIDIA GPU instance. Recommended: g4dn.xlarge or larger. Open port 8000 in the Security Group so clients can reach the API.
    2. Allow up to about 5 minutes on first boot before the API responds (measured: 280 seconds from instance start to the first working request). The instance prewarms the model into memory during startup. This prewarm runs on every boot, not only the first one - after each stop and start it takes roughly 20 seconds.
    3. Retrieve your API key: the key equals this instance's EC2 Instance ID, visible in the AWS console, so no SSH login is needed to obtain it. On the instance you can also read it with: cat /etc/ollama/api-key
    4. Send your first request to the OpenAI-compatible chat completions endpoint, substituting your instance IP and instance ID: curl http://<instance-ip>:8000/v1/chat/completions -H "Authorization: Bearer <instance-id>" -H 'Content-Type: application/json' -d '{"model":"qwen3:4b-instruct","messages":[{"role":"user","content":"Hello"}]}'
    5. Chat from the instance shell (optional, requires SSH): ollama run qwen3:4b-instruct
    6. Manage the service with: sudo systemctl start/stop/restart/status ollama, and the same commands for nginx. Two helper units also run at boot: ollama-apikey refreshes the API key, and ollama-prewarm loads the model into memory.
    7. View logs: Ollama has no separate log file and writes to the systemd journal - sudo journalctl -u ollama
    8. Full documentation, including ready-to-copy request examples, is available on the instance at /home/ubuntu/readme-ollama

    Firewall Configuration

    • SSH (Port 22): Optional - needed only to read the full README on the instance or to run the local command-line chat; the inference API itself does not require SSH.
    • Ollama API via nginx (Port 8000): Required - serves the outward-facing Chat and API traffic over the OpenAI-compatible protocol; 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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.