A shared flyte demo registry facilitating collaboration with my friends
Remember to setup following SSH configuration to access AWS EC2 instance by host alias:
# ~/.ssh/config
Host <host_alias>
HostName <remote_server_ip>
Port <ssh_port>
User <username>
IdentityFile <path_to_private_key>