Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying from scratch, just ./deploy? #51

Open
Robs412 opened this issue Mar 8, 2025 · 0 comments
Open

Deploying from scratch, just ./deploy? #51

Robs412 opened this issue Mar 8, 2025 · 0 comments

Comments

@Robs412
Copy link

Robs412 commented Mar 8, 2025

I've been trying to deploy to us-west-2 using the deploy script:

  • created the bucket
  • using the root account (theoretically no permissions errors)
  • got all of the service quotas right

but it seems I cannot ever get to the full deployment with very generic/elusive errors.

Is it supposed to just deploy and run with ./deploy?

bash scripts/deploy.sh -b "aho-ddw-deployment-east1-1741448408" -n "aho-ddw-stack" -r "us-east-1" -l "Y"
  adding: assets/data/uniref50.txt (deflated 23%)
  adding: assets/data/swissprot.txt (deflated 22%)
  adding: assets/data/bfd.txt (stored 0%)
  adding: assets/data/boltz1.txt (deflated 8%)
  adding: assets/data/uniprot.txt (stored 0%)
  adding: assets/data/uniref90.txt (stored 0%)
  adding: assets/data/openfold.txt (deflated 19%)
upload: build/code.zip to s3://aho-ddw-deployment-east1-1741448408/build/code/code.zip
Uploading to build/cloudformation/631a496c50f117d57063e369f1a00742.template  9886 / 9886.0  (100.00%)%)
Successfully packaged artifacts and wrote output template to file build/cloudformation/packaged.yaml.
Execute the following command to deploy the packaged template
aws cloudformation deploy --template-file ~/projects/drug-discovery-workflows/build/cloudformation/p
ackaged.yaml --stack-name <YOUR STACK NAME>

Waiting for changeset to be created..
Waiting for stack create/update to complete

Failed to create/update the stack. Run the following command
to fetch the list of events leading up to the failure
aws cloudformation describe-stack-events --stack-name aho-ddw-stack

Error

 drug-discovery-workflows % aws cloudformation describe-stack-events --stack-name aho-ddw-stack
An error occurred (ValidationError) when calling the DescribeStackEvents operation: Stack [aho-ddw-stack22] does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant