Security Group

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

security group

security group is like a firewall which contains some rules and

decide what kind of traffic comes in or go out in vm as per

setup the rules.

security group

stateful stateless
stateful security group
in stateless security group

contain database in it, if the


there is no database.

traffic match rules then the


data will be checked both

information of traffic will be


inbound and outbound
save to the database.

data will be check only

onetime

Inbond : when vm receive traffic from internet that is inbond

security group

Outbond : when vm send traffic to internet that is outbond

security group
interner

client

Tokyo datacenter aws

my vpc

igw
i

router

NACL

subnet

security group

VM
ssh

ssh connection lost because of

outbound rule is only all icmp

not connect to internet because

outbound rule is for ping only

but because of icmp rule

it can ping to my server


now ssh

now ssh connected


but
cant ping vm
google server cant connet to my vm because in bound rule is only ssh

after change permission lets see


its work

You might also like