Infra/AWS

[aws] How to change the timezone at Amazon EC2 on Elastic Beanstalk?

하우아유두잉 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.