VL 4 Flashcards

1
Q

AWS - Resource Distribution

A

Scalability, fault tolerance in availability because of many regions

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

AWS - Availability Zones

A

Two zones have no common points of failure => servers in two zones gain infrastructural redundancy
Communication in one zone is free, between zones not

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

AWS - SLA

A

Service Level Agreement
Region level: region is unavailable, when all of your running instances or tasks, deployed in two or more AZs, concurrently have no external connectivity
Instance- level: instance is not available, when your Single EC2 instance has no external connectivity

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

Xen Hypervisor

A

3 levels of virtualization: bare metal, hosted, os level
Xen: bare metal Hypervisor

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

Nitro Hypervisor

A

Services are now part of the hardware

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

Amazon Machine Image (AMI)

A

Copy of server with OS and pre installed software
AMIs are stored in S3

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

AWS Storages

A

Amazon Elastic block storage: physical disks accessible to the network
Amazon EC2 Instance Storage: physical disks connected to the server on which VM will be placed
Amazon Elastic File System: Network attached system
Amazon simple storage service: place blob of data

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

RAID

A

Increase bandwidth, fault tolerance
(Create copies)

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

Local storages

A

RAID
FLASH: non-volatile memory
Single and Multi level Cells

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

Data center storage

A

Only flash or SSD

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

Provisioning of storage

A

Direct attached storage
Storage area network: independent from LAN
Network Attached Storage

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

SAN pros

A

Flexible distribution of devices between clients
Easy replacement of faulty servers with new servers booting the same unit
Easier disaster protection

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

SAN cons

A

Shared network bandwidth
Shared performance of storage devices
Security concerns due to transfer data through network

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

Network attached storage (NAS)

A

File server attached to the network
Frequently using internally a RAID to get redundancy

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

Storage virtualization

A

Block virtualization or file virtualization
Usage:
Flexible mapping, thin provisioning, disk expansion and shrinking, non-disruptive data migration, improved utilization

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

Block virtualization: Implementation

A

Host based: host runs virtualization software
Storage device based: disk array provides virtualization level
Network based: virtualization device is in the LAN and connected to SAN

17
Q

File virtualization

A

Where file is to find
File systems
Clustered NAS
Distributed File System

18
Q

Amazon Block Storage

A

Block level storage which can be mounted
Can be formatted as appropriate
Multiple can be combined into a virtual RAID
Snapshots of block storage volume are stored in S3 for backup or replication

19
Q

Amazon Instance Storage

A

Disk attached to the physical host
If stop or terminate instance, all data lost

20
Q

Amazon Elastic File System

A

Scalable file storage
Can be created and mounted into instances
Files can be shared among instances
File system has to be explicitly created and destroyed

21
Q

Amazon Simple Storage Services (s3)

A

Reliable and inexpressible data storage infrastructure
Two level namespace:
buckets
Objects: file in buckets
High durability but low availability

22
Q

Amazon EC2 Instance

A

Running VM which is based on an AMI
Elastic IP Adress

23
Q

Security Platforms

A

EC2 classic, EC2-VPC (Virtual Private Cloud)

24
Q

EC2 access

A

Through a web services API

25
Q

AWS Cloud Formation

A

Model infrastructure