Skip to content

Instantly share code, notes, and snippets.

@himitsu-fushigi
Created September 17, 2021 05:02
Show Gist options
  • Save himitsu-fushigi/9b3b34698711ebe057dcf0e8a780b63f to your computer and use it in GitHub Desktop.
Save himitsu-fushigi/9b3b34698711ebe057dcf0e8a780b63f to your computer and use it in GitHub Desktop.
Initialize the instance of AWS - Ubuntu for Hyper Ledger Fabric
#!/bin/sh
# make sure the .pem or .cer is in the respsective directory
cd "Documents/Hash Technologies/Hyper Ledger Fabric" && ssh -i "HyperLedgerFabric.cer" ubuntu@ec2-18-188-175-34.us-east-2.compute.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment