jojoldu / freelec-springboot2-webservice

1.07k stars 461 forks source link

[정보 공유] ec2 서버 hostname 변경 #845

Open sangeon22 opened 1 year ago

sangeon22 commented 1 year ago

책에서는 Amazon Linux 1인데 서비스 종료인것으로 압니다. Amazon Linux 2는 Hostname rename 명령어가 달라서 공유해봅니당..

[as-is] $ sudo vim /etc/sysconfig/network

[to-be] $ sudo hostnamectl set-hostname springboot-webservice $ sudo reboot

philE22 commented 1 year ago

오 안그래도 찾고있었는데 바로 해결했습니다. 감사합니다~