Timezone reset on Amazon AMI update

Posted by Jeff on Server Fault See other posts from Server Fault or by Jeff
Published on 2012-04-04T10:15:04Z Indexed on 2012/04/04 11:32 UTC
Read the original article Hit count: 320

Filed under:
|
|

I have a server set up through Amazon AWS. It's Amazon's RHEL-based AMI. When I initially booted up the machine, I set the proper timezone by creating a symlink:

ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime

This works just fine, but whenever Amazon provides an update to their AMI the timezone automatically reverts to UTC. Is there a way around this or does it have to be manually set after each update?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about redhat