Diego
Diego

Reputation: 964

Elastic Beanstalk AMI Image giving error of 404

I'm running elastic Beanstalk with node js. But since today, I started to get this error, making me imposible to deploy my application. Not sure how to change this, as I'm using the latest version Node.js version 4.14.1

Command failed on instance. Return code: 1 Output: (TRUNCATED)... 
The requested URL returned error: 404 Not Found error: skipping http://mirror.centos.org/centos/7/os/x86_64/Packages/atk-2.28.1-1.el7.x86_64.rpm - transfer failed Retrieving http://mirror.centos.org/centos/7/os/x86_64/Packages/atk-2.28.1-1.el7.x86_64.rpm. command atk in .ebextensions/02_chromiumpackages.config failed. 
For more detail, check /var/log/eb-activity.log using console or EB CLI.

Upvotes: 2

Views: 290

Answers (1)

L0gIn
L0gIn

Reputation: 21

I was facing the exact same issue this morning. Changing the ATK package version to http://mirror.centos.org/centos/7/os/x86_64/Packages/atk-2.28.1-2.el7.x86_64.rpm resolve the issue for me.

But I still don't know why atk-2.28.1-1.el7.x86_64.rpm is no longer available.

Upvotes: 2

Related Questions