I have taken the backup from Atlas mongodb,but the Atlas account was suspended. by using the backup i tried to restore it to aws documnentdb using the below command
mongorestore --ssl \
--host="<hostname>:27017" \
--username=<username> \
--password=<password> \
--sslCAFile rds-combined-ca-bundle.pem /home/ubuntu/file
Getting error for the above command: Unknown admin command atlasVersion
How can i restore it to aws documnentdb. Can someone help me to overcome the issue.