-
### Describe the bug
EKS: EKS uses AL2_x86_64 AmiType in AWS::EKS::Nodegroup instead of AL2023_x86_64_STANDARD
### Regression Issue
- [ ] Select this option if this issue appears to be a regression…
-
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"…
-
### 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, …
-
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
3 weeks ago
-
### Describe the bug
We cannot use multiple EKS clusters within the same stack.
It seems that the cause is the hardcoded ID of the `KubectlLayer`.
### Regression Issue
- [ ] Select this option i…
-
### Description
I am trying to create AWS routes using aws_route block. My use-case is to create route(s) for multiple cidr blocks which will serve cross-AZ network establishment. My approach is to…
-
### Terraform Core Version
1.9.2
### AWS Provider Version
5.74.0
### Affected Resource(s)
aws_medialive_input
aws_medialive_channel
### Expected Behavior
AWS Medialive Channel cr…
-
### Describe the feature
If I run `cdk synth` it will by default add all variables from the `cdk.context.json` file to the app context.
However, if I run the synth programmatically (`app.synth()…
-
**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…
-
Having trouble establishing connection to aws RDS(MySQL) on `sst dev`
I ran `sudo set tunnel install`
started the dev server with `sst dev` but it fails to connect with the database
I see the f…