aws-samples / amazon-cloudfront-access-logs-queries

Analyze your Amazon CloudFront Access Logs at Scale with Amazon Athena.
MIT No Attribution
111 stars 70 forks source link

Upgrading to the latest version? #27

Closed exptom closed 11 months ago

exptom commented 11 months ago

What is the best way to upgrade to the latest version? I originally deployed it using the deploy button in the readme but I'd like to upgrade to the node18 version without losing any data.

steffeng commented 11 months ago

Hi @exptom, deploy the application as you did before as described in the docs. The bucket hasn't changed in the latest template and will be kept as-is, including its content. Even if you delete the application's stack, AWS CloudFormation will not delete a non-empty bucket (see docs).

exptom commented 11 months ago

Thanks @steffeng I had been looking for that in the docs but failed to find it. I've completed the upgrade :slightly_smiling_face: