aws-documentdbaws-documentdb-mongoapi

It AWS has a native way to explore DocumentDb, without using AWS Internet Gateway to external client?


I create a AWS DocumentDb, and I want to explore it (find or even add items).
But the only way I found how to do it, is to open the VPC to the internet (using AWS Internet gateway) and use Compass or other Mongo client.
Is there is a way that AWS can do it using any other native client within the VPC?
I can't use Internet gateway expose this DB to the internet. (IT Constraints)
Thanks!


Solution

  • In this scenario, you can:

    1. Launch a Windows EC2 instance in the same VPC
    2. Place it in a private subnet
    3. Configure SSM and relative permissions on it
    4. Connect it via Fleet Manager
    5. Install any GUI you need on it