You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@yruss972 and @attacus - had the same issue, traced it down to not enough memory on my system to process. Was running in a VM so I upped the allocated mem and presto.
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.The text was updated successfully, but these errors were encountered: