You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ecs): mark TaskDefinition inferenceAccelerators as deprecated (#33248)
### Issue # (if applicable)
N/A
### Reason for this change
Elastic inference is in [EOL](https://docs.aws.amazon.com/cli/latest/reference/elastic-inference/), and is no longer available. As such, these properties are being deprecated, and will eventually be removed entirely.
### Description of changes
Marked `TaskDefinitionProps.inferenceAccelerators` and `TaskDefinition.addInferenceAccelerator()` as deprecated to prevent their creation.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
`yarn build`
### 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*
BREAKING CHANGE: The `TaskDefinitionProps.inferenceAccelerators` attribute and `TaskDefinition.addInferenceAccelerator()` method will be marked as deprecated.
0 commit comments