You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
aatecey
changed the title
bug: sst.aws.Vpc.get() fails with "resource '/sst/vpc/vpc-{id}/private-key' does not exist" on deploy
sst.aws.Vpc.get() fails with "resource '/sst/vpc/vpc-{id}/private-key' does not exist" on deploy
Oct 30, 2024
sst version 3.2.70
Was attempting to spin up a stage hanging off a VPC in our dev account and have started encountering this error on deploy:
| Error KindledPrivateKey aws:ssm:Parameter
| resource '/sst/vpc/vpc-{id}/private-key' does not exist
The VPC is using ec2 nats and I never enabled bastion.
Within the sst vpc component bastionInstance always is defined for me here so its goes to make a request to ssm:
Related commit: fe2f41c
The text was updated successfully, but these errors were encountered: