provider-aws
provider-aws copied to clipboard
Crossplane AWS Provider
### What resource do you need? ### What is your use case? ### Would you be willing to contribute it using [code generator](https://github.com/crossplane/provider-aws/blob/master/CODE_GENERATION.md)?
### What resource do you need? ### What is your use case? ### Would you be willing to contribute it using [code generator](https://github.com/crossplane/provider-aws/blob/master/CODE_GENERATION.md)?
### What happened? We have the following setup in our AWS account: - a non-default VPC - three non-default subnets in this VPC For our crossplane based workload we use...
### Description of your changes This allows defining policies directly as part of the YAML manifest: ```yaml spec: forProvider: assumeRolePolicyDocument: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": {...
### What problem are you facing? rds/v1alpha1 and database/v1beta1 leverage the same client, but do not have feature parity for restoring data from backups (snapshot/pointintime/s3). The purpose of this feature...
### What happened? Created an EBS volume using crossplane and aws provider 'registry.upbound.io/crossplane/provider-aws:v0.23.0' . The volume was created with the exact configurations that I passed. I tried to delete the...
### What happened? There appears to be duplicate fields in ```apigateway.aws.crossplane.io_methods.yaml ```: - requestValidatorId - authorizerId Error occurs when importing resources into cd8ks: ``` | apigateway.aws.crossplane.io.ts:9437:12 - error TS2300: Duplicate...
### What problem are you facing? Currently, there are two separate implementations for RDS DBInstances: * the hand-written `RDSInstance.database.aws.crossplane.io` and * the ACK-generated `DBInstance.rds.aws.crossplane.io` ### How could Crossplane help solve...
### What happened? Updating a container Lambda function in Crossplane doesn't work as expected: - Updating `code.imageURI` alone doesn't trigger a reconciliation - Updating another field such as `description` does...
**Name of the resource:** AWS Cloudwatch Alarms/Alerts **Use Case:** Currently have the ability to create SNS Topic and Subscriptions, next step is to create alerts in RDS, which creates them...