Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CentOS
- 보안 규칙
- cloud armor
- Terraform Cloud
- IAM
- AWS
- gcp
- Uptime Check
- MIG
- interconnect
- docker
- direnv
- 우테캠
- terraform
- 후기
- Python
- devops
- cloud function
- Google Cloud Platform
- github
- pub/sub
- VAGRANT
- vpc peering
- Clean Code
- vm
- cloud
- kubernetes
- cicd
- Java
- 자격증
Archives
- Today
- Total
목록Machine type (1)
EMD Blog
SQL Server 생성시 tier에 custom type 설정
SQL Server 사용시 Instance Type을 custom type으로 설정해야 한다. 아래 문서를 참고해서 custom type을 지정해주면 된다. https://cloud.google.com/sql/docs/mysql/instance-settings db-custom-- vCPU의 경우 1또는 2~96 사이의 짝수여야 한다. 메모리의 경우 256의 배수여야 하며 최소 3,840MB 이다. 만약에 vCPU가 1이고 메모리가 3,840MB라면 custom type은 db-custom-1-3840이 된다.
IaC/Terraform
2022. 9. 3. 11:13