This message was deleted.
s
This message was deleted.
a
Is is possible to use AWS S3 Accelerated to speedup execution? Would it be worth it? Not sure if Accelerated also have great impact on latency.
m
1,212 objects at 30.6 MB under
.pulumi/stacks
in the s3 bucket
Copy code
time aws s3 ls <s3://bucketname/.pulumi/stacks> --recursive
0.85s user 0.09s system 19% cpu 4.931 total
just under 5 seconds for aws cli to list the files, which i imagine is all
pulumi stack ls
needs, though there does seem to be an awful lot of
.bak
files up there polluting the space too
a
For
pulumi up
on stable stack, Pulumi backend seems to be twice as fast as S3 backend. 29s vs 59s. Have anybody found a nice way to make pulumi on S3 backend faster?