-
Notifications
You must be signed in to change notification settings - Fork 0
Cloud9
David Liu edited this page Jan 3, 2025
·
4 revisions
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
- You can't edit the
AWSServiceRoleForAWSCloud9
service-linked role in AWS Cloud9.
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
- Cloud9
- No good provider for Alpine Linux in MarketPlace
- Cost surprise
- [EC2] You cannot directly create EC2 with an EBS volume as boot volume
- [sqs] you cannot monitor the lifecycel status of a queue. No way to know it is
provisioning
orterminated