limited-jewelry-37673
03/07/2025, 11:31 PMmodern-zebra-45309
03/08/2025, 5:04 PMenabled: true
on your load balancer Pulumi resource? Both the ALB and the NLB take the same access logs arguments from pulumi-aws. It would be helpful if you could show a (sanitized and minimal) code snippet.limited-jewelry-37673
03/10/2025, 3:00 PMconst loadBalancer = new awsx.lb.ApplicationLoadBalancer(params.lbName, {
name: params.lbName,
accessLogs: {enabled: true, bucket: params.accessLogsBucket, prefix: params.accessLogsPrefix},
...
}
For some reason nothing changes in the details on up and no change in preview.limited-jewelry-37673
03/10/2025, 3:07 PMmodern-zebra-45309
03/10/2025, 3:10 PMlimited-jewelry-37673
03/10/2025, 3:12 PM