Security Architecture 1 Flashcards

1
Q

What is a Hybrid Cloud?

A
  • Mixture of Public, private and community cloud
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Advantages / Disadvantages of hybrid Cloud

A

Pro

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

Pros and Cons of Hybrid Cloud

A

Pro
* Dezentralised

Contra
* Complexity
* Configuration mismatches
* Different Security Monitoring
* Data Leakage

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

Things to consider with third party cloud vendors

A
  • Ongoing vendor risk assessment
  • Include third party impact in incident response
  • Constantly monitor changes and unusual activities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is IaC

A

Infrastructure as Code
*Process of automating the provisioning, management and deprovisioning of infrastructure services through scripted code rather then human intervention
*Define server, network and applications as code
*Can be used for other application instances

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

What is a serverless arcitecture?

A
  • System arcitecture that does not expose the user / developer to the server.
  • Instead it is highly event driven and changes can be implemented almost in real time within the system

Faas
* Function as a service
* Platforms that allows customers to upload own code functions to provider and provider will upload those functions as scheduled basis in response to events and/or demand
* Not dependend on OS
* OS security concerns are on thrid party

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

What is an API?

A
  • Application Programm Interface
  • “Glue” for Microservices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Microservices?

A
  • They Work together as seperate instances in the cloud and handling different functions

Advantages
* Very Scalable
* Resilient: If you loose one microservice, rest still works
* Security and Compliance: Adjust security to microservice that is running

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