12.3 Load Balancing and Redundancy Flashcards

1
Q

__________ and __________ need to understand cloud architecture in order to test the security settings for a given environment.

A

**Cloud security analysts** and **cloud penetration testers** need to understand cloud architecture in order to test the security settings for a given environment.

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

What does a cloud architect do?

A

**Cloud architects** build out cloud environments for an organization and are expected to understand how to build in security from the ground up.

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

What is DevSecOps responsible for?

A

**DevSecOps** are responsible for maintaining production and testing environments for an organization’s developer and QA testing teams. They are expected to build and maintain secure systems at every step of the development process.

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

Ansible reads YAML code. YAML stands for ___________ and is designed to be very readable and easy to write.

A

Ansible reads YAML code. YAML recursively stands for _YAML ain’t markup language_ and is designed to be very readable and easy to write.

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

Review: What is Ansible?

A

Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code.

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

True or False: A load balancer provides the external IP address that the rest of the internet can access. Then, it receives traffic that comes into the website and distributes it across multiple servers.

A

True

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

One way to mitigate DoS attacks is to have multiple servers running the same website, with a _______ in front of them.

A

One way to mitigate DoS attacks is to have multiple servers running the same website, with a **load balancer** in front of them.

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

A load balancer typically also has a ________ function.

A

Health probe

This function checks regularly to make sure all of the machines behind the load balancer are functioning before sending traffic to them. Machines with issues are reported, and the load balancers stop sending traffic to those machines.

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

Load balancing works by forwarding traffic from specific ports to the ________ of machines on specific ports.

A

Load balances work by forwarding traffic from specific ports to the backend pool of machines on specific ports.

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

What does a redundant setup mean?

A

A redundant setup means having a few exact copies of something. If one server goes offline, the other server will continue to host the website. Multiple servers are often used in a setup like this. The more servers you use, the more resilient the website.

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