AWS Hands-On: Integrate AWS Batch with EventBridge

preview_player
Показать описание
In this video, we'll run a Python App on AWS Batch from EventBridge.

AWS Batch Terminology: 00:48

AWS Batch Workflow: 2:16

Provison Batch Resources: 2:46

Deploy Python App on AWS Batch: 10:39

Integrate EventBridge with AWS Batch: 22:14

Commands:
aws s3api create-bucket --bucket YOUR_BUCKET --region YOUR_REGION

aws s3api put-object --bucket aws s3api create-bucket --bucket YOUR_BUCKET --region YOUR_REGION

aws dynamodb create-table --table-name YOUR_TABLE --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --billing-mode PAY_PER_REQUEST

aws ecr create-repository --repository-name YOUR_REPO
Рекомендации по теме
Комментарии
Автор

Hello! Great demo! One question, now you have the file name and bucket hard coded in the python script - how would you make this dynamic? I.E, getting the bucket and key from the eventbridge event?

It's seen that the eventbridge forwards the full matched event, but how do you receive it in the python code to use?

johansiren
Автор

How to pass the event Metadata into the container entry?

ahsin.shabbir
Автор

This is a very useful video with a deep explanation. Thank you very much for it and please continue with such videos, a lot can be learned from you!

DimitrovDani
Автор

Great video, thanks! 👋 You used the same queue (MyBatchJobQueue) for different job definitions. Is that a good practice?

PauloMerson
Автор

Hey!! Helpful video on less talked about service.
I have question : Should we not be adding outbound rule alongwith inbound rule to download image from ECR?

ManishJindalmanisism
Автор

Hey thanks for the video really helpful. One question:- Can we send events from Kinesis data stream to batch through eventBridge rules. If yes, what will be even pattern for that ?

vickyyadav
Автор

Great video. Do you do freelance/consulting work? Please get in touch if so!

NB-
Автор

Could you please make the same demo with terraform instead?

keesarasanthosh
welcome to shbcf.ru