Matthew Zech
Matthew Zech
**What is the URL of the document?** [Go docs](https://aws-controllers-k8s.github.io/community/reference/ec2/v1alpha1/transitgateway/) Also, [ACK tutorials](https://aws-controllers-k8s.github.io/community/docs/tutorials/ec2-example/) **Which section(s) is the issue in?** TransitGateway creation in the VPC tutorial **What needs fixing?** It is very...
Issue #, if available: [1931](https://github.com/aws-controllers-k8s/community/issues/1931) Description of changes: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ec2#DescribeFlowLogsOutput FlowLogID is not a field defined in DescribeFlowlogsOutput. Need to go inside the resp.FlowLog[] to get the FlowLogID. This is causing...
**Describe the bug** Any time a FlowLog. resource is created, the controller crashes with the following error message: ``` panic: runtime error: index out of range [0] with length 0...
**Describe the bug** We are trying to add more routes to a RouteTable, but the ec2-controller is unable to reconcile these changes. Cannot find route, but the route exists as...
**What would you like to be added**: We do not have our webhook configured to mutate Pods to include AWS_DEFAULT_REGION and AWS_REGION env vars by default. Would it be possible...
**Describe the bug** Creating a subnet with a confirmed available CIDR range results in the following error message in the status of the subnet manifest: ``` 2023-09-12T15:20:36.885Z ERROR Reconciler error...
Hi, I have the following htmx snippet which listens over a websocket for updates: ```html ``` For the most part, this works really well. However, occasionally there is a delay...