provider-aws
provider-aws copied to clipboard
Crossplane AWS Provider
### What happened? I upgraded provider-aws from version 0.45.2 to version 0.46.0, this resulted in removal of s3 bucket settings that were not defined in MR manifest. Unfortunately part of...
Reddit uses provider-aws to primarily manage EC2 and Route53 resources. In the future we may be adopting it for interacting with various AWS managed services. The provider-aws controllers currently manage...
EC2 instance tags can currently be specified via `TagSpecification` and `Tags` ([link](https://github.com/crossplane-contrib/provider-aws/blob/master/apis/ec2/manualv1alpha1/instances_types.go#L273C2-L273C19)). ``` type InstanceParameters struct { // Tags are used as identification helpers between AWS resources. // +optional Tags...
### What resource do you need? Aws recently announced eks pod identities. I'd like to use it via crossplane. https://docs.aws.amazon.com/eks/latest/userguide/pod-id-association.html Specifically what is missing is the equivalent of this aws...
Hi, there is any way i can do that? So basically i want to use the ARN of the Lambda Layer in the layers field dynamically on Lambda Function, like...
### What happened? I have created a S3 bucket with notificationConfiguration(TopicConfiguration), when i checked the cloudTrail logs putBucketNotification is being triggered/called every minuted by the crossplane/provider. Seems it is the...
Hi, i guess i have discovered a bug in the comparison logic of the compareTimeRanges code for checking if the maintenanceWindow needs to be updated. https://github.com/crossplane-contrib/provider-aws/blob/4b536aa882f6e4b4914c556bbfc4854ea5461a74/pkg/controller/rds/dbinstance/setup.go#L590-L616 ### What happened? The...
### Checklist * [ ] Create the new release branch with minor version, i.e. `release-0.21` for `v0.21.0`. * You can use the existing branch for patch releases. * [ ]...
We need an updated README and marketplace entry on https://marketplace.upbound.io/providers/crossplane-contrib/provider-aws/v0.42.0 updated to clearly reflect the state of how this project is maintained and the alternatives, to ensure users make a...
### What happened? Having created successfully a Cloudfront distribution and then trying to update the Distribution I am getting multiple validation errors. > - missing required field, UpdateDistributionInput.DistributionConfig.Aliases.Quantity. > -...