I have written a Lambda to fetch some prices on Nifty Index(share market) which runs every 5 mins and uploads data to S3.
For this i have written a cron using AWS EventBridge schedule given below
15/5 9-15 ? * MON-FRI *
now the problem is this runs from 9-15 AM to 4 PM but i want to run only till 3 - 30 PM daily. So its running 30 mins extra which is consuming more space on s3 also
Any suggestions? Couldnt find elsewhere
Tried 15/5 9-15 ? * MON-FRI *
Current 9-15 AM to 4 PM
Expectation 9-15AM to 3-30 PM