Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

amazon web services - How to rectify the error occurred (ValidationError) when calling the CreateChangeSet operation

When I try to run sample colorApp for AppMesh. I am getting the below error.

When I run the command

aws --profile "${AWS_PROFILE}" --region "${AWS_DEFAULT_REGION}" 
    cloudformation deploy 
    --stack-name "${ENVIRONMENT_NAME}-ecs-colorapp" 
    --capabilities CAPABILITY_IAM 
    --template-file "${DIR}/ecs-colorapp.yaml"  
    --parameter-overrides 
    EnvironmentName="${ENVIRONMENT_NAME}" 
    ECSServicesDomain="${SERVICES_DOMAIN}" 
    AppMeshMeshName="${MESH_NAME}" 
    ColorGatewayTaskDefinition="${colorgateway_task_def_arn}" 
    ColorTellerWhiteTaskDefinition="${colorteller_white_task_def_arn}" 
    ColorTellerRedTaskDefinition="${colorteller_red_task_def_arn}" 
    ColorTellerBlueTaskDefinition="${colorteller_blue_task_def_arn}" 
    ColorTellerBlackTaskDefinition="${colorteller_black_task_def_arn}" 
    DeployTester="${DEPLOY_TESTER}"

I am getting the below error.

An error occurred (ValidationError) when calling the CreateChangeSet operation: Stack:arn:aws:cloudformation:us-east-1:601890480717:stack/DEMO-ecs-colorapp/216e3580-3980-11eb-b113-12fe2bcce8a7 is in ROLLBACK_COMPLETE state and can not be updated.

What gone wrong here?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...