-
Given an existing VPC attached to an RDS, is there a path to upgrade to the new "v2" cluster?
Existing config
```
const vpc = new sst.aws.Vpc("MyVpc" );
const rds = new sst.aws.Postgres("MyDb"…
-
Do you want to request a feature or report a bug?
Feature
What is the current behavior?
There's no option to deploy a lambda into a VPC.
If the current behavior is a bug, please provide the st…
-
### Issue description
If you run a local invocation in SLS v4 without valid provider credentials then you get an access denied type error, e.g. for AWS you need to ensure you have a valid set of AWS …
-
### Describe the bug
See https://github.com/aws/aws-cdk/issues/31764 and its fix, https://github.com/aws/aws-cdk/pull/31948
While the above PR added i4g to the list of AWS Opensearch instances t…
-
**What happened**:
I have an EKS cluster with a single worker node of type `r6g.medium`. I want to run many small pods on it so I set `ENABLE_PREFIX_DELEGATION` to true to increase the amount of IP…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I currently have a split deployment architecture, one for my main infrastructure (VPC, …
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
Is RDS proxy required for Next.js Drizzle stack? I have this setup:
```ts
const vpc = new sst.aws.Vpc('MyVpc');
const bucket = new sst.aws.Bucket('MyBucket', {
access: 'public',
});
const rd…
lxhan updated
2 weeks ago
-
### Description
The older `aws_security_group` ingress and egress blocks used to allow us to specify multiple both ipv4 and ipv6 cidr_blocks in the one config, and they accepted arrays with multipl…
-
### Describe what happened
I'm able to create this security group rule with cross-account security group reference(under the context of VPC Peering, [here](https://docs.aws.amazon.com/vpc/latest/peer…