-
Notifications
You must be signed in to change notification settings - Fork 383
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
Additional AWS managed resources #149
Comments
It might be interesting to watch what AWS is up to: /~https://github.com/aws/aws-service-operator-k8s |
@infinitecompute Should we move this issue to the stack-aws repo? We typically try to keep cloud-provider-aligned issues in their cloud-provider-stack repos. |
Thank makes the most sense to me @negz, i'll transfer now. Then I'll tweet that link to get some more community visibility on this call for opinions |
Elasticache provisioned by Crossplane cannot live in a VPC right now due to missing managed resource |
Noted @muvaf , I'll add this dependency to the prioritization. thanks! |
@infinitecompute RDS is already |
We are a user of |
We are looking into ECR support. Our use-case (as discussed on Slack):
I'm still not sure if Crossplane is the right solution for our use-case, that might take until October this year. If it does, we might contribute code to implement this feature. |
Also note that we're looking at code generation options for the AWS provider (e.g. crossplane/crossplane#262) so we'll be getting support for a lot more cloud services shortly. 🚀 |
@nicorikken - @enderv added ECR support in #337, let us know if you run into any issues, thx! https://doc.crds.dev/github.com/crossplane/provider-aws/ecr.aws.crossplane.io/Repository/v1alpha1 |
@krishchow thanks for your contributions adding support for:
plus a few more on the way: nice work! 🚀 |
Excited to see the joint work between @jaypipes, @muvaf, and @kasey to adapt the AWS ACK codegen pipeline to emit a native Crossplane https://twitter.com/jaypipes/status/1320714029917229064
aws-controllers-k8s/community#313 (comment)
To follow along checkout the following: 🚀
|
What are the most important AWS services for you? What are your use cases? Would you be interested in contributing? If so, in which capacity? |
Hi @lvalerio If you're interested in contributing #234 , you can take a look at our Provider Development Guide to get started. Feel free to join our Slack, too. Happy to help you along 🙂 |
Here is the list of resources that we'll implement using AWS code generation pipeline:
I believe this issue has been a long-running one and we may never be able to close it if we keep adding. So, I plan to close it after this list of issues are closed. |
One service which my org will need & which is not yet mentioned here is EventBridge. Unfortunately, I'm not super-familiar with how we're currently using EventBridge, so I can't give a ton of useful info on our use-case (I should probably find out, huh?) but I believe it's basically
Basically, there will probably be more of these kinds of rules added, and we'd like to provide a (much better) interface for app devs to define & use these rules. |
Hey all, we're investigating how to create an SQS-triggered Lambda function using Crossplane. It appears that creating the event source mapping between the SQS Queue and the Lambda function is currently unsupported in Crossplane based on prior art from Terraform. This use case is super important to us because we need to be able to use Lambda to transform messages placed on an SQS queue (we're unable to use any other offering for |
We are also looking for Cloudwatch Event Rules / EventBridge to SNS (#1150) |
Any chance the code-generation will be picked up again? It looks like only one of #149 (comment) got worked on. It would be great to know if we should count on more work of ACK being re-used. Thanks! |
please Open dedicated issues for new resources - we will close the ticket here |
Any progress on SageMaker Services? |
What problem are you facing?
We are gathering community feedback to help us prioritize development of additional AWS managed services and maturing of existing service implementations.
Crossplane currently supports 58+ AWS API types, see https://doc.crds.dev/github.com/crossplane/provider-aws.
Please drop us a comment with a list of the most important AWS services for your use cases.
How could Crossplane help solve your problem?
We will be prioritizing updates and additional services in Crossplane based on feedback.
Related Issues
IAMUserPolicyAttachment
to referIAMPolicy
#231, PR Policy ARN referencers for IAMUserPolicyAttachment and IAMRolePolicyAttachment #257provider-aws
see note belowUp Next
Parked for Design Review
The text was updated successfully, but these errors were encountered: