This message was deleted.
# general
s
This message was deleted.
b
Can you post your index.ts where you're calling both of these please?
b
Copy code
import "./acm"
import "./backups"
import "./cloudwatch"
import "./dedicated-machines"
import "./efs"
import "./elasticsearch"
import "./iam"
import "./init"
import "./migration"
import "./redis"
import "./route53"
import "./s3"
import "./s3/objects"
import "./sns"
import "./ssm"

import * as asg from "./asg"
import * as ebs from "./ebs"
import * as ec2 from "./ec2"
import * as lb from "./lb"
import * as rds from "./rds"
import * as vpc from "./vpc"

// Stack outputs
export const albDnsName = lb.externalAlb.dnsName
export const ebsVolumeId = ebs.dataVolume.id
export const ec2ServicesInstanceId = ec2.servicesInstance.id
export const rdsInstanceId = rds.instance.id
export const workersAsgId = asg.workersAsg.id
export const workersGpuAsgId = asg.workersGpuAsg.id
export const vpcId = vpc.vpc.id
@brave-planet-10645
@brave-planet-10645 BTW - I have the same definitions for my EC2 instance, with the same metric alarm, but for the EC2 instance there are no issues
b
I'm struggling to see what's going wrong here. I've copied and pasted your code into my own project and run it and it ran with no issues (admittedly I hard coded some of the vpc-related values, but otherwise it's the same)
Can you please run
pulumi up --logtostderr -v=9 2> out.txt
and attach the output and send it to support@pulumi.com please.
Also, just checking - line 15 of cloudwatch.ts is this line, right?
DBInstanceIdentifier: analyticsdb.instance.identifier