-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathtest-all-usage-instance-security-group-usage.golden
More file actions
30 lines (24 loc) · 1.26 KB
/
test-all-usage-instance-security-group-usage.golden
File metadata and controls
30 lines (24 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
A security group is a set of firewall rules on a set of instances.
Security groups enable to create rules that either drop or allow incoming traffic from certain ports of your instances.
Security Groups are stateful by default which means return traffic is automatically allowed, regardless of any rules.
As a contrary, you have to switch in a stateless mode to define explicitly allowed.
USAGE:
scw instance security-group <command>
AVAILABLE COMMANDS:
clear Remove all rules of a security group
create Create a security group
delete Delete a security group
get Get a security group
list List security groups
secure-behind-lb Secure an instance to only receive traffic from a given LB
update Update security group
FLAGS:
-h, --help help for security-group
GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use
Use "scw instance security-group [command] --help" for more information about a command.