Can we store mangoodb in AWS server?

Discussion in 'Databases' started by HimanshuThakur, Jan 11, 2021.

  1. #1
    Please suggest anyone if know
     
    HimanshuThakur, Jan 11, 2021 IP
  2. ddvu

    ddvu Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    you mean mongodb? check out https://aws.amazon.com/documentdb/

    or use ec2
     
    ddvu, Mar 27, 2021 IP
  3. Daniel165

    Daniel165 Member

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    You can read >>> MongoDB is a database management system, so it is possible to store it on a server. AWS (Amazon Web Services) is a cloud computing platform that provides various services, including servers, so it is also possible to store MangooDB on an AWS server.

    To store MangooDB on an AWS server, you would need to set up an EC2 (Elastic Compute Cloud) instance, install MangooDB on the instance, and configure it as necessary. You can also use other AWS services like RDS, DocumentDB, or MongoDB Atlas(AWS-managed version of MongoDB) to set up, operate, and scale a MongoDB environment.
     
    Daniel165, Jan 19, 2023 IP