amazon ec2 - How to generate the EC2 cerificate -


while setting ec2 access, seems need 2 files, private key , ec2 certificate.

$ export ec2_private_key=~/.ec2/pk-hkzyktaig2ecmxyibh3hxv4zbzq55clo.pem  $ export ec2_cert=~/.ec2/cert-hkzyktaig2ecmxyibh3hxv4zbzq55clo.pem  

however, did not find anywhere download or create key.

from documentation:

the command line tools need access private key , x.509 certificate generated after signing amazon ec2 service.

i missed that, possible generate again

when signed in on aws website go account -> security credentials -> x.509 certificates.

you can generate, download, or upload certificates there.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -