mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
Co-authored-by: Pepe Fagoaga <pepe@verica.io> Co-authored-by: sergargar <sergio@verica.io>
5 lines
164 B
Python
5 lines
164 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.ec2.ec2_service import EC2
|
|
|
|
ec2_client = EC2(current_audit_info)
|