[GCP] private Compute Engine 생성 및 인터넷 연결 설정
https://growth-coder.tistory.com/281 [GCP] public Compute Engine 생성하기GCP에서 public Compute Engine을 생성하자. Compute Engine은 Google Cloud Ploatform에서 가상 머신을 만들거나 실행할 수 있게 해주는 서비스이다. AWS로 따지자면 EC2의 역할을 한다고 보면 된다. GCP에 가입하growth-coder.tistory.com 이전 포스팅에서 public Compute Engine을 생성해보았다. public Compute Engine의 단점은 인터넷을 통해 직접적으로 compute engine에 접근하기 때문에 보안이 약하다고 볼 수 있다. 그래서 직접적인 인터넷 연결을 막고 간접적으로 연결할 수 있도록..
2024.05.27