Apos a execucao deste comando:
aws elasticbeanstalk update-environment --environment-name ambiente-de-producao --version-label ambiente-de-producao
Minha aplicacao nao sobe retorna o seguinte erro:
Unsuccessful command execution on instance id(s) 'i-0148614c4a8bbf79a'. Aborting the operation. Failed to deploy application. During an aborted deployment, some instances may have deployed the new application version. To ensure all instances are running the same version, re-deploy the appropriate application version.
Esse e o meu codigo do Arquivo Dockerrun.aws.json
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "676801230861.dkr.ecr.us-east-1.amazonaws.com/producao",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 8000
}
]
}
Por favor preciso de ajuda