- Newest
- Most votes
- Most comments
Hi
The stack is DRIFTED, and is out of sync due to the out of band changes that made when the secret was manually touched
Please run a drift detection in the CloudFormation console, and check the drift results to see the differences.
Check if the old secret is not referenced in the template, if it is please replace it with the new secret name
Alternatively please open an issue with the alexa skill team https://github.com/aws-samples/cdk-alexa-skill or a support case with AWS Premium Support
Hi
There are various ways to resolve a DRIFT, you can resolve a DRIFT with an import operation more details are found here https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-resolve-drift.html
Or you can update the CloudFormation template to match the configuration of the resource in the AWS resource console.
Or you can manually update the resource in console to match the old configuration in the CloudFormation template, then update the stack with the new configuration
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
That's ok, I fixed it by just deleting everything. Question though, if something is drifted, is your recourse to try to manually set it back to the way it was originally ?