EC2 T3.Micro - cloudformation problem #14734
-
Every time I tried create on t3.micro, its failed. (Hyderabad AP-South-2 and Jakarta AP-Southeast-3 have t3.micro in the free tier.)
ec2: An exception occurred during task execution. To see the full traceback, use -vvv. The error was: botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:ap-southeast-3:211125505961:stack/algo/213d93f0-4e3d-11ef-ba9a-0e594d2e6682 is in ROLLBACK_FAILED state and can not be updated. fatal: [localhost]: FAILED! => {"boto3_version": "1.34.150", "botocore_version": "1.34.150", "changed": false, "error": {"code": "ValidationError", "message": "Stack:arn:aws:cloudformation:ap-southeast-3:211125505961:stack/algo/213d93f0-4e3d-11ef-ba9a-0e594d2e6682 is in ROLLBACK_FAILED state and can not be updated.", "type": "Sender"}, "msg": "Failed to update stack algo: An error occurred (ValidationError) when calling the UpdateStack operation: Stack:arn:aws:cloudformation:ap-southeast-3:211125505961:stack/algo/213d93f0-4e3d-11ef-ba9a-0e594d2e6682 is in ROLLBACK_FAILED state and can not be updated.", "response_metadata": {"http_headers": {"connection": "keep-alive", "content-length": "413", "content-type": "text/xml", "date": "Tue, 30 Jul 2024 07:32:06 GMT", "x-amzn-requestid": "ea501b94-dedb-45d7-831c-c8292391274c"}, "http_status_code": 400, "request_id": "ea501b94-dedb-45d7-831c-c8292391274c", "retry_attempts": 0}} after this https://trailofbits.github.io/algo/troubleshooting.html#error-failed-to-create-symlinks-for-deploying-to-localhost sudo rm -rf /etc/wireguard/* Same IAM user, same policy not create problem in t2.micro. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Have you had a chance to go and look it up in the AWS console? |
Beta Was this translation helpful? Give feedback.
-
CloudFormation Rollback Issue: The error message indicates that the CloudFormation stack is in a ROLLBACK_FAILED state, preventing updates. so delete the Existing Stack: Go to the AWS Management Console. Then retry, run |
Beta Was this translation helpful? Give feedback.
CloudFormation Rollback Issue: The error message indicates that the CloudFormation stack is in a ROLLBACK_FAILED state, preventing updates. so delete the Existing Stack:
Go to the AWS Management Console.
Navigate to CloudFormation.
Find the stack related to your Algo deployment.
Select the stack and choose Delete. This will clean up any resources that were partially created.
Then retry, run
./algo