Security Group Question

in this current security group setting,

RULE = [
    IP = "192.168.100.100",
    PROTOCOL = "ALL",
    RULE_TYPE = "inbound",
    SIZE = "3" ]

does this mean that i am allowing all inbound traffic only from 192.168.100.100, 192.168.100.101, and 192.168.100.102?

Hello @quasiqloud,

Welcome to the forum, hope we can help you.

Yes, your understanding is correct. I’ll suggest you to check the documentation, that will help you a bit to understand how to use groups:
Security Groups.

Cheers,