Skip to content

Add fargate support #165

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

Merged
merged 4 commits into from
May 13, 2025
Merged

Add fargate support #165

merged 4 commits into from
May 13, 2025

Conversation

tomduckering
Copy link
Contributor

require service to use fargate with the fargate boolean variable.

generic cpu and memory parameters added which are first class parameters
in the task definition for fargate tasks. These will also
be respected when templating task definitions for non fargate tasks.

require service to use fargate with the `fargate` boolean variable.

generic cpu and memory parameters added which are first class parameters
in the task definition for fargate tasks. These will also
be respected when templating task definitions for non fargate tasks.
@tobyclemson
Copy link
Member

I think you'll also need to add:

  • service_task_runtime_platform_operating_system_family
  • service_task_runtime_platform_cpu_architecture
    as it looks like they are required when the FARGATE compatibility is required.

@tobyclemson
Copy link
Member

@tomduckering tomduckering marked this pull request as draft May 9, 2025 08:38
test for default and when values are specified.
with tests - unit and integration.
@tomduckering tomduckering marked this pull request as ready for review May 13, 2025 16:34
@tomduckering tomduckering merged commit 620510c into main May 13, 2025
@tomduckering tomduckering deleted the support_fargat branch May 13, 2025 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants