ECS Flashcards

1
Q

ECR =

A

elastic container registry

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

amazon ______ - quickly deploy and scale machine learning models for training and inference jobs

A

sagemaker

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

amazon ___

uess ddeep learning to build converational interfaces

ie: chatbotss

A

LEX

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

____ is a container orchestration service. it will run your containers ono cclusters of VMs

A

ECS

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

using _____ you don’t need to worry about the underlying EC2 instances when uing ECS

A

fargate

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

_____ is an open source tech which allws you t create apps basesd on either linux or windows

A

docker

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

A _____ is a lightweight standalone executable sw package which includes everything the sw needs to run code, runtime env, libraries, env settings, etc.

A

container

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

docker commands to build, tag and push your image to the ECR repo

A

docker build -t myimagerepo

docker tag myimagerepo:latest 3485762348.dkr.ecr.eu-central-1.amazonaws.com/myimagerepo:latest

docker push 23498756239.dkr.ecr.eu-central-1.amazonaws.com/myimagerepo:latest

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

use _____ to define the build commands and settings used by ccodebuild to run your build

A

buildspec.yml

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

you can override the settings in _____ by adding your own commands in the console when you launch the build

A

buildspec.yml

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

if your build fails, check the build ____ in the codebuild console and you can also view the full codebuild ___ in CW.

A

logs/log

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