Services Flashcards

1
Q

Robomaker

A

Uses robomaker to simulate and test robots to scale

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

IOT Core

A

Collects data from robots updates software and manages them remotely

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

Ground station

A

Connect data through ground station service

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

Bracket

A

Interacts with quantum computer to experiment and research future of computing

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

Elastic compete cloud EC2

A

Building block to create vm in the cloud that you can rent that space in the cloud.

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

Elastic load balancing

A

Distribute traffic to multiple instances automatically

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

Cloud watch

A

Collects logs and metrics from each individual instance

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

Auto scaling

A

Gets data from cloud watch to then auto scale which creates new instances when needed

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

Elastic beanstalk

A

Choose template deploy code and let’s auto scaling stuff happen automatically. This is called platform as a service (paas)

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

Lambda

A

Serverless computing upload code choose an event for when that code should run.

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

Serverless repo

A

Finds prebuilt functions that you can deploy easily

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

Outpost

A

Runs aws api on own infrastructure

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

Snow

A

Able to run from remote or extreme environments. Can work without internet and hostile environments and are like mini data centers

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

Container registry

A

To run a container you run docker image and store it somewhere

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

Elastic Container service

A

Pulls back down the image and runs it

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

EKS kubernetes service

A

Is a tool for running kubernetes and Allows more control over how their app scales

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

Fargate

A

Allows containers to run automatically without the need to allocate ec2 instances for containers

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

App runner

A

For apps that is already conatainered and are ready to deploy to aws. Point to container and it’ll do all the work behind the scenes

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

S3 simple storage service

A

Stores any type of file or object like file or video.

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

Glacier

A

For archiving files you don’t access often and has higher latency but much lower cost

21
Q

(Elastic) Block storage

A

Extremely fast storage for applications that have intense data processing requirements. Also will require more manual configurations from the developer

22
Q

Elastic file system

A

Highly performant and fully managed but comes at a much higher cost

23
Q

Simple db (database)

A

General purpose no sql database

24
Q

Dynamo do (database)

A

Scales horizontally, inexpensive and has fast read performance but sucks at modeling relational data

25
Q

Document db (database)

A

Gets around restrictive open source licensing

26
Q

Elastic search

A

For things like full tech search engine

27
Q

Rds (Amazon relational database service)

A

Supports variety of sql and can manage things like backups, patching and scale

28
Q

Aurora

A

Is like sql and compatible with MySQL and operates with better performance at a lower cost

29
Q

Neptune

A

Graph database that achieves better performance on highly connected data sets like a recommendation engine

30
Q

Elastic cache

A

For slow databases and is a fully managed version of redis which is an in memory database which delivers data to end users with low latency

31
Q

Timestream

A

For time series data like the stock market. Also has additional analytical features

32
Q

Quantum ledger db

A

Immutable set of transactions

33
Q

Redshift

A

Stores data so you can analyze it. And is a data warehouse to analyze it all together. For structured data (sql)

34
Q

Lake formation

A

For repositories that store a lot of unstructured data

35
Q

Kinesis

A

Analyze real time data and visualize them

36
Q

Map produce

A

Service which allows you to operate on massive datasets efficiently

37
Q

MSK

A

Fully managed service

38
Q

Glue

A

Serverless product makes it easy to mess with data and can connect with other data sources like redshift and s3

39
Q

Data exchange

A

To purchase and subscribe to data

40
Q

Sagemaker

A

Use sagemaker to connect to data and build machine learning models

41
Q

Recognition

A

For image analysis

42
Q

Lex

A

Conversational bot to analyze text like Alexa

43
Q

Deep racer

A

Race car device that you can drive with your machine learning code

44
Q

IAM

A

Create rules and determine access for users on your aws account

45
Q

Cognito

A

Web or app for users that login to accounts allows people to login with different authentication methods

46
Q

SNS (simple notification service)

A

Allows you to push out notifications

47
Q

SES (simple email service)

A

Sends out emails to users

48
Q

Could formation

A

Creates templates based on your infrastructure in yaml or json

49
Q

Amplify

A

Privides sdk that connects to your infrastructure