Module 6 - Section 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/32

flashcard set

Earn XP

Description and Tags

Compute services overview

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

33 Terms

1
New cards

Amazon Elastic Compute Cloud (Amazon EC2)

AWS Compute Service: provides resizable virtual machines

2
New cards

Amazon EC2 Auto Scaling

AWS Compute Service: supports application availability by allowing you to define conditions that will automatically launch or terminate EC2 instances.

3
New cards

Amazon Elastic Container Registry (Amazon ECR)

AWS Compute Service: is used to store and retrieve Docker images.

4
New cards

Amazon Elastic Container Service (Amazon ECS)

AWS Compute Service: is a container orchestration service that supports Docker.

5
New cards

VMware Cloud

AWS Compute Service: on AWS enables you to provision a hybrid cloud without custom hardware.

6
New cards

AWS Elastic Beanstalk

AWS Compute Service: provides a simple way to run and manage web applications.

7
New cards

AWS Lambda

AWS Compute Service: is a serverless compute solution. You pay only for the compute time that you use.

8
New cards

Amazon Elastic Kubernetes Service (Amazon EKS)

AWS Compute Service: enables you to run managed Kubernetes on AWS.

9
New cards

Amazon Lightsail

AWS Compute Service:provides a simple-to-use service for building an application or website.

10
New cards

AWS Batch

AWS Compute Service: provides a tool for running batch jobs at any scale.

11
New cards

AWS Fargate

AWS Compute Service: provides a way to run containers that reduce the need for you to manage servers or clusters.

12
New cards

AWS Outposts

AWS Compute Service: provides a way to run select AWS services in your on-premises data center.

13
New cards

AWS Serverless Application Repository

AWS Compute Service: provides a way to discover, deploy, and publish serverless applications.

14
New cards

Amazon EC2

this AWS service provides virtual machines

15
New cards

infrastructure

Amazon EC2 is ___ as a service

16
New cards

IaaS

__ services provide flexibility and leave many of the server management responsibilities to you. You choose the operating system, and you also choose the size and resource capabilities of the servers that you launch

17
New cards

Amazon EC2

one of the first AWS services and remains one of the most popular

18
New cards

AWS Lambda

this AWS service is a zero-administration compute platform

19
New cards

AWS Lambda

this AWS service enables you to run code without provisioning or managing servers

20
New cards

compute time

In AWS Lambda, you only pay for the ___ that is consumed

21
New cards

AWS Lambda

this AWS service is becoming more popular because it supports cloud-native architectures, which enable massive scalability at a lower cost than running servers 24/7 to support the same workloads.

22
New cards
  • Amazon Elastic Container Service

  • Amazon Elastic Kubernetes Service

  • AWS Fargate

  • Amazon Elastic Container Registry

Container-based services—including ___, ___, ___, and ___—enable you to run multiple workloads on a single operating system (OS)

23
New cards

workloads

Container-based services—including Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, AWS Fargate, and Amazon Elastic Container Registry—enable you to run multiple ___ on a single operating system (OS).

24
New cards

operating system (OS)

Container-based services—including Amazon Elastic Container Service, Amazon Elastic Kubernetes Service, AWS Fargate, and Amazon Elastic Container Registry—enable you to run multiple workloads on a single ___.

25
New cards

Containers

__ spin up more quickly than virtual machines, thus offering responsiveness.

26
New cards

virtual machines

Containers spin up more quickly than ___, thus offering responsiveness.

27
New cards

Container

___-based solutions continue to grow in popularity

28
New cards

AWS Elastic Beanstalk

It facilitates the quick deployment of applications that you create by providing all the application services that you need. AWS manages the OS, the application server, and the other infrastructure components so that you can focus on developing your application code.

29
New cards

administrative overhead

AWS Fargate reduces ___, but you can use options taht give you more control

30
New cards

platform

AWS Elastic Beanstalk is ___ as a service

31
New cards
  • What is your application design?

  • What are your usage patterns?

  • Which configuration settings will you want to manage?

Some aspects to consider when choosing the optimal compute service:

32
New cards

legacy code

Often, the compute architecture that you use is determined by ___. However, that does not mean that you cannot evolve the architecture to take advantage of proven cloud-native designs.

33
New cards
  • Evaluate the available compute options

  • Understand the available compute configuration options

  • Collect computer-related metrics

  • Use the available elasticity of resources

  • Re-evaluate compute needs based on metrics

best practices: