provider-jet-aws
provider-jet-aws copied to clipboard
AWS Provider for Crossplane that is built with Terrajet.
### What happened? We are running aws jet (v0.4.2) with 8 s3 resources and we saw that the provider pod is running at 800m which felt very wrong to us....
Context: We tried to create an Autoscaling Group (AWS Jet) using a vpcZoneIdentifier pointing to a Subnet. We do not specify availabilityZone, we apply the resource and it seems to...
### What happened? I set up eks cluster using example yaml manifests ``` apiVersion: iam.aws.jet.crossplane.io/v1alpha2 kind: Role metadata: name: sample-eks-cluster spec: forProvider: assumeRolePolicy: | { "Version": "2012-10-17", "Statement": [ {...
## Expected behaviour S3 bucket resource needs to store connection details such as region and endpoint to k8s secret , similar to [IAM resource example](https://github.com/crossplane-contrib/provider-jet-aws/tree/main/examples/iam). ## Actual behaviour When a...
Im trying to create a new version of launch template and set the same version as default version If I use updateDefaultVersion Im seeing below errors.Is there a way to...
### What problem are you facing? While I understand that the Terrajet AWS provider mimics the AWS API, I have a use case in which I would need that the...
### What problem are you facing? Currently it seems that the S3 Bucket resource in v0.5.0 and v0.6.0-rc0 both do not contain a field for the blocking of the [bucket's...
### What happened? I have created an EC2 instnace, and an Elastic IP, which references the instance. After the instance is deleted and recreated, EIP is not re-attached to the...
### Description of your changes - This fixes an issue where when you try to create an autoscalinggroup and specify `vpcZoneIdentifier` you get the following observer issue and are not...
### What problem are you facing? Adding routes to Nat Gateways is difficult in a composite resource definition. The only approach I can come up with currently is to publish...