-
Trying to set a value for `vpcConfig.vpcId` results in the error:
```
error: aws:eks/cluster:Cluster resource 'eksCluster-cluster' has a problem:
Value for unconfigurable attribute.
Can't configure a…
-
### Describe the bug
When creating a Dual Stack VPC, an EgressOnlyInternetGateway is created even if there are no private subnets. This comes from a vaulty condition, in `vpc.ts`:
https://github…
-
### Terraform Core Version
1.3.1
### AWS Provider Version
5.63.0
### Affected Resource(s)
aws_osis_pipeline
### Expected Behavior
It should create osis pipeline with vpc endpoint.…
-
/kind feature
**Describe the solution you'd like**
Currently when you specify EKS addons to be installed in `AWSManagedControlPlane` you need to specify the specific version of the addon. It wou…
-
When an ENIConfig with name is given a number, instead of string,
```
apiVersion: crd.k8s.amazonaws.com/v1alpha1
kind: ENIConfig
metadata:
name: 3
namespace: kube-system
spec:
se…
-
Enable EKS cluster lookups simular to VPC lookup (using only the ID or the ARN).
Currently, the closes thing is `fromClusterAttributes` which requires information about the VPC, the security grou…
-
### Community Note
* 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 help the com…
-
### Terraform Core Version
1.3.8
### AWS Provider Version
4.61.0
### Affected Resource(s)
* aws_eks_addon
### Expected Behavior
The EKS addon should be reconfigured to use the node's credential…
-
The Lambda requires access to the Secrets Manager resource and RDS instance to rotate the password. Hence, it requires `vpc_config{}` with `subnet_ids` and `security_group_ids`. It also requires acces…
-
### Describe the bug
Similar (old) issue: https://github.com/aws/aws-cdk/issues/15651
aws_ec2.SubnetSelection cannot be initialized from a list of aws_ec2.Subnet's because aws_ec2.ISubnet is not…