sparse-intern-71089
11/11/2020, 10:53 PMdazzling-sundown-39670
11/11/2020, 10:53 PMconst 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