mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 01:38:58 +03:00
add support for aws
This commit is contained in:
@@ -104,6 +104,14 @@ aws ec2 authorize-security-group-ingress \
|
||||
--protocol all
|
||||
```
|
||||
|
||||
```
|
||||
aws ec2 authorize-security-group-ingress \
|
||||
--group-id ${SECURITY_GROUP_ID} \
|
||||
--protocol all \
|
||||
--port 0-65535 \
|
||||
--cidr 10.240.0.0/16
|
||||
```
|
||||
|
||||
```
|
||||
aws ec2 authorize-security-group-ingress \
|
||||
--group-id ${SECURITY_GROUP_ID} \
|
||||
|
||||
Reference in New Issue
Block a user