*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Code Block |
|---|
mongorestore --uri=<target DB URI> --drop path-to-backup-folder/ |
AWS
Lambda
When creating an AWS LambdaIn order to allow Lambdas to access public Internet, make sure to use cu-cals-johnson-lab-vpc for VPC and choose use both cu-cals-johnson-lab-subnet-private-1 and cu-cals-johnson-lab-subnet-private-2 for subnets. This can be done during the creation of a new Lambda or in the Configuration tab of an existing Lambda.
...