https://pulumi.com logo
#aws
Title
m

most-lighter-1731

08/14/2020, 10:04 AM
Hi, when creating an
ecs.Cluster
resource, I'm seeing a child s3 bucket resource whose parent is the cluster's
AutoScalingLaunchConfiguration
. The bucket seems to be empty all or most of the time and I'm wondering why it's there, what data might be stored there and if it's possible to either prevent pulumi from creating it or to specify that it be encrypted.
👍 1
b

billowy-army-68599

08/14/2020, 2:52 PM
can you share the code you're using to create the cluster?