terricain / aioboto3

Wrapper to use boto3 resources with the aiobotocore async backend
Apache License 2.0
732 stars 75 forks source link

Create VPC Flow Logs Documentation Request #230

Closed jbcurtin closed 1 year ago

jbcurtin commented 3 years ago

Description

We'd like to enable some advanced features for AWS->EC2 using aioboto3. I can't seem to find documentation on how to enable VPC Flow Logs. After manually inspecting the ec2 resource object, it seems to not have methods required. Has create_flow_logs been omitted from the API or is it missing from the documentation?

terricain commented 3 years ago

9.0.0 is out, can you try with that