일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 쿠버네티스
- ebs
- elasticsearch
- terraform
- asyncio
- asgi
- EKS
- K8S
- Django
- kernel
- WSGI
- YAML
- Deployment
- leetcode
- Kubernetes
- EC2
- ansible
- docker
- POD
- intervals
- FastAPI
- AWS
- IAC
- event loop
- dockerfile
- 자바스크립트
- IAM
- Service
- github
- Python
- Today
- Total
목록instance (2)
궁금한게 많은 개발자 노트
[ Purchasing Options ] On-Demand Instances:good for short workloads, predictable pricing, pay by second Linux or Windows : 1분이 지나고 매 초마다 지불, 다른 운영체제들은 시간으로 지불 선불 결제가 없는 대신, 높은 금액 지불, No long-term commitment Recommended for short-term and un-interrupted workloads, where you can't predict how the application will behave Reserved Instances (1 & 3 years): run database for a long time, long workloads..
EC2: Elastic Compute Cloud = infrastructure as a Service AWS Service들중 가장 많이 사용되는 service이다. 단지 하나의 서비스인 것이 아니라, 여러 것들의 복합 서비스이다. 주로 다음과 같은 기능들로 구성됩니다. Renting virtual machines (EC2) Stroring data on virtual drives (EBS: Elastic Block Store) Distribute load across machines(ELB: Elastic Load Balancer) Scale service using an auto-scaling group or ASG(Auto Scaling Groups) 즉, EC2를 이해하는 것은 클라우드의 동작 방..