Skip to content
Arash Abadpour edited this page Sep 8, 2022 · 11 revisions

abcli encourages creating one or more AMIs and launching them through abcli instance from_image. These instances will boot up with abcli already installed. Alternatively, the user can launch an instance using abcli instance from_template or through the aws web interface. Either way, take note of the four digits in the Public DNS (IPv4), then open a terminal and type in,

abcli ssh ec2 <ipv4-address>

Wait for the machine to boot, then paste the contents of the clipboard in the terminal and wait for completion.

Clone this wiki locally