Can you create EC2 key/pairs within pulumi? or mus...
# general
b
Can you create EC2 key/pairs within pulumi? or must they be created in the AWS console, and attached by name?
f
And you could generate the actual key material in code however you prefer (e.g. shell out to
ssh-keygen
or call a library or whatever)
b
awesome. Thanks Lee
f
Oh yeah, not sure how I forgot to mention, you could also use https://www.pulumi.com/docs/reference/pkg/tls/privatekey/