provider-aws
provider-aws copied to clipboard
Crossplane AWS Provider
### What happened? Managed resource: ``` apiVersion: s3.aws.crossplane.io/v1beta1 kind: Bucket metadata: annotations: crossplane.io/composition-resource-name: bucket crossplane.io/external-name: example-com-dev10-pg-backup creationTimestamp: "2023-05-23T10:25:27Z" finalizers: - finalizer.managedresource.crossplane.io generateName: pg-backup-97hcs- generation: 5 labels: crossplane.io/claim-name: pg-backup crossplane.io/claim-namespace: example-com-dev10...
### What happened? Using ArgoCD. Creating a clean DB, without a restoration point, and with the master password being generated. Got error: ``` cannot create DBInstance in AWS: InvalidParameterValue: Invalid...
### What happened? I edited a RolePolicyAttachment manifest, changing the policyArn to another policy. The new policy was really attached to the AWS role, but the old policy was not...
### What problem are you facing? I would like to use EKS pod identities to grant the provider access to AWS, as an alternative to IRSA ### How could Crossplane...
### What problem are you facing? When creating a Server.transfer, a vpc Endpoint will also be created. Neither in the resource itself, nor in the aws response the URI to...
### What happened? When creating a Domain or a Server it also creates, with the correct configuration, a VPC Endpoint. Unfortunately the only possiblity to retrieve the URI is by...
### What happened? Seems like this https://github.com/crossplane-contrib/provider-aws/issues/1382 ``` { "atProvider": { "arn": "arn:aws:s3:::test-s3-log44-jl5lq-2x787" }, "conditions": [ { "lastTransitionTime": "2024-07-18T15:07:57Z", "reason": "Creating", "status": "False", "type": "Ready" }, { "lastTransitionTime": "2024-07-18T15:07:57Z", "reason":...
With latest 0.48.1 release ``` [controller-runtime] log.SetLogger(...) was never called; logs will not be displayed. Detected at: > goroutine 4294 [running]: > runtime/debug.Stack() > runtime/debug/stack.go:24 +0x5e > sigs.k8s.io/controller-runtime/pkg/log.eventuallyFulfillRoot() > sigs.k8s.io/[email protected]/pkg/log/log.go:60...
### What problem are you facing? I'm investigating how to create a Blue Green RDS Deployment with crossplane. I don't see it mentioned in any of the CRDs ### How...
### What problem are you facing? Currently the option to enable [mTLS for application](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/mutual-authentication.html) load balancer is missing in crossplane Loadbalancer kind from the provider-aws. ### How could Crossplane help...