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 happened? I created my first configuration package to do some exploration of Crossplane and its functionality. This configuration package creates a very simple EC2 instance and an IAM...

bug

### What problem are you facing? I have defined a DynamoDB Table using the [Crossplane documentation](https://doc.crds.dev/github.com/crossplane/provider-aws/dynamodb.aws.crossplane.io/Table/v1alpha1). I would like to enable TTL based on a certain attribute as per the...

enhancement

### What problem are you facing? Some resources do not allow deletion if they have dependent resources (s3 bucket with items, vpc with resources, etc). This can cause the provider...

enhancement

### Description of your changes 1. Generated APIs and controller for cloudformation.Stack resource. 2. CloudFormation Describe API returns "ValidationError" code when the Stack does not exist, hence the expection in...

### What happened? I tried to create an I am IAM Policy and it produced the following error ``` {"object": {"kind":"Policy","name":"test-policy-crossplane"," │ │ uid":"8957d567-707b-4fc4-8ba8-e8780914ad92","apiVersion":"iam.aws.crossplane.io/v1beta1","resourceVersion":"4059524" │ │ }, "reason": "CannotObserveExternalResource", "message":...

bug

### What happened? When you provision an RDS instance, and then attempt to update the tags, the tags will exist in the manage resource `forProvider`, but it will not actually...

bug

### What happened? When an EKS NodeGroup fails to create it ends up in the CREATE_FAILED state permanently and the MR has to be manually deleted and reconciled to retry....

bug

### Description of the issue Regular contributors (like me) don't have the ability to use Github's "Request Review" feature to ask a maintainer to look at a PR. They always...

### What happened? When trying to create an RDS instance in Crossplane, I noticed it was going through regular update cycles, meaning that the RDS instance was seldom in the...

bug

### What happened? 1. I've created a `dynamodb` table using `provider-aws` without explicit encryption resulting in the default `Owned by Amazon DynamoDB` encryption as expected. 2. Updated the same table...

bug