Skip to content
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

(@aws-cdk/aws-ecs): Fargate with ARM architecture #17732

Closed
2 tasks
Smotrov opened this issue Nov 26, 2021 · 2 comments
Closed
2 tasks

(@aws-cdk/aws-ecs): Fargate with ARM architecture #17732

Smotrov opened this issue Nov 26, 2021 · 2 comments
Assignees
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.

Comments

@Smotrov
Copy link

Smotrov commented Nov 26, 2021

Description

It would be good to have Graviton2 support in CDK for Fargate tasks.

Use Case

It is supposed to delivers up to 40 percent better price-performance for our high-load tasks.

Proposed Solution

Could be something like in FargateTaskDefinitionProps:

const taskDefinition = new ecs.FargateTaskDefinition(this, `task-definition`, {
      architecture: ARM,
});

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@Smotrov Smotrov added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 26, 2021
@github-actions github-actions bot added the @aws-cdk/aws-ecs Related to Amazon Elastic Container label Nov 26, 2021
@peterwoodworth
Copy link
Contributor

peterwoodworth commented Nov 26, 2021

Thanks for opening this feature request @Smotrov

We currently have something similar for this up, I'll close this issue in favor of that one #17242

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-ecs Related to Amazon Elastic Container feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants