pulumi-awsx
pulumi-awsx copied to clipboard
Don't provision a bucket as part of creating AutoScalingLaunchConfiguration
Provisioning a bucket as part of creating an AutoScalingLaunchConfiguration can be problematic for companies with restrictive IAM permissions for their developers. Per the comment on the code it seems we can replace this by using the Random provider.
https://github.com/pulumi/pulumi-awsx/blob/27592029c654cdf842eaee527e848a4f7ede759a/nodejs/awsx/autoscaling/launchConfiguration.ts#L39-L44