Hello, I’m considering using AWS ECS’s ARM64 suppo...
# general
d
Hello, I’m considering using AWS ECS’s ARM64 support, but it seems Pulumi doesn’t have the parameter AWS uses to define the task definition as an ARM64 task. (That’s fair enough, it was released like last week.) Could I inject that parameter inside Pulumi task definition code despite Pulumi not knowing about it in its own API? Or should I just use AWS console to modify the task definition as an one-off hack?
I’ve worked around this issue by just building x86 images on my dev box, which seems like a much better supported code path in general (more convenience for me!)