Cloudwatch alarms from Amazon AWS EC2 instance are always in UT, how can I change the alarm time zone to Eastern?

Posted by RightHandedMonkey on Server Fault See other posts from Server Fault or by RightHandedMonkey
Published on 2012-10-10T15:04:08Z Indexed on 2012/10/10 15:39 UTC
Read the original article Hit count: 176

I am running an Amazon linux AMI and the alarms that I've setup are coming in all showing UT (universal time). It is inconvenient reading these alarms and I'd like them setup to read in eastern time zone (or America/New_York).

I've already set my /etc/localtime to point to -> /usr/share/zoneinfo/America/New_York

ln -s /usr/share/zoneinfo/America/New_York /etc/localtime

But it is still sending alarms in the UT timezone.

Does anyone have a solution to this?

© Server Fault or respective owner

Related posts about amazon-ec2

Related posts about amazon-cloudwatch