Description
Is your feature request related to a problem?
The EC2 ACK Controller does not have support for creating VPC Flow Logs.
API reference: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFlowLogs.html
Describe the solution you'd like
I would like to be able to create VPC Flow Logs through the EC2 Controller. For example, I can create Security Groups through the EC2 controller - https://aws-controllers-k8s.github.io/community/reference/ec2/v1alpha1/securitygroup/ - the intention would be to create VPC Flow Logs in the same manner.
Describe alternatives you've considered
This can be created through other IaC for example CloudFormation or Terraform. The ultimate goal is to keep everything cohesive avoid working with multiple solutions.