Overview
This is a repackaged software product powered by Cloudwrxs wherein additional charges apply for the preparation of images optimized for CouchDB database deployments, including enterprise-ready configurations, performance tuning, and integration with Windows-based data environments. Cloudwrxs Solutions for CouchDB on Microsoft Windows Server 2022 is a comprehensive, production-ready NoSQL database platform designed for scalable document-based data storage, processing, and integration. Tailored for enterprises and organizations leveraging CouchDB, this solution simplifies data operations and provides high availability with JSON-based document storage, distributed replication, and fault-tolerant architecture. By utilizing Microsoft Windows Server 2022, Cloudwrxs Solutions ensures compatibility with enterprise applications and seamless integration into Windows-based IT environments. The platform supports robust performance for transactional and analytical workloads, ideal for real-time applications, web platforms, and distributed systems. With built-in CouchDB features such as RESTful HTTP API, easy replication setup, and conflict resolution, businesses can accelerate application development and enhance operational resilience. The solution is hardened with Windows-native security controls and Cloudwrxs image optimization, ensuring compliance with organizational and industry standards. This pre-configured AMI reduces deployment time, simplifies CouchDB installation and setup on Windows Server 2022, and provides operational readiness out of the box, empowering businesses to focus on application innovation and data-driven decisions.
Highlights
- Enterprise-Grade CouchDB Deployment : Deploy CouchDB on Microsoft Windows Server 2022 with enterprise-class reliability, optimized performance, and support for mission-critical document-based data workloads.
- Seamless Windows Integration : Run CouchDB natively within Windows environments for easy integration with existing applications, services, and Active Directory security policies.
- Scalable & Fault-Tolerant NoSQL Platform : Leverage CouchDB distributed architecture, replication, and RESTful APIs to build scalable, resilient applications with flexible JSON data storage. Security Hardened & Compliance-Ready Build : Protect critical data with Windows Server 2022 security features, CouchDB authentication and authorization, and configurations aligned with compliance standards.
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 |
|---|---|
m5.large Recommended | $0.79 |
m5.xlarge | $0.79 |
m6i.large | $0.79 |
t3.large | $0.79 |
t3.medium | $0.79 |
c5.2xlarge | $0.79 |
c5.large | $0.79 |
c5.xlarge | $0.79 |
t3.xlarge | $0.79 |
r6i.large | $0.79 |
Vendor refund policy
You may terminate the instance at anytime to stop incurring charges.
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
CouchDB on Microsoft Windows Server 2022 Q1 2026 supported by Cloudwrxs
Additional details
Usage instructions
Prerequisite: IAM Role Requirement (Before Launching the Instance) Before launching the EC2 instance from this AMI, you must ensure that an IAM Role with AWS Secrets Manager permissions is attached. During first boot, the MariaDB root password is: a. Automatically generated b. Securely stored in AWS Secrets Manager If the instance does not have proper IAM permissions, the password will not be stored.
Option 1: Use Existing Role with SecretsManagerReadWrite (Quick Setup) If you already have an IAM role with the AWS managed policy: SecretsManagerReadWrite You may attach that role to the EC2 instance during launch.
Option 2: Recommended (Least Privilege Policy) Step 1: Create Custom IAM Policy Go to: IAM, Policies, Create Policy, JSON Paste: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "secretsmanager:CreateSecret", "secretsmanager:PutSecretValue", "secretsmanager:DescribeSecret" ], "Resource": "arn:aws:secretsmanager:<region>:<account-id>:secret:/awsmarketplace/mariadb/*" } ] } Save the policy.
Step 2: Create IAM Role for EC2
- Go to IAM, Roles, Create Role 2.Select AWS Service
- Choose EC2
- Attach: a. The custom policy you created b. (Recommended) AmazonSSMManagedInstanceCore
- Name the role (example: MariaDBSecretsRole)
- Create the role
Step 3: Attach Role During EC2 Launch When launching the instance from the AMI:
-
Go to Advanced Details
-
Under IAM Instance Profile
-
Select the IAM role you created
-
Launch the instance
-
Launch EC2 Instance from AMI Create Instance from AMI. Retrieve the Windows password from the AWS EC2 console:
-
Select your instance
-
Click Connect
-
Choose RDP Client
-
Click Get Windows Password
-
Upload your EC2 key pair to decrypt
-
Retrieve the Administrator password
-
Connect to the Instance via RDP Use Remote Desktop Connection (mstsc) on your Windows or Mac machine. In the Computer field, enter:
<your-ec2-public-ip>
Log in using: Username: Administrator Password: Retrieved from AWS EC2 console
-
Retrieve CouchDB Admin Password (Required) The CouchDB administrator password is automatically generated during first boot and securely stored in AWS Secrets Manager. The installation-time password is NOT valid. To Retrieve the Password: a. Go to AWS Console b. Open AWS Secrets Manager c. Locate the secret: /awsmarketplace/couchdb/<instance-id> d. Click Retrieve secret value e. Copy the password field Example: { "username": "admin", "password": "AutoGeneratedSecurePassword", "engine": "couchdb", "host": "localhost", "port": 5984 }
-
Verify CouchDB Installation After connecting via RDP: Check CouchDB Service Status Open PowerShell: Get-Service couchdb Status should be: Running
Verify via Browser (Local Access) Open browser on the server: http://localhost:5984/_utils/ This opens the CouchDB Fauxton UI. Login with: Username: admin Password: Retrieved from AWS Secrets Manager
-
Connect Remotely (Optional) If allowing remote access: Open Windows Firewall for port 5984 Update CouchDB local.ini bind address if required Default API endpoint: http://<instance-public-ip>:5984 Login with: Username: admin Password: Retrieved from AWS Secrets Manager
-
Changing the CouchDB Admin Password (Optional) If you change the password manually: Option A: Using Fauxton UI
-
Go to: Settings, Admins
-
Update password
Option B: Direct API Call From PowerShell: $pair = "admin:CurrentPassword" $encoded = [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes($pair))
Invoke-RestMethod -Method PUT -Uri http://localhost:5984/_node/_local/_config/admins/admin -Headers @{Authorization="Basic $encoded"} -Body '"NewStrongPasswordHere"'
If you change the password manually, update the value in AWS Secrets Manager to keep it synchronized.
Support
Vendor support
For more information or to request support, please contact us at: - marketplace@cloudwrxs.com - info@cloudwrxs.com Our team is available to provide tailored advice, support, and a personalized implementation plan for your business.
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.