https://pulumi.com
Join Slack
Hey all, having a weird problem. I may be doing something wrong here? With the pulumi code bellow, ...
a

Andrew Glück

9 months ago
Hey all, having a weird problem. I may be doing something wrong here? With the pulumi code bellow, if I am running it fresh for the first time I get an error saying that it can not delete the cluster, after it made all the stuff, it is even in AWS appropriately. If I run
pulumi up
again instead of updating the cluster it says the cluster already exists and errors out. so two questions: • Is this just because I have not had a fully successful run yet? • Am I doing something wrong here?
const postgresqlCluster = new aws.rds.Cluster(`${name}-${env}-postgresql`, {
      clusterIdentifier: `${name}-${env}-us-east-1-aurora`,
      engine: aws.rds.EngineType.AuroraPostgresql,
      engineVersion: '16.4',
      availabilityZones: [
          "us-east-1a",
      ],
      databaseName: `${name}`,
      dbSubnetGroupName: rdsAuroraDbSubnetGroup.name,
      vpcSecurityGroupIds: [rdsAuroraSg.id],
      masterUsername: "postgresql",
      masterPassword: rdsConfig.require("rootPassword"),
      backupRetentionPeriod: 5,
      preferredBackupWindow: "07:00-09:00",
  });

const postgresqlInstance = new aws.rds.ClusterInstance(`${name}-${env}-postgresql-instance`, {
      clusterIdentifier: postgresqlCluster.id,
      identifier: `${name}-${env}-postgresql-instance`,
      instanceClass: 'db.r5.large',
      engine: aws.rds.EngineType.AuroraPostgresql,
      engineVersion: '16.4',
      publiclyAccessible: false,
  });
a
t
  • 2
  • 33
  • 115
This message was deleted.
s

Slackbot

almost 4 years ago
This message was deleted.
main.js
s
e
+3
  • 5
  • 15
  • 115
Is there a tool that can look at the pulumi stack and generate a diagram?
k

Kurt Lloyd

over 1 year ago
Is there a tool that can look at the pulumi stack and generate a diagram?
k
s
b
  • 3
  • 4
  • 114
This message was deleted.
s

Slackbot

about 2 years ago
This message was deleted.
s
f
d
  • 3
  • 2
  • 114
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
p
  • 2
  • 1
  • 114
This message was deleted.
s

Slackbot

over 2 years ago
This message was deleted.
s
p
+2
  • 4
  • 16
  • 114
This message was deleted.
s

Slackbot

over 3 years ago
This message was deleted.
s
r
+2
  • 4
  • 9
  • 114
Hello there! I'm trying to give Pulumi a go for some kubernetes stuff using yaml, but I can't seem ...
n

Nicolas Pittion-Rossillon

11 months ago
Hello there! I'm trying to give Pulumi a go for some kubernetes stuff using yaml, but I can't seem to get it properly installed on a MacOS Sonoma 14.5 (M1). To be more accurate, I don't get any log warning during the install, and `pulumi version`does work afterwards, but `pulumi about`actually reveals its fair share of go trouble which I will share in a thread to avoid flooding the channel - which `pulumi up`confirms by failing with the same behaviour. If someone could point me in the right direction to fix it, I'd be most grateful.
n
r
+3
  • 5
  • 37
  • 113
This message was deleted.
s

Slackbot

over 4 years ago
This message was deleted.
s
t
d
  • 3
  • 7
  • 113
This message was deleted.
s

Slackbot

about 2 years ago
This message was deleted.
s
n
j
  • 3
  • 10
  • 112
Previous394041Next

Pulumi Community

No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.

Powered by