aws/aws-cdk

ECS Patterns: Add RuntimePlatform to L3 Constructs

Open

#18,462 opened on Jan 17, 2022

View on GitHub
 (3 comments) (2 reactions) (0 assignees)TypeScript (3,530 forks)batch import
@aws-cdk/aws-ecseffort/smallfeature-requestgood first issuep2

Repository metrics

Stars
 (10,710 stars)
PR merge metrics
 (Avg merge 14d 11h) (68 merged PRs in 30d)

Description

Description

Add this RuntimePlatform property to ECS Patterns constructs. I'm specifically interested in QueueProcessingFargateService and NetworkLoadBalancedFargateService

Use Case

I want to run Fargate containers on Graviton instances

Proposed Solution

Implement the RuntimePlatform property recently added here.

Other information

No response

Acknowledge

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Contributor guide