Setting up Mindlamp Ver 2 on AWS

Hi @avaidyam,

I would like to continue the discussion we had with Dr. Robert Wang. As he explained in the email, we were able to deploy the entire stack from KMS, VPC, DocDB, EC2, and then I was able to access Mongo successfully by

mongo --ssl --host <host>:27017 --sslCAFile rds-combined-ca-bundle.pem --username docdbadmin --password <password>

Can you guide what the next steps are to fully deploy the mindlamp server with the latest version Robert has put together? Although I am not an expert in setting up servers, Bharath Gunapati --AWS solution architect who oversees MGB – can help me set it up properly.

Thanks!

Best,
Yoon

Hi @yochung,

From this point on you should be able to follow our Docker deployment instructions here.

Hope this helps!