Closed dinvlad closed 4 years ago
It was a permissions issue. I was able to troubleshoot it by looking at the nested stack, thanks to https://www.reddit.com/r/aws/comments/94lb5z/cloudformation_troubleshooting/. It would be helpful if SAM/CFN printed nested errors so we didn't have to know where exactly to look..
Unfortunately there isn't much we can do beyond what you were able to get with the debug output - can pass this feedback on to the CloudFormation team, which provides the status messages we rely on.
Thanks, would much appreciate that!
Description
Unable to deploy a nested application (
SecretsManagerRDSOracleRotationSingleUser
).Steps to reproduce
template.yaml
with the following resource:Observed result
Stack creation fails with a message similar to the following:
and no other details. Output of
sam deploy
with--debug
:Expected result
Stack should be deployed successfully. The application is an official AWS app for rotating RDS secrets. Perhaps the culprit is that it requires CAPABILITY_RESOURCE_POLICY?
sam deploy --capabilities ...
does not recognize this capability as a valid value.Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
aws/codebuild/standard:3.0
sam --version
: SAM CLI, version 0.38.0