From d63fdd28df964eb30651e61b5f206f6af7fb55b1 Mon Sep 17 00:00:00 2001 From: Tolleiv Nietsch Date: Thu, 6 Oct 2016 17:21:42 +0200 Subject: [PATCH] Adjust the ingress rule to allow all outgoing traffic --- docs/01-infrastructure-aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-infrastructure-aws.md b/docs/01-infrastructure-aws.md index c0e50a4..a0df2a2 100644 --- a/docs/01-infrastructure-aws.md +++ b/docs/01-infrastructure-aws.md @@ -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} \ --protocol all ```