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 | 29 | 30 | 31 |
Tags
- docker
- Uptime Check
- direnv
- Google Cloud Platform
- vm
- cloud function
- cicd
- devops
- cloud armor
- Python
- kubernetes
- gcp
- pub/sub
- vpc peering
- 보안 규칙
- github
- MIG
- cloud
- Terraform Cloud
- Java
- interconnect
- CentOS
- Clean Code
- terraform
- VAGRANT
- 후기
- 자격증
- IAM
- 우테캠
- AWS
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