awspx is failing to save the ingested data.
I think I've narrowed the issue down to something related to the IAM service ingestion.
This works:
awspx ingest --skip-attacks-all --services S3 --skip-types AWS::S3::Object --region us-east-1
This fails:
awspx ingest --skip-attacks-all --services IAM --region us-east-1
There is no error message- the ingest command just exists after printing NOTICE Saving ingested data and the directory for the .csv files has been created.
awspx is failing to save the ingested data.
I think I've narrowed the issue down to something related to the IAM service ingestion.
This works:
awspx ingest --skip-attacks-all --services S3 --skip-types AWS::S3::Object --region us-east-1This fails:
awspx ingest --skip-attacks-all --services IAM --region us-east-1There is no error message- the ingest command just exists after printing
NOTICE Saving ingested dataand the directory for the .csv files has been created.