Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#python
Title
s
shy-sunset-67287
04/08/2021, 10:51 AM
I’ve just started getting an unhandled error from Pulumi. Worked totally fine on 2 other stacks and then blew up on production 🤦♂️ Is this a known issue anywhere or should I make a bug report?
Untitled
Found the issue. Turns out the database endpoint on AWS Aurora has no port (
host
) whereas the regular RDS endpoint does have (
host:port
). So doing a
split(":")
and pulling out the host and port will work on RDS but not on Aurora 🤷
Post