0

I have an ec2 instance that was spun up automatically through autoscale. It doesn't have a key pair associated with it. Can I assign my existing key to it? If not how do I log into the instance?

Atma
  • 29,141
  • 56
  • 198
  • 299

1 Answers1

1

I think you are out of luck if you want to SSH in at this point. Key needs to be assigned as part of as-create-launch-config command.

Terrell Plotzki
  • 2,014
  • 17
  • 17