-
[aws] How to change the timezone at Amazon EC2 on Elastic Beanstalk?Infra/AWS 2019. 12. 13. 12:07
lets create a config file below:
// .ebextensions/00-set-timezone.config commands: set_time_zone: command: ln -f -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
And deploy
done.
'Infra > AWS' 카테고리의 다른 글
How to upload file to s3 bucket using aws-sdk on node.js (0) 2019.12.23 [aws] How to install nodejs on Amazon linux (0) 2019.12.13 [aws] How to configure elastic beanstalks load balancer & auto scaling on codestar? (0) 2019.12.12 [aws] ACM을 이용한 https(ssl) 적용하기 (0) 2019.12.11 [aws] create account for codecommit access (0) 2019.12.09