Patrick Florek

Results 14 issues of Patrick Florek

Create a dependency chain of accounts in the scope (app or stack) to avoid. AWS Organization only can create one account at a given time. Fixes #447

### Feature scope AWS/RDS ### Describe your suggested feature Hey together, I would like to monitor Aurora. The CDK implementation, underlying CFN resource and metrics/namespace is almost same to RDS...

feature-request
effort: medium

### Describe the feature Currently the [HelmChartProps](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-eks.HelmChart.html#construct-props) are split into `HelmAddOnUserProps` and `HelmChartDeployment`. Add `HelmChartDeployment` to `HelmAddOnUserProps` and give the user the ability to configure the `HelmChartProps` ### Use Case...

feature

### Describe the feature It would be great if the addon supports creating `ClusterSecretStore` and `SecretStore` https://github.com/aws-quickstart/cdk-eks-blueprints/pull/480#discussion_r969132058 ### Use Case It just belongs to the basics of the addon. Adding...

feature

### Describe the bug When trying to update `MngClusterProvider`'s NodeGroup i.e. changing the capacity type for different deployment targets it's fails: `Resource handler returned message: "NodeGroup already exists with name...

bug

### Describe the bug If I create a `MngClusterProvider` and pass an existing vpc by `MngClusterProviderProps.vpc`, `EksBlueprint` still creates a new CDK VPC with default settings. ```typescript const clusterProvider =...

bug

### Describe the feature Propagate tags to EC2 instances. ### Use Case - Having the `Name` tag propagated to EC2 instances helps us to visually identify node in the EC2...

feature

After merging https://github.com/pepperize/cdk-organizations/pull/918 the package increased. This is because every custom resources lambda is bundled with the actual AWS SDK. Configure and use a lambda layer for the custom resources...

enhancement
good first issue
help wanted

poc: how to transition to aws cdk native cfn organizations support - https://github.com/aws/aws-cdk/pull/23001 - https://github.com/aws/aws-cdk-rfcs/issues/465 - https://github.com/aws/aws-cdk/pull/22876 - https://github.com/aws/aws-cdk/pull/22971

> Is it possible to easily rearrange the accounts and org units after creating them? Because this is (unfortunately) often required after some time if teams or products change… Improve...

documentation
good first issue