Any way to run cron in AWS AppRunner?

0

Hello, I have a Symfony app in AWS AppRunner with ECR, and I need to run a scheduled command (php app/console ...), but I dont know how to do this in AppRunner, how to do it? If its impossible, its possible to use Eventbridge->Lambda(command sh on linux)->AppRunner? I tried to do it but its hard ^^

Thanks :)

PS: Sorry my english are not very good ^^'

posta 2 anni fa1436 visualizzazioni
2 Risposte
1

Hello, I understand you would like a way to run a cron / scheduled command in App Runner. Because App Runner does not have an inbuilt cron/schedule functionality, you may use Event Bridge to trigger a Lambda Function which then runs desired commands. See Controlling and monitoring AWS App Runner applications with Amazon EventBridge for an example of using an Event Bridge cron schedule to pause and resume an App Runner service using Lambda. You could modify this solution as needed.

AWS
con risposta 2 anni fa
0

Thanks to your answer! Well it was what I did

I used Event Bridge with Lamba function, but I didnt find how to run a custom command (symfony, "app/bin ..."), but in the doc it looks I can only run "pause", "resume", "update" well only preconfigured commands ^^' so for now I created an endpoint from my symfony app an I run a GET request from Lambda ^^'

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande