Adjust the ingress rule to allow all outgoing traffic

This commit is contained in:
Tolleiv Nietsch
2016-10-06 17:21:42 +02:00
parent e7feed75a3
commit d63fdd28df

View File

@@ -141,7 +141,7 @@ aws ec2 create-tags \
``` ```
``` ```
aws ec2 authorize-security-group-ingress \ aws ec2 authorize-security-group-egress \
--group-id ${SECURITY_GROUP_ID} \ --group-id ${SECURITY_GROUP_ID} \
--protocol all --protocol all
``` ```