[Index]

aws:ec2-create-key-pair


Create an EC2 Key Pair.

Property Summary

credentialsProvider A Credential Provider.
fingerprint The fingerprint of the key created.
keyName The name to be given to the Key Pair.
keyPairId The id of the key created.
name The name of the job.
output The stream to write the key to.
tags Tags to attach to the key.

Property Detail

credentialsProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A Credential Provider. Defaults to the Profile Credential Provider using the default credential file as specified in the AWS SDK Guide here.

fingerprint

AccessREAD_ONLY
RequiredRead only.

The fingerprint of the key created.

keyName

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

The name to be given to the Key Pair.

keyPairId

AccessREAD_ONLY
RequiredRead only.

The id of the key created.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

output

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo, but pointless if missing.

The stream to write the key to. This is the key file that will allow an SSH connection to the instances associated.

tags

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Tags to attach to the key.


(c) R Gordon Ltd 2005 - Present