-
Notifications
You must be signed in to change notification settings - Fork 398
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
Unable to configure runtimePlatform in ECS Task Definition to use ARM #1891
Comments
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Sep 7, 2023
feat: adds platform config to task definition to support ARM SUMMARY Fixes #1891 ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_taskdefinition ADDITIONAL INFORMATION I've just added the Parameter the same way the other parameters are also included. Tested it with our AWS Account. Reviewed-by: Alina Buzachis Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Thomas Bruckmann
patchback bot
pushed a commit
that referenced
this issue
Sep 7, 2023
feat: adds platform config to task definition to support ARM SUMMARY Fixes #1891 ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_taskdefinition ADDITIONAL INFORMATION I've just added the Parameter the same way the other parameters are also included. Tested it with our AWS Account. Reviewed-by: Alina Buzachis Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Thomas Bruckmann (cherry picked from commit 34b06b7)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Sep 7, 2023
…1935) [PR #1892/34b06b77 backport][stable-6] feat: adds platform config to task definition to support ARM This is a backport of PR #1892 as merged into main (34b06b7). SUMMARY Fixes #1891 ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_taskdefinition ADDITIONAL INFORMATION I've just added the Parameter the same way the other parameters are also included. Tested it with our AWS Account. Reviewed-by: Markus Bergholz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I am trying to create task definitions via Ansible, however runtimePlatform can not be configured, this means it is always the default:
Runtime Platform should be configurable to make use of ARM instances on AWS Fargate. And I am pretty sure, this way also Windows systems on fargate could be supported, however no idea if fargate supports windows currently, windows is not my area :-D
Currently I am writing a patch to support this, the issue is just to link my PR :)
Issue Type
Feature Idea
Component Name
ecs_task_definition
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: