Compute Flashcards
What does Lightsail provide?
Quick and easy to setup of instances, containers, storage, and managed databases
Lightsail is best for?
small websites, blogs, low usage workloads
EKS integrates with …?
ECR for containers images
Elastic Load Balancing for load distribution
IAM for authentication
vpc for isolation
How EKS provides high availability and scalability
Master nodes are regionally resilient( put accross multiple AZs
Worker nodes can be spread across multiple was account and vpcs
uses ELB to distribute traffic, Auto scaling to adjust number of nodes
EKS Deployment Options
Standard - managed by aws, workers on ec2 or fargate
EKS on AWS Outposts - on-premises and cloud ( on aws compute)
EKS Anywhere - eks on any hardware in you data center
EKS Monitoring
eks control plane provides logs to amazon cloudWatch logs, api calls recorded in CLoudTrail as events
ECS is global service?
False, is regional
What is required to start using ECS?
Need to create ECS cluster with VPC
What ECS provides?
container management service to run, stop and manage containers on a cluster
Is ECS self-managed?
Yes in cluster mode, serverless with Fargate
Where are docker volumes stored?
local instance store volume, EBS volume, or EFS volume,Fsx lustre
ESC modes
ec2 - cheaper, best for constant, big workloads, net to maintain
fargate - pay as you go, best for small,burst, batch workloads
ESC service definition
how many copies, HA, restarts etc
ECS task definition
represents an application, what steps are needed for that app
ECS container definition
specify which image to use, how much CPU and memory the container is allocated, and many more options.
ECS integrates with..
ECR - for docker images
ELB for load balancing
CloudWatch for Logs
AWS Batch allows…
to run batch jobs across multiple az in region
AWS Batch is a regional service
true