简体   繁体   中英

automation of audit report of new ingestion files into s3

How can we automate of generating an audit report containing file name and timestamp of new ingested file into aws s3 using python or any other methods.

minimizing manual process and automating the process.

You can use S3 event notification to trigger an AWS Lambda function to process the file. Please note that Lambda has a maximum execution time of 15mins. If you need more time to process the file, you could spin up an EC2 instance or an ECS Task if you prefer to use container.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM