The model being used for the service elasticbeanstalk is missing the serviceId metadata property

747 Views Asked by At

Receiving ERROR:

MissingServiceIdError :: The model being used for the service elasticbeanstalk is missing the serviceId metadata property, which is required.

whenever trying to run the command eb init. installed the awsebcli with the command python3 -m pip install awsebcli --upgrade --user.

eb -- version : EB CLI 3.10.2 (Python 3.6.0)
aws -- version: aws-cli/1.14.6 Python/2.7.18 Linux/4.9.20-10.30.amzn1.x86_64 botocore/1.8.10

need support. thank you

1

There are 1 best solutions below

1
On

I believe you need to update to a more recent version of EB CLI - 3.14.6 has a fix for this.

See https://github.com/aws/aws-cli/issues/3550 for more details.