Compute & Network Services Flashcards

1
Q

_____________ is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers.

A

“EC2 - Elastic Cloud Compute”

  • Virtual servers in AWS Cloud
  • Broad range of instance type with varying compute and memory capability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

__________ helps you maintain application availability and allows you to automatically add or remove EC2 instances according to conditions you define.

A

“EC2 Auto Scale”
• It can auto scale up and down
• Can perform health check and replace when instances become unhealthy

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

Amazon Lightsail

A
  • Easiest way to launch virtual servers running apps in Amazon cloud
  • Amazon provisions DNS management and storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

____________ is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images

A

“ECS - Elastic Container Service”
• High performance
• Container management service for docker containers
• Containers will run on a managed cluster of EC2 instances

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

________ lets you run code without provisioning or managing servers. You pay only for the compute time you consume—there is no charge when your code is not running.

A

“AWS Lambda”
• Server less service
• Without provisioning servers
• You can run code on cloud

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

Fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency, high transfer speeds, all within a developer-friendly environment.

A

“Cloud Front (CDN)”
• Global cloud delivery network
• Securely delivers your frequently requested content to 100+ edge locations across globe
• Achieves low latency and high speeds for users
• It also protects users from DDoS attacks

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

________ lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.

A

“Virtual Private Cloud (VPS)”
• You can launch your own AWS resources in hat virtual network
• Pvt space in AWS cloud
• No one can enter unless you allow

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

_______ makes it easy to establish a dedicated network connection from your premises to AWS.

A

“Direct Connect”
• It is a high speed dedicated network AWS cloud connection
• This is the standard internet connection would not be sufficient

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

_________ automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses

A

“Elastic Load Balancer (ELB)”
• Auto distributes incoming traffic to multiple EC2 instances and in multi AZ
• Achieve High availability and fault tolerance distributes traffic evenly across multiple EC2 instances
• It also does intermittent EC2 health checks and bypass if required

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

Highly available and scalable cloud Domain Name System (DNS) web service

A

“Route 53”
• DNS system
• Highly available and scalable Domain Name system
• Handles direct traffic to your Domain name
• Direct traffic to back end server

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

_________ makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale.

A

“API Gateway”
• Fully managed service
• Enables easy to create and deploy Secure APIs implementation at any scale
• It tasks all tasks in accepting and processing API calls

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

Example of Network Components

A
  • If you are a corporate client you will have a VPC
  • You will have EC2 instances across 2 AZ so that there is redundancy in case 1 AZ goes down
  • ELB will direct traffic such that it goes to the healthy instances
  • Cloud front will provide access to frequently asked content to clients on more than 100 edge locations
  • Route 53 will hold the DNS name such that a person does not have to remember the Cloud front address and can go to a domain name -
  • If there is a corp. data center that AWS direct connect that internal users need to connect to then you will use AWS Direct connect for direct network connectivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

EC 2 Server Instance types

A
  • App Server
  • Web Server
  • DB Server
  • File Server
  • Mail Server
  • Media Server
  • Game Server
  • DB Server
  • Catalog Server
  • Computing Server
  • Proxy Server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly