AWS Infrastructure Flashcards
1
Q
What is an EC2?
A
Server
2
Q
What components are required to standup an EC2?
A
KeyPair, Security groups,
3
Q
What is ECS?
A
Elastic Container Service
deploy, manage, and scale Docker containerized applications on AWS
4
Q
What is ECR?
A
Elastic Container Registry
build & store images
5
Q
What is EKS?
A
Elastic Kubernetes Service
run Kubernetes on AWS without installing, operating, or maintaining a control plane or nodes.
6
Q
What is Fargate
A
Serverless containers
7
Q
What are the 6 pillars of Well Architected Framework?
A
- Operational Excellence
- Security
- Reliability
- Performance Efficiency
- Cost Optimization
- Sustainability
8
Q
A