cloudcaptainsh / cloudcaptain

Issue Tracker for CloudCaptain
13 stars 3 forks source link

App Fails to launch, but actually launched #208

Open forbode opened 6 years ago

forbode commented 6 years ago

During the CloudWatch logs step, after the application has started, I get the following message:

The security token included in the request is expired (Service: AWSLogs; Status Code: 400; Error Code: ExpiredTokenException; Request ID: f68a34ef-4f0a-11e8-afcc-1360d1df48d6)

This causes the EC2 instance to remain, but Boxfuse UI and CLI show it terminated, thus it's out of sync.

axelfontaine commented 6 years ago

I looked at your account. It appears the client sends one request to launch, which for some reason must be answering a bit slower than the client expects, resulting in a retry. The first request eventually succeeds and the retry fails with the message above. We'll investigate.