[cs615asa] How to identify myself when create an instance?

Jan Schaumann jschauma at stevens.edu
Thu Apr 16 21:28:42 EDT 2015


Yanqiao Zhan <yzhan14 at stevens.edu> wrote:
> I use aws command-line utility, but I find without clarify the
> key-pair name, I can create the instance but can?t ssh it. 

Then you probably do not have a default keypair.

For this assignment, though, that is irrelevant, since you can specify
the keypair to use via the EC2_BACKUP_FLAGS_AWS environment variable, if
necessary:

$ export EC2_BACKUP_FLAGS_AWS="--key-name yourkeyname"
$ ec2-backup .

-Jan


More information about the cs615asa mailing list