1 Answer
- Newest
- Most votes
- Most comments
0
So after hours of messing around with the Instance Scheduler I figured out that the TimeZone setting was causing the discrepancy between the documentation page and what I was seeing.
I set the default TimeZone to UTC as well as all my schedules and now I see the same results as the documentation. There must be and issue with the TimeZone setting.
[ec2-user@ip-10-102-0-92 ~]$ scheduler-cli describe-schedule-usage --stack Scheduler --name seattle-office-hours
{
"Usage": {
"2020-01-27": {
"BillingHours": 8,
"RunningPeriods": {
"Office-hours": {
"Begin": "01/27/20 09:00:00",
"End": "01/27/20 17:00:00",
"BillingHours": 8,
"BillingSeconds": 28800
}
},
"BillingSeconds": 28800
}
},
"Schedule": "seattle-office-hours"
answered 5 years ago
Relevant content
- asked 6 years ago
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago