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. A repackaged Docker 29.5.3 environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Docker is an open source platform for developing, shipping, and running applications in containers. It enables developers to package applications with all dependencies into a standardized unit for software delivery. This AMI includes Docker Engine 29.5.3, Docker Compose v5.1.4, Docker Buildx v0.34.1, and containerd v2.2.4, providing a complete container runtime stack ready for production workloads.
Highlights:
- Complete Docker stack pre-installed: Docker Engine 29.5.3, Compose v5.1.4, Buildx v0.34.1, containerd v2.2.4
- Docker service configured to start automatically on instance launch
- Security-hardened CentOS Stream 9 base with minimal attack surface and latest updates
- Multi-architecture image builds supported via Docker Buildx
- Orchestrate multi-container applications instantly with Docker Compose
- 24-hour professional technical support from ThinkCloud experts
This AMI is ideal for developers and DevOps engineers who need a production-ready container platform to build, deploy, and run containerized applications on AWS.
Highlights
- Professional technical support and fast response
- Optimized configuration for Docker 29.5.3 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 |
c7i-flex.12xlarge | $0.50 |
d3en.4xlarge | $0.17 |
t3a.medium | $0.05 |
c5.24xlarge | $0.50 |
c8id.xlarge | $0.17 |
c3.xlarge | $0.17 |
m5dn.24xlarge | $0.50 |
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
v29
Additional details
Usage instructions
-
Connection Method:
- SSH into the instance: ssh -i your-key.pem ec2-user@<public-ip>
- Use sudo for Docker commands: sudo docker <command>
- Or add ec2-user to the docker group: sudo usermod -aG docker ec2-user (re-login required)
-
Application Details:
- Docker version: docker version (returns Docker 29.5.3, build d1c06ef)
- Docker binary: /usr/bin/docker
- Data root: /var/lib/docker
- Config directory: /etc/docker
- Socket: /var/run/docker.sock
- Docker Compose: docker compose version (returns Docker Compose v5.1.4)
- Docker Buildx: docker buildx version (returns v0.34.1)
- containerd: version v2.2.4
-
Service Management:
- Start Docker: sudo systemctl start docker
- Stop Docker: sudo systemctl stop docker
- Check status: sudo systemctl status docker
- Docker is enabled and starts automatically on boot
-
Network Configuration:
- Port 22 (SSH) must be open in your EC2 security group
- Open additional ports for container services as needed
- Add firewall rule: sudo firewall-cmd --add-port=<port>/tcp --permanent
- Reload firewall: sudo firewall-cmd --reload
-
Getting Started:
- Run a test container: sudo docker run hello-world
- Run a detached container: sudo docker run -d -p 80:80 nginx
- Docker Compose: sudo docker compose up -d
- Build an image: sudo docker buildx build -t myapp .
- List running containers: sudo docker ps
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.