crooked-jelly-50877
10/22/2019, 11:02 PMmillions-judge-24978
10/23/2019, 12:32 AMbillions-lock-73409
10/23/2019, 1:55 PMfuture-morning-96441
10/23/2019, 2:12 PMpulumi up
)?
The Stack's number of resources grew over time and so did the time needed for a deployment (also for updates in a single lambda). I'm thinking of many different approaches of how to speed up thinks, but it would be great to be able to prioritize tasks based on the expected speedup.
Metrics I would be interested in could include:
- time needed to run diff before update
- time needed to upload a lambda
- time needed for requests to Pulumi backend
- maybe also overall and split into resource-types
We are already thinking about splitting the application into several stacks. But still, I'd like to perform an informed choice of where and how to start optimizing our deployment times.
PS: last deployment took about 36 minutes:
- 36 updated ressources
- 476 unchanged resource
Kind regards, Chrisstocky-nail-30268
10/23/2019, 3:06 PMawsx.ec2.Vpc.fromExistingIds
and the ComponentResourceOptions
doesn't have an async
property on it, so I assume at some point getVpc
is being called, and we have no way of making that async. Is there a different way of making this call for it to work?
warning: Synchronous call made to "aws:ec2/getVpc:getVpc" with an unregistered provider.
For more details see: <https://www.pulumi.com/docs/troubleshooting/#synchronous-call>
quiet-wolf-18467
10/23/2019, 6:00 PMbrave-angle-33257
10/23/2019, 6:50 PMerror: Running program '/data/pulumi/infra/aws/company/company-step-functions' failed with an unhandled exception:
TSError: ⨯ Unable to compile TypeScript:
index.ts(53,5): error TS2322: Type 'Output<string>' is not assignable to type 'Input<Topic>'.
code is:
const success_topic_subscription_name = `${company}-collector-${env}-success-email`
const success_topic_subscription = new aws.sns.TopicSubscription(success_topic_subscription_name, {
endpoint: "<https://global.sns-api.chatbot.amazonaws.com>",
protocol: "HTTPS",
topic: success_topic.arn,
});
best-hydrogen-40271
10/23/2019, 7:33 PMprotect
-- will it allow me to tear down everything except `protect`ed resources?best-hydrogen-40271
10/23/2019, 7:33 PMbest-hydrogen-40271
10/23/2019, 7:34 PMbest-hydrogen-40271
10/23/2019, 7:34 PMbest-hydrogen-40271
10/23/2019, 7:34 PMprotect
will dotall-rose-87315
10/23/2019, 8:24 PMcool-egg-852
10/23/2019, 8:29 PMcool-egg-852
10/23/2019, 8:30 PMcool-egg-852
10/23/2019, 8:30 PMtall-rose-87315
10/23/2019, 8:41 PMtall-rose-87315
10/23/2019, 8:53 PMearly-intern-90238
10/24/2019, 12:32 AMnice-airport-15607
10/24/2019, 1:27 AMsnapshot integrity failure; refusing to use it
state?fancy-translator-86814
10/24/2019, 12:52 PMproperty tosecrets
to allow injecting sensitive data into a container.awsx.ecs.Container
jolly-lifeguard-22556
10/24/2019, 1:15 PM@pulumi/cloud-aws
? Getting emails from AWS that Node 8 runtime is going to be EoL so I want to upgrade to Node 10 runtime but there doesn't seem to be a way with Pulumi to specifyacceptable-army-69872
10/24/2019, 4:36 PMdebug: Trying to get account information via sts:GetCallerIdentity
...is there anything past --debug
to use to investigate why this is happening?bored-cartoon-33302
10/24/2019, 5:02 PMwhich python3
report for you?"
which isn't recognized in Windows Terminal / Powershell
PS C:\Users\g> python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:37:50) [MSC v.1916 64 bit (AMD64)] on win32nice-airport-15607
10/24/2019, 5:23 PMstack1
, Iām getting and error when trying to deploy stack2
. Iāve exported my environment via export AWS_PROFILE=staging
and logged into the appropriate s3 endpoint, but Iām getting the following error. Does anyone know what I could be doing wrong?
Error: invocation of aws:cloudformation/getStack:getStack returned an error: unable to discover AWS AccessKeyID and/or SecretAccessKey
.early-musician-41645
10/24/2019, 7:02 PMbrash-plastic-65797
10/24/2019, 9:15 PMboundless-monkey-50243
10/24/2019, 9:17 PMterraform import
-style functionality? I have to do some pretty broad surgery on our environment and would rather move our stuff over while I'm at it.adorable-country-15301
10/24/2019, 9:20 PMquick-action-34599
10/24/2019, 9:29 PMpanic: fatal: An assertion failed
error. I will post the stack trace in a thread replyquick-action-34599
10/24/2019, 9:29 PMpanic: fatal: An assertion failed
error. I will post the stack trace in a thread reply$ pulumi up
Previewing update (prod):
Type Name Plan Info
pulumi:pulumi:Stack seniorvu-prod running read aws:ec2:Vpc default-vpc-ca0a4ba2
panic: fatal: An assertion has failed
goroutine 1986 [running]:
<http://github.com/pulumi/pulumi/pkg/util/contract.failfast(...)|github.com/pulumi/pulumi/pkg/util/contract.failfast(...)>
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/util/contract/failfast.go:23
<http://github.com/pulumi/pulumi/pkg/util/contract.Assert(...)|github.com/pulumi/pulumi/pkg/util/contract.Assert(...)>
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/util/contract/assert.go:26
<http://github.com/pulumi/pulumi/pkg/resource/plugin.(*provider).Read|github.com/pulumi/pulumi/pkg/resource/plugin.(*provider).Read>(0xc0013bf860, 0xc001a05a80, 0x77, 0x0, 0x0, 0x0, 0xc002b11b00, 0x1817641, 0x4, 0x0, ...)
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/plugin/provider_plugin.go:667 +0xfd6
<http://github.com/pulumi/pulumi/pkg/resource/deploy.(*ReadStep).Apply(0xc002b11b60|github.com/pulumi/pulumi/pkg/resource/deploy.(*ReadStep).Apply(0xc002b11b60>, 0x1, 0x22dd201, 0x23, 0xc001aeee50, 0x3)
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/deploy/step.go:589 +0xfd
<http://github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).executeStep(0xc001888000|github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).executeStep(0xc001888000>, 0xd6, 0x25d28e0, 0xc002b11b60, 0x0, 0x0)
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/deploy/step_executor.go:271 +0x211
<http://github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).executeChain(0xc001888000|github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).executeChain(0xc001888000>, 0xd6, 0xc00225fcc0, 0x1, 0x1)
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/deploy/step_executor.go:221 +0xe6
<http://github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).worker.func1(0xc001888000|github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).worker.func1(0xc001888000>, 0xd6, 0xc00225fcc0, 0x1, 0x1, 0xc001409740)
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/deploy/step_executor.go:371 +0xc8
created by <http://github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).worker|github.com/pulumi/pulumi/pkg/resource/deploy.(*stepExecutor).worker>
/Users/travis/gopath/src/github.com/pulumi/pulumi/pkg/resource/deploy/step_executor.go:368 +0x2ce
white-balloon-205
10/25/2019, 1:03 AMquick-action-34599
10/25/2019, 3:35 PM