Amazon EC2 · Arazzo Workflow
Amazon EC2 Prepare Key and Launch
Version 1.0.0
Create a key pair, confirm it via describe, then launch an instance using it.
Provider
Workflows
prepare-key-and-launch
Create and confirm a key pair, then launch an instance using it.
Chains CreateKeyPair, DescribeKeyPairs, and RunInstances so an instance is launched with a confirmed, freshly created SSH key pair.
1
createKey
createKeyPair
Create the SSH key pair for instance access.
2
confirmKey
describeKeyPairs
Confirm the key pair exists before launching with it.
3
launchWithKey
runInstances
Launch an instance bound to the confirmed key pair.