AWS SAM/CloudFormation Internal Failure when Creating a Changeset

0

I am building an application and using the AWS SAM CLI to upload my template to CloudFormation. I haven't changed the template and only update that was put on the application was an IAM role(AWSIAMDetachRolePolicy), and after that was done the following error message occurs when sam deploy is used: Error: Failed to create change-set for the stack: , An error occurred (InternalFailure) when calling the CreateChangeSet operation (reached max retries: 4): Unknown. I have looked through the CloudTrail logs to see if I could find anymore information but the only info that is provided is "errorMessage": "An unknown error occurred". Any advice would be greatly appreciated

질문됨 2년 전2488회 조회
1개 답변
0

Hello,

An "Internal Failure" error can occur due to several reasons. For example, The JSON/YAML template being passed during the CreateChangeSet operation might have a syntactical error. This error can be anything that would normally not let you create the stack, such as an extra ":" and it can lead to an "Internal Failure". I understand that the error occurred after the IAM role resource was added to your template. I recommend validating the schema of this role resource that was added to check for extraneous properties, invalid parameters being passed to the role and/or invalid characters. You might also want to use the CloudFormation Designer to quickly validate and test the template as you roll back template changes to narrow down the issue.

Additionally, please see our knowledge center article here that discusses resolving the internal failure error in CloudFormation.

AWS
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠