Skip to content
David Liu edited this page Jan 3, 2025 · 4 revisions

Deprecate

On July 25, 2024, Amazon announced they had no plans to introduce new features to Cloud9, and new AWS accounts would no longer have access to Cloud9

Limit

  • You can't edit the AWSServiceRoleForAWSCloud9 service-linked role in AWS Cloud9.

Troubleshoot

Q: An error occurred (ExpiredToken) when calling the GetCallerIdentity operation: The security token included in the request is expired seen in ping test aws sts get-caller-identity

  • Reason: Cloud9 manage its security token inline cached locally. Each time you enter cloud9 console, it refresh the token.
  • Resolution: Reopen a new cloud9 web console to trigger a refresh. This always happend if user access cloud9 instance not via cloud9 console but via raw ssh. Once the token cache is refreshed, both ssh & console can have access
Clone this wiki locally