Bryan™

Results 37 comments of Bryan™

![image](https://user-images.githubusercontent.com/61433408/188701696-fefe96bd-a2a4-42d8-b05b-d6c930a72f97.png) Will prioritize update functionality related to _Edit subnet settings_ in the _Console_. Note, for fields backed by [modify-subnet-attribute](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/modify-subnet-attribute.html) **You can only modify one attribute at a time.**

Update: **We are blocked on aligning Update functionality with Console due to older version of aws-sdk-go** The AWS Console 'Edit subnet settings' contains functionality (resource-based naming, DNS settings) that is...

per SIG meeting: will update to `aws-sdk-go v1.44.93` (latest release) prior to this work.

* https://github.com/aws-controllers-k8s/code-generator/pull/362 * https://github.com/aws-controllers-k8s/runtime/pull/102

![image](https://user-images.githubusercontent.com/61433408/188704195-fd079f8e-2515-4f4a-967e-51df8b117174.png) * Only [`Edit routes`](https://github.com/aws-controllers-k8s/ec2-controller/blob/22e80dc1bf371c0be9abff8727bf68f889d88f86/pkg/resource/route_table/hooks.go#L198) from the list of _Console Actions_ is implemented * This issue is **blocking**: https://github.com/aws-controllers-k8s/community/issues/1291 * TLDR; `RouteTable.Spec.Routes` is not updated properly when using _references_

related: https://github.com/aws-controllers-k8s/community/issues/1291

Resolved after introducing a [workaround](https://github.com/aws-controllers-k8s/ec2-controller/blob/5414fc242d29af59309b4191b5a085439bf8730a/pkg/resource/instance/sdk.go#L633-L638) to maintain `Tags` order and refactoring `Tags` [e2e test](https://github.com/aws-controllers-k8s/ec2-controller/blob/main/test/e2e/tests/test_instance.py#L193-L196) to validate service tags are NOT in the `Spec`