-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add fargate worker profile #27
Comments
Added this, but the fargate pods are not inheriting an IAM role. We may need an EKS service account in that case |
We were able to add a fargate profile and service account so that the pods have all the access they need. However, because celery 3.26 uses |
The other solution is to use IAM credentials from a static IAM user |
We should look into using https://docs.aws.amazon.com/eks/latest/userguide/fargate-getting-started.html for the celery worker pods to make them more elastic.
The text was updated successfully, but these errors were encountered: