Amazon EC2 · Arazzo Workflow
Amazon EC2 Allocate and Associate Elastic IP
Version 1.0.0
Allocate a VPC Elastic IP, confirm the instance is running, then associate the address.
Provider
Workflows
allocate-and-associate-eip
Allocate a VPC Elastic IP and bind it to a running instance.
Chains AllocateAddress, a DescribeInstances running-state confirmation that branches on the instance state, and AssociateAddress to attach a stable public IP to the instance.
1
allocateAddress
allocateAddress
Allocate an Elastic IP address scoped to a VPC.
2
confirmRunning
describeInstances
Describe the instance and branch on its state, only associating once the instance reports running.
3
associateAddress
associateAddress
Associate the Elastic IP allocation with the running instance.