Greengrass own component deployment stuck "in progress"

0

I'm trying to deploy my own GreengrassV2 components. It's a SageMaker ML model (optimized with SageMakerNeo and packaged as a Greengrass component) and the according inference app. I was trying to deploy it to my core device with SageMaker Edge Manager component. But it is always stuck in the status "In progress".

My logs show this error: com.aws.greengrass.tes.CredentialRequestHandler: Error in retrieving AwsCredentials from TES. {iotCredentialsPath=/role-aliases/edgedevicerolealias/credentials, credentialData=TES responded with status code: 403. Caching response. {"message":"Access Denied"}}

But how do I know which policies are missing?

1 Answer
2
Accepted Answer

Hello, please refer to https://docs.aws.amazon.com/greengrass/v2/developerguide/troubleshooting.html#token-exchange-service-credentials-http-403 for troubleshooting, you'll need iot:AssumeRoleWithCertificate permissions on your core device's AWS IoT role alias

AWS
answered a year ago
profile picture
EXPERT
reviewed a month 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