How to trigger Elastic Beanstalk auto deploy new version when updating ECR image

0

I set up my Elastic Beanstalk getting image from the ECR. This is my Dockerrun.aws.json file

{
    "AWSEBDockerrunVersion": "1",
    "Image": {
        "Name": "my_ecr_repository_link:latest",
        "Update": "true"
    },
    "Ports": [
        {
            "ContainerPort": 8080,
            "HostPort": 8080
        }
    ]
}

Everything works well, but when I push a new image to ECR, the Elastic Beanstalk is not triggered to deploy a new version. Do you have any suggestions for me? Thanks for your help.

質問済み 9ヶ月前72ビュー
回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ