Hi, when creating an `ecs.Cluster` resource, I'm s...
# aws
m
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
can you share the code you're using to create the cluster?