{ "@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" } }

6: 3 Cloud Building Blocks Flashcards

(25 cards)

1
Q

Virtualized Servers

A

Run in cloud data centers

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

Machine Image

A

Template of OS and other software/machine characteristics for the server being created

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

Instance Type

A

Different configurations of processor/computing details of the server being created

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

Security Group

A

Firewall rules for instance

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

Key pair

A

Key used to access the machine as it launches

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

Splitting user resources across zones

A

Insulates against failures in a single zone

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

Storage

A

Fundamental building block of cloud, stores and archives data

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

Block Storage

A

Allocate large chunk of storage and partition it (hard drive), managed by an OS

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

Object Storage

A

Stores files as individual objects managed by the cloud service provider

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

Price of block vs object`

A

Object storage is much cheaper - only pay for what you need, not what you can need

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

Cloud Storage Security Issues

A

1) Permissions properly
2) Encrypt sensitive data
3) Replicate copies of data to multiple data centers

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

vLAN

A

Virtual LAN - separate systems of differing security levels

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

VPC

A

Virtual Private Cloud - Can create instances for different security levels

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

VPC Endpoints

A

Provide secure VPC interconnection

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

SDN

A

Software Defined Networking - Automates cloud networking (integrates cloud providers API into your operations stack).

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

SDV

A

Software Defined Visibility - Uses cloud providers API to gain visibility into network traffic

17
Q

Build Database on Virtualized Server

A

Resembles on-premises operations, requires customer managed of servers/databases, spinning up a server and installing databases on them

18
Q

Using a managed database service

A

Request database from cloud provider using platform of choice, and then cloud provider holds maintenance (more expensive)

19
Q

Using a Cloud-native database paltform

A

Allows use of database environments designed specifically for cloud, high degree of optimization but requires retooling of existing applications. Places management burden on the provider.

20
Q

Hybrid Environments

A

Balancing workload between private cloud and private datacenters

21
Q

Cloud orchestration

A

Automates cloud management

22
Q

Infrastructure as Code

A

Admins should never build/manage resources using command line - should write code that performs such functions.

23
Q

Containers

A

Lightweight application virtualization - so it can easily move between hardware platforms. Lightweight alternative to virtual servers, using host OS.

24
Q

What do containers contain

A

Application code and dependencies only

25
What do contains run on
Containerization platforms, not hypervisor