Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error encountered when task definition job name is to long #21

Open
ludvn opened this issue Nov 28, 2022 · 1 comment
Open

Error encountered when task definition job name is to long #21

ludvn opened this issue Nov 28, 2022 · 1 comment

Comments

@ludvn
Copy link
Contributor

ludvn commented Nov 28, 2022

When task definition job name is longer than 60 characters the IAM role cannot be created and this causes the stack deployment to fail. Needs further investigation.

This might also be causing a situation where resources cannot be deleted unless config is removed from dynamodb manually. Needs to be investigated

@ludvn
Copy link
Contributor Author

ludvn commented Nov 28, 2022

Fix options:

  1. Validate length before submitting config to tables
  2. Move to a multi-thread model for task def deployments to increase speed of task definition deployments
  3. Separate stack so that each resource has its own stack and so one failing will not interfere with other resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant