Move IIS logs to S3

amazon s3iis-7logging

I have a requirement to move IIS logs to S3 directly. There are tools that can be used to create a mount and set IIS to have logging to mounted S3 bucket.

My question is is there a way where I can do it from IIS level. I was suggested this article

But I am not sure how I can implement the above scenario on IIS logs.

Can any one help me with this.

  • Does the approach given in URL works for IIS logging.

Best Answer

The linked article deals with content redirection that you're serving from the site -- all configurable within IIS.

Log output is completely different and IIRC rather short on configuration options. Last time I looked the only log output options built-in to IIS were where to write the logs files which means you're stuck with paths it gets from windows.