Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CacheSubnetGroup resource for ReplicationGroup to be created in a VPC #95

Closed
muvaf opened this issue Jan 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@muvaf
Copy link
Member

muvaf commented Jan 2, 2020

What problem are you facing?

Replication Group resource can be created in a VPC only if you create a cache subnet group and give its name during creation as opposed to EKS where you create individual subnets and give their IDs.

How could Crossplane help solve your problem?

It seems like CacheSubnetGroup is a logical resource where you can either create new subnets during creation or choose from existing ones. So, it's a bit tricky in Crossplane where every managed resource is independently managed. Implementation of that resource would probably look like Azure's resource groups where its sole interface is to list/add/remove the downstream resource.

@muvaf muvaf added the enhancement New feature or request label Jan 2, 2020
@muvaf muvaf changed the title Add CacheSubnetGroup resource for ReplicationGroup to be created in a VPC Implement CacheSubnetGroup resource for ReplicationGroup to be created in a VPC Jan 2, 2020
@muvaf
Copy link
Member Author

muvaf commented Feb 24, 2021

Fixed by #186

@muvaf muvaf closed this as completed Feb 24, 2021
tektondeploy pushed a commit to gtn3010/provider-aws that referenced this issue Mar 12, 2024
Only run e2e tests if commenter is a member of Upbound org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant