rich-breakfast-87724
02/11/2021, 4:10 AMblue-orange-84367
02/11/2021, 6:28 AMvictorious-sugar-42620
02/11/2021, 11:53 AMawsx.ecs.Cluster.getDefault({ id: '...', urn: '...'});
But I get the error UNKNOWN: missing required URNnarrow-battery-9106
02/11/2021, 12:23 PMpulumi stack graph
. Now what kind of tools I can use to visualize this file?rich-breakfast-87724
02/11/2021, 1:41 PMincalculable-dream-27508
02/11/2021, 3:59 PMbrief-spoon-92183
02/11/2021, 6:12 PMdelete
operation and NOT wait for it to finish? Because it can take hours for ES Domain to get deleted, and that's not acceptable, especially not in CI environment.
Any ideas greatly appreciated, thanks!big-state-95297
02/11/2021, 7:46 PMpulumi stack ls
, giving the impression that one S3 bucket only supports one project. If it is so, how can we do stack-references across projects? Also, we can't create stacks with the org/program/stack
scheme that a fully-qualified stack name requires as per the documentation for stack references. This works fine when I use the Pulumi cloud backend. The larger question is whether org-project-stack data model and stack references are fully supported in non-Pulumi-cloud backends.rich-breakfast-87724
02/11/2021, 8:21 PMrich-breakfast-87724
02/11/2021, 8:22 PMerror: Preview failed: refusing to delete protected resource 'urn:pulumi:dev::my-cloud-infrastructure::aws:iam/instanceProfile:InstanceProfile::EC2CodeDeploy'
cool-telephone-9886
02/11/2021, 11:05 PMchilly-night-36370
02/12/2021, 6:33 AMindex.ts
into separate files. Let's say I have a postgres.ts
and cluster.ts
. How would I go about telling pulumi to include those files? I've tried defining them in tsconfig.json
without luck. I've got it working by exporting something from postgres.ts
and then importing and exporting it again in index.ts
. But this approach is more hassle than it's worth. Is there a correct way of doing this?narrow-battery-9106
02/12/2021, 9:04 AMpolite-shoe-79877
02/12/2021, 9:14 AMfull-mouse-82324
02/12/2021, 1:35 PMtall-needle-56640
02/12/2021, 5:18 PMbillowy-laptop-45963
02/12/2021, 6:17 PMwhite-potato-89993
02/12/2021, 11:16 PMwet-noon-14291
02/12/2021, 11:55 PMrich-breakfast-87724
02/13/2021, 1:44 AMrich-breakfast-87724
02/13/2021, 1:45 AMwonderful-zoo-8760
02/13/2021, 9:02 AMwide-crayon-4093
02/13/2021, 10:05 AMbland-needle-41654
02/13/2021, 11:57 AMpip install pulumi-azuread
brave-angle-33257
02/13/2021, 5:08 PMrich-breakfast-87724
02/13/2021, 7:58 PMconst autoScalingGroup = new awsx.autoscaling.AutoScalingGroup(`${STACK}-myproject-baseline-asgroup`, {
launchConfiguration: autoScalingLaunchConfiguration,
templateParameters: {
minSize: 1,
healthCheckType: "EC2",
},
vpc: myVpc,
subnetIds: myVpc.privateSubnetIds,
targetGroups: [
targetGroup
],
onFailure: "DO_NOTHING"
},
{
customTimeouts: {
create: '5m',
update: '5m',
}
}
);
However, this didn't work, and I'm still subject to the stack timeout.
BUT, that is not the real issue. The real issue is that the stack never receives a success signal and, therefore, it always rolls back and gets deleted.
This is the error message: Received 0 SUCCESS signal(s) out of 1. Unable to satisfy 100% MinSuccessfulInstancesPercent requirement
The stack is launched and an EC2 instance is spawned, I'm passing a user_data script to this EC2 instance that is working perfectly.
After some research I found out about the cfn-signal script that can be used in CloudFormation stack templates, but I couldn't find any usage example of this use inside user_data scripts.
Just to point out, I've also given all cloudformation permissions in the autoscaling launch configuration, to ensure that the stack can talk to the EC2 instance.
Does anyone have a clue of whats going on?ripe-kite-37642
02/14/2021, 7:37 PMpulumi:providers:random (default_3_3_0):
error: no resource plugin 'random-v3.3.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource random v3.3.0`
I’m using the python SDK with the requirements:
pulumi 2.20.0
pulumi-azure 3.45.0
pulumi-azuread 3.3.0
pulumi-kubernetes 2.8.0
pulumi-random 3.0.2
With the following plugins cached:
❯ pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
azure resource 3.46.0 215 MB 6 days ago 6 days ago
azure resource 3.45.0 214 MB 1 week ago 1 week ago
azure resource 3.44.0 213 MB 2 weeks ago 2 weeks ago
azure resource 3.42.0 211 MB 1 month ago 1 month ago
azure resource 3.41.1 210 MB 1 month ago 1 month ago
azure resource 3.3.0 175 MB 1 week ago 1 week ago
azuread resource 3.3.0 43 MB 1 week ago 1 week ago
azuread resource 3.2.0 43 MB 2 weeks ago 2 weeks ago
kubernetes resource 2.8.1 70 MB 2 hours ago 2 hours ago
kubernetes resource 2.8.0 70 MB 1 week ago 1 week ago
kubernetes resource 2.7.7 70 MB 2 weeks ago 2 weeks ago
random resource 3.0.2 31 MB 5 days ago 5 days ago
random resource 3.0.1 31 MB 1 hour ago 1 hour ago
Any ideas? I’m not sure where it’s getting v3.3.0 for the random provider from!red-football-97286
02/15/2021, 11:36 AMstocky-sundown-89565
02/15/2021, 11:47 AMchilly-magazine-6129
02/16/2021, 12:06 AMchilly-magazine-6129
02/16/2021, 12:06 AM