ec2-controller
ec2-controller copied to clipboard
ACK service controller for Amazon Elastic Compute Cloud (EC2)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: Description of changes: Currently, when network acl cr has subnet association configured, we can not delete the cr. subnet association needs to be removed first and...
Issue #, if available: [#1931](https://github.com/aws-controllers-k8s/community/issues/1931) Description of changes: While creating FlowLog, if logDestnation does not exist then CreateFlowLogsWithContext does not return the error. However, Unsuccessful field in the response is...
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...
Issue #, if available: 1841 Description of changes: New resource added - LaunchTemplate Test cases added. Features: 1) Create new EC2 launch template 2) Delete existing EC2 launch template By...
Issue #, if available: #1841 Description of changes: EC2 resource added - Launch template and LaunchTemplateversion Functionalities: 1) Create ec2 launch template 2) set default version for launch template 3)...
Issue [#1935](https://github.com/aws-controllers-k8s/community/issues/1935) Description of changes: This fix accomodates an aws api bug so as to prevent routeTable CR spec from changing. Details explained in the issue description. By submitting this...
Issue [#1966](https://github.com/aws-controllers-k8s/community/issues/1966) Description of changes: RCA and steps to reproduce are mentioned in the issue By submitting this pull request, I confirm that my contribution is made under the terms...
Issue #, if available: 1841 Description of changes: New resource added "launchtemplateversion" 1. Create new launchtemplateversion. 2. Create new launchtemplateversion based on given sourceversion 3. Delete launchtemplateversion There is separate...
Issue # : https://github.com/aws-controllers-k8s/community/issues/1946 Description of changes: RCA: Following CR currently fails to adopt the existing SecurityGroups resource. ``` apiVersion: services.k8s.aws/v1alpha1 kind: AdoptedResource metadata: name: sg1 spec: aws: nameOrID: sg-07fd54f8e16eec74a...