witty-helmet-38026
05/16/2022, 12:00 PMawsx.ecs.FargateTaskDefinition
to setup the task definition. Now I want to use cpuArchitecture: ARM64 because its better. But it seems that I have to switch over to aws.ecs.TaskDefinition
to be able to set it. By doing that I also have to change how I setup the service ( awsx.ecs.FargateService
) because it needs to be awsx.ecs.FargateTaskDefinition
. Am i missing something or is it that once that I want to go outside of the AWSX(crosswalk) scope I need to change all related services to AWS? Is there a work-around or something I’am missing?happy-parrot-60128
05/16/2022, 7:24 PMwitty-helmet-38026
05/18/2022, 7:01 AM"dependencies": {
"@pulumi/aws": "^5.4.0",
"@pulumi/aws-apigateway": "^0.0.6",
"@pulumi/awsx": "^0.40.0",
"@pulumi/pulumi": "^3.27.0",
"@pulumi/random": "^4.4.2"
}
happy-parrot-60128
05/18/2022, 7:50 AM