{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Security Groups Flashcards

(12 cards)

1
Q

What does a SG control?

A

inbound and outbound traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the instance firewall?

A

SGs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do SGs regulate?

A

Acces to ports, Authorized IP ranges (v4 and v6)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can a SG be attached independently?

A

Yes, to multiple instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is a SG locked down?

A

Yes, to a region / VPC combination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does an instance receive when the SG blocks the traffic?

A

Nothing, the SG lives outside the EC2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What SG is always good to maintain separated?

A

SSH access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What usually means an application time out?

A

A SG issue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What means a connection refused error?

A

An application error or it’s not launched

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How is all inbound traffic treated by SGs by default?

A

blocked

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How is all outbound traffic treated by SGs by default?

A

authorized

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SGs can authorize other SGs?

A

Yes, it is commonly used to allow another applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly