[greengrass]cannot deploy greengrass CLI

0

FAILED_NO_STATE_CHANGE: PackagingException: The deployment attempts to update the nucleus from aws.greengrass.Nucleus-2.6.0 to aws.greengrass.Nucleus-2.7.0 but no component of type nucleus was included as target component, please add the desired nucleus version as top level component if you wish to update the nucleus to a different minor/major version

  • the json file msg is: { "targetArn":"***", "components": { "aws.greengrass.Cli": { "componentVersion": "2.7.0", "configurationUpdate": { "merge": "{"AuthorizedPosixGroups":"","AuthorizedWindowsGroups":""}" } } } }

  • there is no greengrass-cli in /greengrass/v2/bin or /greengrass/v2/packages/artifacts

asked 2 years ago481 views
1 Answer
0
Accepted Answer

Hi. Please see here: https://docs.aws.amazon.com/greengrass/v2/developerguide/troubleshooting.html#deployment-error-nucleus-minor-version-update

I think you are trying to install CLI 2.7.0 on a device with Nucleus 2.6.0. CLI and Nucleus version must match.

profile pictureAWS
EXPERT
Greg_B
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions