# -*- mode: snippet -*-
# name: aws-ec2-get-securitygroup-references (yank)
# key: aws-ec2-get-securitygroup-references
# group: aws
# --
aws --profile=${1:$$(yas-choose-value aws-snippets-profiles)} ${2:--region=${3:$$(yas-choose-value "\$\{REGION\}" aws-snippets-regions)}} ec2 describe-security-group-references --group-id ${4:`(current-kill 0)`} $0