ssh into created instance
csgillespie opened this issue · 2 comments
csgillespie commented
Is it possible to ssh into the instance created in the README file?
i <- run_instances(image = image,
type = "t2.micro", # <- you might want to change this
subnet = s[[1]],
sgroup = g[[1]])
leeper commented
No, I suppose not. You need to specify a keypair
argument with reference to a named keypair. See ? create_keypair
.