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

### Description of your changes to both DBInstance and DBCluster - add field/flag `allowMajorVersionUpgrade` (+ special update handling needed for DBCluster) - make condition.status partly include AWS resource status (willing...

### Description of your changes The location of the AWS Provider was old in the Authentication read me. Updating to be the correct location. With the location incorrect Crossplane would...

Hi I am using a combination of the `RouteTable` and `Route` resources but the route added using the `Route` resource are getting deleted by the `RouteTable` resource. Only the routes...

bug

### What happened? I created an instance profile and no roles or tags were attached, even though it says it successfully synced ### How can we reproduce it? create role...

bug

### What happened? Crossplane is not able to get the latest Etag value from cloudfront distribution and pass that value as IfMatch resulting in following error `update failed: cannot update...

bug

### Description of your changes Fixes #1572 I have: - [x] Read and followed Crossplane's [contribution process]. - [ ] Run `make reviewable test` to ensure this PR is ready...

### What happened? Reducing of the numCacheClusters value of a replicationgroup object to 1 does not remove the replica nodes within AWS and returns the below in the aws provider...

bug

### Description of your changes Implemented update and observe function to namespace controller for AWS Servicediscovery. Remove write back option from AWS to “ForProvider" object. **Possible updates:** httpnamespace - Description...

### Description of your changes AWS has changed DescribeCluster to return AccessDeniedException instead of BadRequestException on an invalid ARN. This breaks cluster creation. But we should not initialize external-name with...

### What happened? According to [Bucket.s3.aws.crossplane.io/v1beta1](https://doc.crds.dev/github.com/crossplane/provider-aws/s3.aws.crossplane.io/Bucket/[email protected]) the field `forProvider.acl` is not required. Trying to create a bucket without that field results in the following error. > Warning CannotObserveExternalResource 2m35s managed/bucket.s3.aws.crossplane.io...

bug