Instance 발급
Cloud DNS, Cloud Domain 발급
HTTPS 설정
install snap in debian 10
install certbot
aws nginx rewrite & proxy_pass
....
#ec2
location /ai {
rewrite ^/ai(/.*)$ $1 break;
proxy_pass <https://gomgom-gpu-server.com>;
}
....
#gcp gpu server
location / {
proxy_pass <http://localhost:8888>;
}