Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Testing the Data Capsule

Suraj Gupta Gudla edited this page Mar 21, 2022 · 4 revisions
  1. Now test logging into the target machine using “dc-host” as the username. $ ssh -i ./keyfile.pem dc-host@ec2-3-17-140-105.us-east-2.compute.amazonaws.com
  2. Then Copy the guest image to a specific path on target machine, $ sudo scp -i ./DCguestkey.pem path/to/image dc-host@:/home/dc-host/ubuntuImage
  3. Then SSH into the instance with “dc-host” user.
  4. Create the Data Capsule
  5. Start the Data capsule
  6. Test the Data Capsule

Clone this wiki locally