Skip to content

Commit

Permalink
feat(ecs-patterns): add containerCpu and containerMemoryLimitMiB
Browse files Browse the repository at this point in the history
…property to `ApplicationLoadBalancedFargateService` (#30920)

### Issue #20638 

Closes #20638 

### Reason for this change

ApplicationLoadBalancedFargateService did not allow you to specify the CPU and memory of the container.

### Description of changes

- Add `containerCpu` property to `ApplicationLoadBalancedFargateServiceProps`
- Add `containerMemoryLimitMiB` property to `ApplicationLoadBalancedFargateServiceProps`

### Description of how you validated changes

Added both unit and integration tests.

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ren-yamanashi authored Feb 3, 2025
1 parent fd9462c commit 4dd97bc
Show file tree
Hide file tree
Showing 13 changed files with 2,814 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4dd97bc

Please sign in to comment.