ECS Flashcards
ECR =
elastic container registry
amazon ______ - quickly deploy and scale machine learning models for training and inference jobs
sagemaker
amazon ___
uess ddeep learning to build converational interfaces
ie: chatbotss
LEX
____ is a container orchestration service. it will run your containers ono cclusters of VMs
ECS
using _____ you don’t need to worry about the underlying EC2 instances when uing ECS
fargate
_____ is an open source tech which allws you t create apps basesd on either linux or windows
docker
A _____ is a lightweight standalone executable sw package which includes everything the sw needs to run code, runtime env, libraries, env settings, etc.
container
docker commands to build, tag and push your image to the ECR repo
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
use _____ to define the build commands and settings used by ccodebuild to run your build
buildspec.yml
you can override the settings in _____ by adding your own commands in the console when you launch the build
buildspec.yml
if your build fails, check the build ____ in the codebuild console and you can also view the full codebuild ___ in CW.
logs/log