eb deploy: Impaired services on all instances.

0

Hi,

I'm new with Elastic Beanstalk and i did a short API in node js and express. It works well in debug but when i deploy it. The application become "DEPRECATED" in my console with this error

Impaired services on all instances.

Here is my package.json

{
  "name": "node-express",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "test": "node app.js"
  },
  "dependencies": {
    "aws-sdk": "^2.1260.0",
    "body-parser": "^1.20.1",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.5",
    "debug": "~2.6.9",
    "dotenv": "^16.0.3",
    "express": "~4.16.1",
    "google-spreadsheet": "^3.3.0",
    "http-errors": "~1.6.3",
    "jade": "~1.11.0",
    "morgan": "~1.9.1",
    "nodemon": "^2.0.20"
  }
}

I'm not abble to found more detailled logs

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠