aws-solutions / video-on-demand-on-aws

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow
https://aws.amazon.com/solutions/video-on-demand-on-aws/
Apache License 2.0
495 stars 241 forks source link

Unable to update the stack to the recent available #221

Closed mzahidriaz closed 4 months ago

mzahidriaz commented 9 months ago

Describe the bug I have previous installation done on 2022-05-19 Now I want to update the stack and getting following error.

Expected behavior Should be able to update the stack

Screenshots image

raulmlamzn commented 9 months ago

Thanks for reporting this issue @mzahidriaz. From the date you provided I'm guessing you are running an old version of the solution (v5.3.1?). Can you please confirm the version by checking in your AWS account, under CloudFormation > Stacks (you'll see a Video on Demand on AWS instance with stack and template details of your deployment including the version)?

pruzicka commented 8 months ago

I have the same problem, I'm running 5.2.0. Region eu-central-1. Thank you

raulmlamzn commented 4 months ago

This upgrade failure is expected since the solution moved to CDK in v6.0.0 per the release notes below, and you are trying to upgrade from v5.x. https://github.com/aws-solutions/video-on-demand-on-aws/releases/tag/v6.0.0 (Upgrade path from old versions require a delete and re-deploy since moving to CDK)

However, you will be able to keep the S3 buckets, DynamoDB table, and CloudWatch logs created by the solution after you uninstall the stack. See notes in the Implementation Guide: https://docs.aws.amazon.com/solutions/latest/video-on-demand-on-aws/uninstall-the-solution.html