| Server IP : 167.99.254.82 / Your IP : 216.73.216.188 Web Server : Apache System : Linux host.techisquad.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/awscli/examples/docdb/ |
Upload File : |
**To list available Amazon DocumentDB engine versions**
The following ``describe-db-engine-versions`` example lists all available Amazon DocumentDB engine versions. ::
aws docdb describe-db-engine-versions \
--engine docdb
Output::
{
"DBEngineVersions": [
{
"DBEngineVersionDescription": "DocDB version 1.0.200837",
"DBParameterGroupFamily": "docdb3.6",
"EngineVersion": "3.6.0",
"ValidUpgradeTarget": [],
"DBEngineDescription": "Amazon DocumentDB (with MongoDB compatibility)",
"SupportsLogExportsToCloudwatchLogs": true,
"Engine": "docdb",
"ExportableLogTypes": [
"audit"
]
}
]
}
For more information, see `DescribeDBEngineVersions <https://docs.aws.amazon.com/documentdb/latest/developerguide/API_DescribeDBEngineVersions.html>`__ in the *Amazon DocumentDB Developer Guide*.