Amazon EC2 · Arazzo Workflow
Amazon EC2 Audit Security Group Usage
Version 1.0.0
Describe a security group, then describe instances filtered by that group.
Provider
Workflows
audit-security-group-usage
Confirm a security group and list the instances that use it.
Chains DescribeSecurityGroups and DescribeInstances (filtered by the group) so the instances attached to a security group are surfaced in one run.
1
describeGroup
describeSecurityGroups
Describe the target security group to confirm it exists.
2
listAttachedInstances
describeInstances
Describe instances filtered to those using the security group.