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.
View Spec
View on GitHub
Cloud ComputingComputeInfrastructure-as-a-ServiceInfrastructureVirtual MachinesArazzoWorkflows
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
Create a security group to act as the virtual firewall for the instance.
2
authorizeIngress
Authorize inbound SSH (TCP 22) on the new security group.
3
4
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.