terraform-aws-ecs icon indicating copy to clipboard operation
terraform-aws-ecs copied to clipboard

Add runtimePlatform to be able to use cpuArchitecture = "ARM64"

Open omi-jbrivero opened this issue 1 year ago β€’ 5 comments

Is your request related to a new offering from AWS?

Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too. Yes but it is around for quite sometime

Is your request related to a problem? Please describe.

It's always defaults to x86

Describe the solution you'd like.

It's always defaults to x86 and we would like to have options for ARM64

Describe alternatives you've considered.

None yet

Additional context

Output when u config via console image

omi-jbrivero avatar Jan 26 '24 04:01 omi-jbrivero

have you tried specifying that value? do you have a reproduction?

bryantbiggs avatar Jan 26 '24 12:01 bryantbiggs

This bit me today, too. I wondered why my tasks weren't launching and I'm pretty sure this is the reason.

EDIT: Yep, confirmed that the provider created an x86 task but is attempting to use an ARM64 container image. The rest of my infra stack is arm64 so it would really suck to have to create a workaround just for this.

dotnich-io avatar Jan 31 '24 05:01 dotnich-io

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] avatar Mar 02 '24 00:03 github-actions[bot]

This is still an issue.

dotnich-io avatar Mar 02 '24 06:03 dotnich-io

I have yet to see a reproduction

bryantbiggs avatar Mar 02 '24 12:03 bryantbiggs

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] avatar Apr 03 '24 00:04 github-actions[bot]

This issue has been resolved in version 5.11.1 :tada:

antonbabenko avatar Apr 10 '24 08:04 antonbabenko

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

github-actions[bot] avatar May 13 '24 02:05 github-actions[bot]