Cloud test 1 Flashcards

1
Q

What is the cloud?

A

On-demand delivery of IT resources over the Internet with pay-as-you-go pricing.

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

What is the value prop of the cloud?

A

A virtual server in Amazon Web Services

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

SaaS (Software as a Service)

A

Service)
A form of cloud computing where a firm subscribes to a third-party software and receives a service that is delivered online.

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

IaaS (Infrastructure as a Service)

A

IaaS (Infrastructure as a Service)
A method that provides network resources such as for storage and allow the client can deploy software and add network components such as firewalls.

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

PaaS (Platform as a Service)

A

A method that enables infrastructure and tools from the service provider so that the client does not need to manage them.

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

CloudFront

A

provides a way to distribute content with low latency and high data transfer speeds, delivering content to end-users using a global network of edge locations.

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

Virtual Machine

A

Computer running on another machine. It’s software that acts like a separate computer, running its own operating system and programs, but it’s all happening inside your actual computer.

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

RDS (Relational Database Service)

A

Amazon Relational Database Service is a distributed relational database service by Amazon Web Services. It is a web service running “in the cloud” designed to simplify the setup, operation, and scaling of a relational database for use in applications.

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

EC2 (Elastic Cloud Complute)

A

allows users to rent virtual computers on which to run their own computer applications.

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

Lambda

A

Serverless platform as a service service. Way for you to run small pieces of code without having to maintain a server

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

API Gateway

A

a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

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

VPC (Virtual Private Cloud)

A

A private network segment made available to a single cloud consumer on a public cloud.

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

Subnet

A

a subdivision of a network that is created either to conserve addresses or to support specific network requirements.

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

NACL (Network Access Control List)

A

an optional layer of security for your VPC that acts as a firewall for controlling traffic in and out of one or more subnets.
Note: act at the subnet level, but security groups act at the instance level.

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

Security Groups

A

Virtual firewall that controls inbound and outbound traffic to and from the instance.

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

AWS Availability Zone

A

A collection of one or more data centers. Three or more AZs make up a Region.

15
Q

AWS Region

A

A physical location in the world where we have multiple availability zones

16
Q

Cloud Native

A

Applications developed specifically for cloud platforms

17
Q

Cloud Migration

A

The process of transitioning all or part of a company’s data, applications, and services from on-site premises behind the firewall to the cloud, where the information can be provided over the Internet on an on-demand basis.

18
Q

IP (Internet Protocol) address

A

Every computer connected to the internet is assigned a unique number known as an internet Protocol (IP) address. Since these numbers are usually assigned in country based blocks, an IP address can often be used to identify the country from which a computer is connecting to the internet. It is not possible to tell the exact address of an individual using the IP address.

19
Q

Public Subnet

A

a subnet that is accessible from the internet

20
Q

Private Subnet

A

a subnet that is not accessible from the internet

21
Q

DynamoDB

A

a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale.

22
Q

Serverless Computing

A

A type of cloud computing where a third-party vendor manages servers, replication, fault-tolerance, computing scalability, and certain aspects of security, freeing software developers to focus on building “Business Solutions” and eliminating the need to spend time and resources managing the technology complexity of much of the underlying “IT Solution.”

23
Q

S3 (Simple Storage Service)

A

is a web service offered by Amazon Web Services. It provides storage through web services interfaces

24
Q

DNS (Domain Name System)

A

The Internet’s system for converting alphabetic names into numeric IP addresses.

25
Q

Internet Gateway (IGW)

A

Allows access to the Internet from Amazon VPC

26
Q

Classless Inter-Domain Routing (CIDR)

A

A way of allocating IP addresses and routing Internet Protocol packets. It was intended to replace the prior classful IP addressing architecture in an attempt to slow the exhaustion of IPv4 addresses.

27
Q

Port

A

a communication endpoint that is used to identify specific processes or services on a host device within a network.

28
Q

Well-Architected Framework

A
  1. Operational Excellence
  2. Security
  3. Reliability
  4. Performance Efficiency
  5. Cost Optimization