-
[web prototyping with GCP] 1. Create a database on GCP🌏 개발환경 2022. 10. 20. 03:15
1. Go to the SQL panel
2. Create PostgreSQL instance
3. configure the instance
4. Customize instance:-
Storage type: HDD (slower but cheaper): 20 GB
-
Machine type: Lightweight (1 CPU, 3.75 GB)
- Connections -> Public IP -> Authorised networks: Use 0.0.0.0/0 (More convenient, but not secure)
'🌏 개발환경' 카테고리의 다른 글
[web app prototyping with GCP] 7. Deploy frontend (0) 2022.10.20 [web app prototyping with GCP] 6. deploy backend (0) 2022.10.20 [web app prototyping with GCP] 5. Setup frontend VM / backend VM (0) 2022.10.20 [web app prototyping with GCP] 2. Connect to db from Python (0) 2022.10.20 [colab] 구글 코랩 - 파일 업로드 (0) 2022.09.15 -