Adjust the ingress rule to allow all outgoing traffic
parent
e7feed75a3
commit
d63fdd28df
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue