Amazon EC2 · Arazzo Workflow
Amazon EC2 Launch a Secured Instance
Version 1.0.0
Create a security group, open SSH ingress, create a key pair, and launch an instance.
Provider
Workflows
launch-secured-instance
Stand up a security group, key pair, and a launched EC2 instance in one flow.
Chains CreateSecurityGroup, AuthorizeSecurityGroupIngress, CreateKeyPair, and RunInstances so a single run yields a network-reachable instance bound to a fresh security group and SSH key pair.
1
createSecurityGroup
createSecurityGroup
Create a security group to act as the virtual firewall for the instance.
2
authorizeIngress
authorizeSecurityGroupIngress
Authorize inbound SSH (TCP 22) on the new security group.
3
createKeyPair
createKeyPair
Create an SSH key pair to use for instance access.
4
runInstance
runInstances
Launch a single instance bound to the new security group and key pair.