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=“:27017”
–username=
–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.