IAAS Flashcards

1
Q

What is IAAS?

What does it do?

A

Infrastructure as a Service.
Provides physical resource infrastructure to rent out, and virtual IT resources.
based on VMs that are used to share computing and storage resources.

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

What is EC2?

A

Elastic Compute Cloud.
Amazon Web Service IAAS service.
Ensures enough EC2 instances are provisioned to meet expectations.

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

What is an “EC instance”?

A

Virtual machines in the AWS cloud.

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

What is an “AMI”?

A

Amazon Machine Image:

used to create a VM within EC2.

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

What deep learning packages does Amazon offer in its pre-configured AMIs?
What else is pre-installed in deep learning AMIs?

A

MXNet, TensorFlow, Caffee, Caffee2, PyTorch, Keras, Theano, etc.
It also has CUDA and cuDNN libraries that can be painful to install right.

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

What is Amazon S3?

A

Simple Storage Service is a scalable object storage. With web messaging (REST or SOAP) there is remote access.

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

What is Amazon EBS?

A

Elastic Block Storage. Splits files into raw blocks of data.

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

What is Amazon EFS?

A

Elastic File System. Has a standard file system interface for working with traditional files.

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

What is Qstack?

A

A cloud management platform. Makes it easy to deploy clouds.

Runs on commodity hardware and is hypervisor-agnostic.

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

What are “deployment modules”?

A

Different ways of how software can be installed, configured and used.

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

What is “On-premise full custom” deployment?

A

Get own hardware. Install and operate Map-reduce software on your own.
Gives full control. Is expensive.

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

What is “Map-Reduce appliance” deployment”?

A

‘Appliance’ means pre-configured map-reduce cluster.
Not a cloud offering, just an image to set up.
Bypasses technical configuration.

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

What is “Map-Reduce hosting” deployment?

A

A service provider deploys and operates Map-Reduce. They host it and we hire their service.

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

What is “Map-Reduce as a Service” deployment?

A

A cloud service offering Map-Reduce.

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