-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(ecs-patterns): ScheduledFargateTask - runtime platform ignored #27446
Comments
aws-cdk/packages/aws-cdk-lib/aws-ecs-patterns/lib/fargate/scheduled-fargate-task.ts Lines 105 to 114 in 6c34c9a
This essentially renders the ecs parameters for events rule target, but looks like EcsParameters in CFN does not allow to specify runtimePlatform or CpuArchitecture? |
I ended up working around the issue, by splitting up the task defination and putting the
|
Describe the bug
The runtime platform on the pattern top level is getting ignored when set, for example as LINUX ARM64.
Expected Behavior
The task definition should have the image arch set to LINUX/ARM64
Current Behavior
The task definition should have the image arch is not set. Therefore defaults to LINUX/X86_64 during deployment
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.100
Framework Version
No response
Node.js Version
20.8
OS
Mac
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: