iann0036/cloud9-sync

Issue with connecting to Environment

Closed this issue · 2 comments

Hi,
First of all thank you for this great tool, I'm looking forward to start coding on Vs Code :D
I entered all the required credentials, and it does refresh the environment list, bringing me the list properly.
However when I try to connect to my environment, it gives authorization error.

User: arn:aws:iam:::user/ is not authorized to perform: cloud9:CreateEnvironmentToken on resource: XXX with an explicit deny

Any idea where I did wrong?

Thanks

Hi there,

Is it possible that the environment was created as a user other than the one you authorised in VS Code? If so, you may need to share the environment (https://docs.aws.amazon.com/cloud9/latest/user-guide/share-environment.html#share-environment-invite-user) with that user from the owners context.

Amazing, it worked wonderful!

Thank you:_