provider-aws icon indicating copy to clipboard operation
provider-aws copied to clipboard

Crossplane AWS Provider

Results 148 provider-aws issues
Sort by recently updated
recently updated
newest added

### 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)?

new-resource

### 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)?

new-resource

### 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...

bug

### 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...

enhancement

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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...

bug

**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...

new-resource