Overview
Service status and listeners
Apache Directory Server running under systemd, with the LDAP and LDAPS listeners bound to the loopback interface only and the directory instance on its own EBS volume.
Service status and listeners
LDAP query round trip
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
An LDAP Directory Service, Ready on First Boot
Apache Directory Server (ApacheDS) is the Apache Software Foundation's extensible, embeddable directory server. It is certified LDAP v3 compatible and also speaks Kerberos, making it a practical foundation for centralised identity, authentication and application directory data. This image delivers ApacheDS fully installed on OpenJDK 17 with a dedicated service account, a systemd unit, and a seeded demonstration partition, so you can run your first LDAP query within minutes of launch rather than working through a manual install.
Who This Is For
Platform and identity teams who need a self-hosted LDAP directory inside their own VPC to back application authentication, without operating a heavyweight identity suite. Application developers who need a real, standards-compliant LDAP endpoint to develop and test directory integrations against, instead of mocking one. Infrastructure teams consolidating service-account and group data into a queryable directory.
What Is Installed
- Apache Directory Server 2.0.0.AM27, the official Apache binary distribution
- OpenJDK 17 (headless) from the distribution archive as the runtime
- ldap-utils, so ldapsearch, ldapadd and ldapmodify are available on the instance
- A dedicated unprivileged apacheds service account and a systemd unit that starts the directory on boot
- A seeded demonstration partition dc=cloudimg,dc=local containing organizational units, sample user entries and a group, so directory queries return data immediately
Secure By Default
ApacheDS bootstraps with a well-known upstream administrator password. This image does not leave it that way:
- A one-shot first-boot service generates a unique administrator password of at least 24 characters on every instance
- The new password is applied over LDAP and then verified before the instance is marked ready
- Credentials are written to a root-only file at /root/apacheds-credentials.txt
- The upstream default password is rejected on any launched instance. This is asserted by an automated check, in both directions, against the published image
Network Model
The LDAP listener on port 10389 and the LDAPS listener on port 10636 are bound to the loopback interface only and are not exposed to the network. This is a deliberate default: an unauthenticated directory reachable from the internet is a serious exposure. Reach the directory from your workstation with an SSH tunnel, or rebind it to a private interface behind your own security group and TLS termination when you are ready. The user guide covers both.
Storage Layout
The ApacheDS instance, meaning its DIT partitions, configuration, working directory and logs, lives on a dedicated 30 GiB EBS volume mounted at /var/lib/apacheds, separate from the operating system disk. The volume is independently resizable, and the layout is preserved on every instance launched from this image.
Getting Started
- Launch the image on an m5.large instance or larger, with port 22 open to your management network
- Connect over SSH as the default login user for your variant (the user guide lists it)
- Retrieve the generated administrator password with sudo cat /root/apacheds-credentials.txt
- Run an anonymous rootDSE query to confirm the directory is answering
- Bind as uid=admin,ou=system and search dc=cloudimg,dc=local to see the seeded entries
- Open an SSH tunnel to reach the directory from an LDAP browser on your workstation
- Replace the demonstration partition with your own suffix and import your directory data
24/7 cloudimg Support
Every deployment is backed by cloudimg engineers available around the clock by email and live chat. Support covers deployment and sizing guidance, directory schema and partition design, LDIF import, rebinding the listeners to a private interface, LDAPS and TLS certificate configuration, access control (ACI) configuration and administrator credential management, backup and restore of the directory partitions, and ApacheDS upgrades, JVM tuning and troubleshooting. Critical issues receive a one-hour average response time.
Evaluation
This image uses standard AWS pay-as-you-go infrastructure billing. Launch an instance to evaluate the directory against your own schema and data, and terminate at any time.
Apache, Apache Directory, Apache Directory Server and ApacheDS are trademarks of The Apache Software Foundation. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- Apache Directory Server 2.0 installed from the official Apache distribution on OpenJDK 17, with a dedicated service account, a systemd unit that starts it on boot, and a seeded dc=cloudimg,dc=local demonstration partition so ldapsearch returns real entries within minutes of launch. The directory instance lives on its own 30 GiB EBS volume, independently resizable and separate from the operating system disk.
- Secure by default with no shared credentials. ApacheDS ships a well-known upstream administrator password; this image generates a unique administrator password of at least 24 characters on every first boot, applies it over LDAP, verifies it, and writes it to a root-only file. Automated checks assert both directions against the published image: the generated password is accepted and the upstream default is rejected. The LDAP and LDAPS listeners are bound to loopback only.
- 24/7 technical support from cloudimg engineers by email and live chat, with a one-hour average response for critical issues. Support scope covers deployment and sizing, schema and partition design, LDIF import, rebinding the listeners to a private interface, LDAPS and TLS configuration, access control, backup and restore of the directory volume, and ApacheDS upgrades and JVM tuning.
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
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
i4i.12xlarge | i4i.12xlarge instance type | $0.24 |
c7a.2xlarge | c7a.2xlarge instance type | $0.24 |
r8idn.2xlarge | r8idn.2xlarge instance type | $0.24 |
c8in.96xlarge | c8in.96xlarge instance type | $0.24 |
m8i.12xlarge | m8i.12xlarge instance type | $0.24 |
r8id.48xlarge | r8id.48xlarge instance type | $0.24 |
r5n.4xlarge | r5n.4xlarge instance type | $0.24 |
Vendor refund policy
Refunds available on request.
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
Initial release of Apache Directory Server 2.0.0.AM27, the Apache LDAP v3 and Kerberos directory server.
Additional details
Usage instructions
Connect over SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant; on Ubuntu it is 'ubuntu'). Retrieve the generated administrator credentials with: sudo cat /root/apacheds-credentials.txt. The LDAP listener is 127.0.0.1:10389 and LDAPS is 127.0.0.1:10636 - both are bound to loopback only and are NOT reachable from the network. On the instance, confirm the directory is answering with an anonymous rootDSE query: ldapsearch -x -H ldap://127.0.0.1:10389 -s base -b '' '(objectclass=)'. Then bind as the administrator and search the seeded demonstration partition: ldapsearch -x -LLL -H ldap://127.0.0.1:10389 -D 'uid=admin,ou=system' -w '<password-from-the-credentials-file>' -b 'dc=cloudimg,dc=local' '(objectclass=)'. To reach the directory from an LDAP browser on your workstation, open an SSH tunnel: ssh -L 10389:127.0.0.1:10389 <login-user>@<instance-public-ip>. The service is managed with systemctl (apacheds). Do not expose the LDAP ports to the internet without TLS termination and access controls - see the user guide for rebinding to a private interface.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Support Channels:
- Email: support@cloudimg.co.uk
- Live chat: available around the clock
Response Times:
- Critical issues: one-hour average response time
Scope of Support: Our engineers assist with deployment and sizing guidance, directory schema and partition design, LDIF import and data migration, rebinding the LDAP and LDAPS listeners to a private interface, TLS certificate configuration, access control (ACI) setup, administrator credential management, backup and restore of directory partitions, ApacheDS upgrades, JVM tuning, and general troubleshooting.
Billing and Refunds: Subscription billing and refunds are handled through AWS Marketplace. For any product issue, contact support@cloudimg.co.uk and our engineers will work with you on a resolution.
All support interactions are handled directly by cloudimg engineers with hands-on ApacheDS operational experience.
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
