aws-samples / dcv-web-portal

Other
18 stars 8 forks source link

"InvalidClientTokenId: The security token included in the request is invalid" when deploying from Cloud9 #9

Closed adadouche closed 1 year ago

adadouche commented 1 year ago

When deploying the solution from Cloud9 with "AWS Managed Temporary credentials", I'm receiving the following error: InvalidClientTokenId:` The security token included in the request is invalid

I have added the PowerUserAccess and IAMFullAccess to the AWSCloud9SSMAccessRole.

I had to disable the Cloud9 "AWS Managed Temporary credentials" feature and use an access key with aws configure to make it work.

jeromevdl commented 1 year ago

Thanks for your message. This is a Cloud9 "issue" (actually not an issue but behaviour). Nothing I can do on our side in this project. Thanks for your understanding.

adadouche commented 1 year ago

Could you at least document that Cloud9 will cause the behaviour?