-
Hi All, I tried installing from the one-click install, but got this error: Embedded stack arn:aws:cloudformation:us-east-2:404117053359:stack/formkiq-core-prod-CoreConsoleInstall-1GQKKDM5X3IYB/d6b23590-8573-11ed-9123-06aca22da8d2 was not successfully created: The following resource(s) failed to create: [ConsoleInstallerRef]. When I go to that stack, the error I see for the trouble resource, ConsoleInstallerRef, is "Response object is too long." I tracked down the resource to here, but don't know what the response is returning. There is a 4K limit on the length of a response for custom objects, but don't know how to work through the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
@bmschwa The "Response object is too long" typically happens when an error occurs during the installation process. Can you look for a "ConsoleInstaller" Cloudwatch group and attach any logs from that? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the prompt reply. Sure enough, looks like a permissioning issue:
Is followed by
|
Beta Was this translation helpful? Give feedback.
-
@bmschwa It was a permission issue on our end. It should be fixed now, so please try again. UPDATE:
|
Beta Was this translation helpful? Give feedback.
-
@bmschwa, were you able to install successfully? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Yup, worked flawlessly. Now i just gotta figure out how to use it :) |
Beta Was this translation helpful? Give feedback.
@bmschwa It was a permission issue on our end. It should be fixed now, so please try again.
UPDATE:
we've also added a prerequisite on the first install, to verify that the AWSServiceRoleForECS has been enabled on your AWS Account; if you run this command using AWS CLI, the install will work the first time. (You can also skip this step and the install will fail on the first attempt, but will succeed on a retry.)
aws iam create-service-linked-role --aws-service-name ecs.amazonaws.com