You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2023. It is now read-only.
Been using Teevity and moved over to using a dockerized container. Currently I'm having an issue with any AWS calls it seems but having a hard time tracking down which one exactly.
Any chance anyone could help out here?
| Error 2020-01-07 21:45:30,727 [localhost-startStop-1] ERROR BootStrap - Startup failed
Message: You are not authorized to perform this operation. (Service: AmazonEC2; Status Code: 403; Error Code: UnauthorizedOperation; Request ID: 14ad917d-6d91-4dd9-9bd8-d436503fa9d8)
Line | Method
->> 1712 | handleErrorResponse in com.amazonaws.http.AmazonHttpClient$RequestExecutor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 1367 | executeOneRequest in ''
| 1113 | executeHelper . . . . . . . . . in ''
| 770 | doExecute in ''
| 744 | executeWithTimer . . . . . . . . in ''
| 726 | execute in ''
| 686 | access$500 . . . . . . . . . . . in ''
| 668 | execute in com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl
| 532 | execute . . . . . . . . . . . . in com.amazonaws.http.AmazonHttpClient
| 512 | execute in ''
| 22420 | doInvoke . . . . . . . . . . . . in com.amazonaws.services.ec2.AmazonEC2Client
| 22387 | invoke in ''
| 22376 | invoke . . . . . . . . . . . . . in ''
| 11690 | executeDescribeRegions in ''
| 11661 | describeRegions . . . . . . . . in ''
| 11702 | describeRegions in ''
| 296 | initZones . . . . . . . . . . . in com.netflix.ice.processor.ProcessorConfig
| 119 | <init> in ''
| 190 | doCall . . . . . . . . . . . . . in BootStrap$_closure1
| 327 | evaluateEnvironmentSpecificBlock in grails.util.Environment
| 320 | executeForEnvironment . . . . . in ''
| 296 | executeForCurrentEnvironment in ''
| 266 | run . . . . . . . . . . . . . . in java.util.concurrent.FutureTask
| 1149 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 624 | run . . . . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 748 | run in java.lang.Thread```