awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
308 stars 109 forks source link

[FEATURE] Add Aurora monitoring and rds proxy role as part of the aurora composition #144

Open biswajitbabu opened 9 months ago

biswajitbabu commented 9 months ago

Is your feature request related to a problem? Please describe

As of now for provisioning a aurora cluster we need to create aurora monitoring and rds proxy role outside of composition and pass the arn through patching .

Describe the solution you'd like

The 2 roles mentioned above can be created as part of the composition .

Describe alternatives you've considered

Creating the 2 roles out side and passing the arn of the role to be patched in the composition.

Additional context

NA