dazzling-sundown-39670
11/11/2020, 10:53 PMaws:ec2/launchTemplate:LaunchTemplate resource 'spot-workers' has a problem: ConflictsWith
const spotWorkersLaunchTemplate = new aws.ec2.LaunchTemplate('spot-workers', {
imageId: 'ami-067bfa3d76de7a6b7',
iamInstanceProfile: {
arn: spotPricingProfile.arn,
name: spotPricingProfile.name,
},
});
gentle-diamond-70147
11/11/2020, 11:00 PMarn
and name
on iamInstanceProfile
.dazzling-sundown-39670
11/12/2020, 12:15 AM