Period not parsed correctly "...is an unknown value" "schedule name is unknown"
See original GitHub issueHi - I am having an issue where the period config doesn’t be seem to be read properly. The schedule and period is as below
{
"RetainRunning": false,
"Enforced": true,
"Hibernate": false,
"Description": "Day to day office hours of eem including holidays",
"ConfiguredInStack": "arn:aws:cloudformation:...stack/....",
"StopNewInstances": true,
"Periods": [
"eem-office-hours-incl-holidays-21-period-0011",
"eem-office-hours-incl-holidays-21-period-0001",
"eem-office-hours-incl-holidays-21-period-0003",
"eem-office-hours-incl-holidays-21-period-0002",
"eem-office-hours-incl-holidays-21-period-0009",
"eem-office-hours-incl-holidays-21-period-0012",
"eem-office-hours-incl-holidays-21-period-0004",
"eem-office-hours-incl-holidays-21-period-0008",
"eem-office-hours-incl-holidays-21-period-0005",
"eem-office-hours-incl-holidays-21-period-0010",
"eem-office-hours-incl-holidays-21-period-0006",
"eem-office-hours-incl-holidays-21-period-0007"
],
"Timezone": "Europe/Berlin",
"Type": "schedule",
"Name": "eem-office-hours-incl-holidays-21"
}
{
"Description": "July, Schedule eem-office-hours-incl-holidays-21 period 7, do not delete or update manually",
"Monthdays": [
"1-31"
],
"Months": [
"7"
],
"Weekdays": [
"mon-fri"
],
"Begintime": "07:15",
"Endtime": "18:30",
"Type": "period",
"Name": "eem-office-hours-incl-holidays-21-period-0007"
}
And in CloudWatchEventHandler cloudwatch logs I see this
ERROR : "1-31" is an unknown value
In my rds cloudwatch log I also see
WARNING : Skipping instance RDS:.... in region eu-central-1 for account ....., schedule name "eem-office-hours-incl-holidays-21" is unknown
Do you know what might be wrong here?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9
Top Results From Across the Web
Period not parsed correctly "...is an unknown value" "schedule ...
Hi - I am having an issue where the period config doesn't be seem to be read properly. The schedule and period is...
Read more >amazon web services - Issue with AWS Instance Scheduler
I can query all schedules using the CLI and listed within the response but when retrieving the schedule by name then it cannot...
Read more >Azure AD Connect is not working correctly after an automatic ...
Discusses an issue in which Azure AD Connect is only partially upgraded or the password synchronization and the password writeback features ...
Read more >Troubleshoot UNKNOWN classification in AWS Glue
When I parse a fixed-width .dat file with a built-in classifier, my AWS Glue crawler classifies the file as UNKNOWN.
Read more >Loading CSV data from Cloud Storage | BigQuery
When you load CSV or JSON data, values in DATE columns must use the dash ... a row that are not present in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@e-power : Hi, we are facing some kind of a similar issue. When defining MonthDays which exceeds 27, you are not able to define it as a range. For example the following does not work:
This does work:
I know that this is a bug since a long time. What´s new for me is that in the passed the Cloudformation-Stack failed to create and told me that 30 is an unknown value. Which it does not anymore. Is it possible to either fix this issue or hand over the error back to cloudformation again?
Hi @e-power ,
we will update the documentation in the upcoming release.
Thanks, Praveen