-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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-batch-alpha): Construct Props RuntimePlatform #26484
Comments
Makes sense to me. We could add RuntimePlatform in
|
working on it. |
Hello @khushail @pahud the bot @aws-cdk-automation closed your PR last week #26506 (comment) Do you think your code is still up to date ? |
Hi @gmarchand , I need to fix some comments, will do it this week hopefully and update the PR. Thanks for checking. |
Hello, Any update on this one ? |
@gmarchand , Apologies, I could not spend much time on finishing this as got into some other priority work. Please feel free to work on the PR. Contributions are welcome from the community as well. |
I can take over this one. |
#28841) The property [RuntimePlatform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-runtimeplatform) is not present in the AWS Batch ECS Fargate Job Definition. This PR adds flatten properties fargateCpuArchitecture and fargateOperatingSystemFamily to the ECS Fargate Job Definition in AWS Batch. Closes #26484. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
#28841) The property [RuntimePlatform](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-runtimeplatform) is not present in the AWS Batch ECS Fargate Job Definition. This PR adds flatten properties fargateCpuArchitecture and fargateOperatingSystemFamily to the ECS Fargate Job Definition in AWS Batch. Closes #26484. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
The property RuntimePlatform is not present in the interface IEcsContainerDefinition
Use Case
I would want to use AWS Batch with Fargate on ARM64 as describe in this news : https://aws.amazon.com/about-aws/whats-new/2023/07/aws-batch-fargate-linux-arm64-windows-x86-containers-cli-sdk/
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.88.0
Environment details (OS name and version, etc.)
All OS
The text was updated successfully, but these errors were encountered: