I tried this cron expression on aws cron(00 11 ? * 3#1-3 *) but it's not working.
Are there any work arounds on this?
Yes, creating three rules seems as the only option:
Rule 1: 0 11 ? * 3#1 * Rule 2: 0 11 ? * 3#2 * Rule 3: 0 11 ? * 3#3 *
Yes, creating three rules seems as the only option: