hi everyone i have a problem when i deploye a application node.js on aws Elastic Beanstalk

Viewed 21

here that error i have in the terminal vscode after eb deploy

Uploading udagramimage-dev2/app-a057-220915_095348126049.zip to S3. This may take a while.
Upload Complete.
Application udagramimage-dev2 has been created.
Environment details for: udagramimage-dev2-dev
  Application name: udagramimage-dev2
  Region: us-east-1
  Deployed Version: app-a057-220915_095348126049
  Environment ID: e-vxipmciv2u
  Platform: arn:aws:elasticbeanstalk:us-east-1::platform/Node.js 16 running on 64bit Amazon Linux 2/5.5.6
  Tier: WebServer-Standard-1.0
  CNAME: udagramimage-dev2-dev.us-east-1.elasticbeanstalk.com
  Updated: 2022-09-15 08:53:58.042000+00:00
Printing Status:
2022-09-15 08:53:56    INFO    createEnvironment is starting.
2022-09-15 08:53:58    INFO    Using elasticbeanstalk-us-east-1-965825505073 as Amazon S3 storage bucket for environment data.
2022-09-15 08:54:19    INFO    Created target group named: arn:aws:elasticloadbalancing:us-east-1:965825505073:targetgroup/awseb-AWSEB-GJWMP052M2W4/34bb429f963c4c80
2022-09-15 08:54:20    INFO    Created security group named: sg-04231e7f8582738e8
2022-09-15 08:54:35    INFO    Created security group named: awseb-e-vxipmciv2u-stack-AWSEBSecurityGroup-4NQRNT666TUU
2022-09-15 08:55:52    INFO    Created Auto Scaling group named: awseb-e-vxipmciv2u-stack-AWSEBAutoScalingGroup-174X3CZNHSF82
2022-09-15 08:55:52    INFO    Waiting for EC2 instances to launch. This may take a few minutes.
2022-09-15 08:55:53    INFO    Created Auto Scaling group policy named: arn:aws:autoscaling:us-east-1:965825505073:scalingPolicy:f8ff148d-dcd1-4b45-82f6-07e586a5bc8f:autoScalingGroupName/awseb-e-vxipmciv2u-stack-AWSEBAutoScalingGroup-174X3CZNHSF82:policyName/awseb-e-vxipmciv2u-stack-AWSEBAutoScalingScaleUpPolicy-gykZdKxEAQvI
2022-09-15 08:55:53    INFO    Created Auto Scaling group policy named: arn:aws:autoscaling:us-east-1:965825505073:scalingPolicy:4152f794-8d28-493b-af1c-a90039711268:autoScalingGroupName/awseb-e-vxipmciv2u-stack-AWSEBAutoScalingGroup-174X3CZNHSF82:policyName/awseb-e-vxipmciv2u-stack-AWSEBAutoScalingScaleDownPolicy-dR1nUSJkOoKw        
2022-09-15 08:55:53    INFO    Created CloudWatch alarm named: awseb-e-vxipmciv2u-stack-AWSEBCloudwatchAlarmHigh-1ELG0FM6PS08Q
2022-09-15 08:55:53    INFO    Created CloudWatch alarm named: awseb-e-vxipmciv2u-stack-AWSEBCloudwatchAlarmLow-21RBAWBMFATG
2022-09-15 08:56:26    INFO    Created load balancer named: arn:aws:elasticloadbalancing:us-east-1:965825505073:loadbalancer/app/awseb-AWSEB-1UE8Z29G2SHVH/7059366975fd1a91
2022-09-15 08:56:42    INFO    Created Load Balancer listener named: arn:aws:elasticloadbalancing:us-east-1:965825505073:listener/app/awseb-AWSEB-1UE8Z29G2SHVH/7059366975fd1a91/21ac1e14631208f4
2022-09-15 08:56:47    ERROR   Instance deployment: Your source bundle has issues that caused the deployment to 
fail. For details, see 'eb-engine.log'.
2022-09-15 08:56:47    ERROR   Instance deployment failed. For details, see 'eb-engine.log'.
2022-09-15 08:56:50    ERROR   [Instance: i-02f8ab2888934f31c] Command failed on instance. Return code: 1 Output: Engine execution has encountered an error..
2022-09-15 08:56:50    INFO    Command execution completed on all instances. Summary: [Successful: 0, Failed: 1].
2022-09-15 08:57:53    ERROR   Create environment operation is complete, but with errors. For more information, 
see troubleshooting documentation.

ERROR: ServiceError - Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.
0 Answers
Related