This message was deleted.
# aws
s
This message was deleted.
l
Hi Tyler. Could I ask you to edit this post? It's huge and makes the channel hard to work through. You could either summarize the problem in this post, then add the code in a thread under it. Or you could update the post to use Slack's Text Snippet feature, which makes the code collapsible (and adds syntax highlighting!)
āœ… 1
a
Created a snippet instead.
f
Your application container probably doesn't run under
Copy code
gid: 65534,
      uid: 65534,
from the looks of it
l
I can't see anything obviously wrong. Things I'd investigate: • use of KMS key (does ECS need to be given specific permissions? Maybe try with AWS's default key instead of your private one?) • uid/gid values (high5 Eugene)
f
If it's uid/gid you can actually set them here on the infrastructure side (rather than doing it in the Dockerfile), see
user
here https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html
a
Yeah, those were some hail marys on my part trying to figure out wth was going on
starting there, will report back
Still a no go, but I've run into another issue. Will return to this and report back.
Found the issue, and its not Pulumi or ECS/Fargate/EFS šŸ˜„
l
high five