AWS Flashcards

1
Q

What is AWS?

A
  • Stands for Amazon Web Services

- A secure cloud services platform

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

What is Cloud Computing?

A

The use of remote servers through a network to do computation tasks like program execution, storage, management and processing of data

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

What is PaaS?

A
  • Platform as a service
  • A category of cloud computing services that provides a platform for customers to develop run and manage applications without the complexity of developing the infrastructure associated with developing and launching an application.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is IaaS?

A
  • Infrastructure as a service

- A form of cloud computing that provides a virtualized computing resources over the internet.

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

What is SaaS?

A

Software as a service is a software distribution model in which a third-party provider hosts applications and makes them available to customers over the internet. (google docs, gmail, etc.)

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

What is EC2?

A
  • Elastic Compute Cloud
  • Essentially a virtual machine on a server with a specific allocation for hardware resources based on plans
  • The more resources the more expensive
  • Used for running a server to host an application that users can connect to.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is EBS?

A
  • Elastic Block Store

- A traditional ‘block’ storage resource that is provisioned to other AWS services.

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

What is AMI?

A
  • Amazon Machine Image - an OS image to run on an EC2, that is the operating system that the ec2 has
  • There are a few to choose from including amazon linux, ubuntu, windows, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ELB?

A
  • Elastic Load Balancing
  • A load balancing service for AWS.
  • ELB automatically distributes incoming application traffic and scales resources to meet traffic demands.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the types of ELB?

A
  • Application load balancers
  • Network load balancers
  • Classic load balancers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Autoscaling?

A

A method used in cloud computing where the number of instances for a server scales automatically based on the connection and request load.

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

What is a Security Group?

A

A virtual firewall that controls the traffic for one or more instances. When an instance is launched you associate a security group to it for it to filter traffic down to only IPs matching that group.

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

What is S3?

A
  • Amazon’s Simple Storage Service.
  • Designed with a simple web service interface that can be used to store and retrieve data.
    Can also be used for static web hosting.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is RDS?

A
  • Relational Database Service

- Makes it easy to set up, operate, and scale a relational database like postgreSQL, mySQL, or OracleSQL.

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

Region vs Availability Zones

A
  • AWS Regions are a separate geographical area and has multiple isolated locations that are availability zones
  • Availability zones are the locations that are available to put instances
  • For example US East is a region, and Ohio and N. Virginia are availability zones.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is resiliency?

A

A systems capability to handle disaster such as weather, power, or other catastrophe that can affect the systems and their services so that the application can stay available to users.