Listing Thumbnail

    Docker Container Engine on Ubuntu 22.04 AMI

     Info
    Deployed on AWS
    Free Trial
    AWS Free Tier
    Pre-configured Docker container engine on Ubuntu 22.04 LTS. Launch a production-ready container host in minutes for DevOps teams building and deploying containerized applications on AWS.

    Overview

    Docker on Ubuntu 22.04 - Production-Ready Container Runtime AMI

    Deploy containerized applications on AWS without manual Docker installation or configuration. This AMI from Arara Solutions delivers a pre-installed, pre-configured Docker engine on Ubuntu 22.04 LTS so DevOps engineers, backend developers, and platform teams can launch an EC2 instance and begin running containers immediately.

    Who This AMI Is For

    • DevOps engineers building CI/CD pipelines who need a reliable container host
    • Backend developers running microservices in isolated containers
    • Platform teams provisioning standardized container environments across accounts
    • Startups and small teams seeking a fast path to containerized deployments without managing installation complexity

    Key Capabilities

    • **Pre-installed Docker Engine ** - Docker daemon configured and running on first boot. SSH in and execute docker run hello-world to verify immediately.
    • Ubuntu 22.04 LTS base - Long-term support operating system with predictable release cadence and broad package ecosystem.
    • Container orchestration ready - Use Docker Compose for multi-container applications or connect to Amazon ECS and Amazon EKS clusters.
    • AWS service integration - Pull and push images to Amazon ECR, forward container logs to Amazon CloudWatch, and manage instances via AWS Systems Manager.
    • Security updates - New AMI versions are published with upstream security patches so you can re-deploy to stay current.

    Common Use Cases

    Microservices deployment: Launch this AMI, pull your application images from Amazon ECR, and run multi-container stacks using Docker Compose. Define services, networks, and volumes in a single compose file, then bring the stack up with one command.

    CI/CD build agent: Attach this instance as a build runner for Jenkins, GitLab CI, or GitHub Actions self-hosted runners. Docker enables isolated build environments for each pipeline job without cross-contamination.

    Development and testing: Spin up disposable container environments that mirror production. Test database migrations, API integrations, or load scenarios without provisioning dedicated infrastructure.

    Getting Started

    1. Subscribe to this listing and launch an EC2 instance (t3.medium or larger recommended).
    2. Ensure your security group allows inbound SSH (port 22) from your IP.
    3. Connect via SSH using your key pair: ssh -i your-key.pem ubuntu@<public-ip>
    4. Verify Docker is running: docker --version and docker ps
    5. Pull your first image: docker pull nginx:latest and run it: docker run -d -p 80:80 nginx
    6. Access your application via the instance public IP on port 80.

    Prerequisites and Instance Sizing

    • Minimum instance type: t3.small (2 vCPU, 2 GB RAM) for lightweight workloads
    • Recommended: t3.medium or larger for multi-container stacks
    • Architecture: x86_64 (AMD64)
    • Network: Open port 22 for SSH; open application ports as needed

    AWS Integration Points

    • Amazon ECR - Authenticate and pull private container images directly from your registry.
    • Amazon CloudWatch - Configure the awslogs logging driver to stream container logs for centralized monitoring.
    • AWS Systems Manager - Manage, patch, and run commands on your instance without direct SSH access.
    • Amazon EBS - Mount additional volumes for persistent container data storage.

    About Arara Solutions

    Arara Solutions publishes pre-configured open source AMIs on AWS Marketplace, helping teams reduce setup time and focus on building applications. Support is available for initial launch assistance and connectivity troubleshooting.

    A free trial is available so you can evaluate the AMI before committing. Visit the Arara Solutions support page for assistance with your deployment.

    Highlights

    • Pre-installed Docker Engine on Ubuntu 22.04 LTS ready to run containers on first boot. SSH into your instance and execute docker commands immediately - no manual installation, repository configuration, or dependency management required. Integrates with Amazon ECR for private image registries and Amazon CloudWatch for centralized container log streaming, fitting directly into existing AWS workflows.
    • Built for DevOps engineers, backend developers, and platform teams deploying microservices, CI/CD build agents, or containerized test environments. Supports Docker Compose for multi-container application stacks. Compatible with t3.small instances and above, with recommended t3.medium or larger for production workloads requiring multiple concurrent containers.
    • Security updates delivered through new AMI versions incorporating upstream Ubuntu and Docker patches. Ubuntu 22.04 LTS provides long-term support through April 2027 with a predictable release cadence. Manage your instance remotely via AWS Systems Manager without requiring direct SSH access, and mount Amazon EBS volumes for persistent container data storage.

    Details

    Delivery method

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

    Latest version

    Operating system
    Ubuntu 22.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

    Free trial

    Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Docker Container Engine on Ubuntu 22.04 AMI

     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 (39)

     Info
    Dimension
    Cost/hour
    t2.large
    Recommended
    $0.015
    t2.micro
    $0.012
    t3.micro
    $0.012
    m5.large
    $0.015
    m5.xlarge
    $0.03
    m5.2xlarge
    $0.03
    m5.4xlarge
    $0.04
    m5.8xlarge
    $0.05
    m5.12xlarge
    $0.05
    m5.16xlarge
    $0.06

    Vendor refund policy

    Instance billed by hour of actual use, terminate at any time and it will stop incurring charges. No refunds available.

    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

    Updated AMI with latest security patches and improvements

    Additional details

    Usage instructions

    • Launch the instance either via AWS MarketPlace wizard or EC2 console

    SSH Access

    • Configure the Security Group to open Inbound TCP port 22 from your location or 0.0.0.0/0 (open to the world)
    • Use an SSH client (for example: https://www.putty.org ) to connect to the instance's IP on the port 22.
    • Authenticate to the instance using the key pair selected during the instance launch. The user name is ubuntu.

    Testing

    Run: docker run hello-world

    Additional Information

    Monitoring the Health of the instance

    • Navigate to your Amazon EC2 console and verify that you're in the correct region.
    • Choose Instance and select your launched instance.
    • Select the server to display your metadata page and choose the Status checks tab at the bottom of the page to review if your status checks passed or failed.

    Data Encryption

    Arara Security Considerations 

    Support

    Vendor support

    Support from Arara Solutions

    Arara Solutions provides support for launching and connecting to your Docker on Ubuntu 22.04 instance. Support covers initial setup assistance including SSH connectivity, Docker daemon verification, and basic configuration questions.

    How to Get Help:

    Support Scope:

    Support includes assistance with first-time instance launch, SSH key pair connectivity issues, verifying Docker is running correctly, and guidance on basic Docker commands. For questions about the AMI configuration or troubleshooting launch failures, contact the support team via email.

    Out of Scope:

    Custom application development, Docker Swarm or Kubernetes cluster configuration, and third-party software troubleshooting are not included in standard support.

    Refunds:

    If you experience issues with the AMI that cannot be resolved, contact support@arara.solutions  to discuss refund options.

    For the most current support information and resources, reach out to the Arara Solutions team directly.

    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.

    Product comparison

     Info
    Updated weekly

    Accolades

     Info
    Top
    10
    In Application Stacks
    Top
    25
    In Collaboration & Productivity

    Customer reviews

     Info
    Sentiment is AI generated from actual customer reviews on AWS and G2
    Reviews
    Functionality
    Ease of use
    Customer service
    Cost effectiveness
    0 reviews
    Insufficient data
    Insufficient data
    Insufficient data
    Insufficient data
    0 reviews
    Insufficient data
    Insufficient data
    Insufficient data
    Insufficient data
    Positive reviews
    Mixed reviews
    Negative reviews

    Overview

     Info
    AI generated from product descriptions
    Pre-installed Container Runtime
    Docker Engine pre-installed and configured on Ubuntu 22.04 LTS, operational on first boot without manual installation or repository configuration
    Container Orchestration Support
    Docker Compose support for multi-container application stacks and compatibility with Amazon ECS and Amazon EKS cluster integration
    AWS Service Integration
    Native integration with Amazon ECR for image registry authentication, Amazon CloudWatch for container log streaming via awslogs driver, and AWS Systems Manager for remote instance management
    Long-term Support Operating System
    Ubuntu 22.04 LTS base with long-term support through April 2027 and predictable release cadence
    Security Patch Management
    Automated security updates delivered through new AMI versions incorporating upstream Ubuntu and Docker patches
    Desktop Environment
    Xfce desktop environment preinstalled on Ubuntu 22.04 LTS, designed for lightweight performance and low system resource consumption.
    Remote Access Protocols
    Support for Remote Desktop Protocol (RDP) and Virtual Network Computing (VNC) connectivity to the graphical interface.
    Minimal Installation
    Streamlined image containing only the GUI desktop environment and Mozilla Firefox, excluding unnecessary software packages.
    Automatic Configuration
    Self-configuring instance that uses the EC2 instance ID as the initial authentication credential for RDP and VNC connections.
    Operating System
    Ubuntu 22.04 LTS as the base operating system with long-term support and security updates.
    Browser-Based Remote Access
    Full-featured Ubuntu 22.04 LTS Desktop environment accessible through a web browser without requiring client software installation.
    Remote Desktop Protocol Support
    Native Remote Desktop client connectivity enabling access to the workspace through remote desktop protocol.
    Preinstalled Development Tools
    Includes latest versions of Google Chrome, Anaconda, Jupyter, RStudio Server, Visual Studio Code, and Docker.
    Multi-User Environment
    Supports multiple concurrent users on appropriately sized instances with capability to add additional users to the system.
    Integrated Development Interfaces
    Secure browser-based access to Jupyter notebooks, RStudio Server, and Terminal sessions with copy-paste and drag-and-drop file upload functionality between virtual desktop and client.

    Contract

     Info
    Standard contract
    No

    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.