-
Notifications
You must be signed in to change notification settings - Fork 356
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
🐛[bug] #7909
Comments
hello,
This is unexpected. Are you sure you were looking at the right aws account and region?
the quotas check is informational only. per the log output, after the quotas error has happened, the code has proceeded with trying to create the stack.
|
Yes, I think I checked the right account and region. |
While checking the govcloud.yaml file, I see a usage of AgentConfigFileContents variable parameter which is not defined anywhere. |
thank you for letting us know. we don't have any testing infrastructure for govcloud and mostly rely on user contributions for its maintenance. this shouldn't be the problem for simple, efs or fsx templates though. is your issue resolved? |
No, the issue still persists. The det deploy output does not match with the expected cloud formation template. Also the gov cloud region is not there inside the ami mapping even if passed to the det command. So lot of inconsistencies. |
I'll add an internal ticket to track
I assume that was fixed by using govcloud.yaml instead of the |
Describe the bug
I am trying to deploy determined to aws using det deploy command. When I do it, it shows below error. There is no cloud formation stack created or failing. The pre-requisites say it just needs a cloudformation api and an key but from error it seems it needs some other permissions too. Its trying to check for a check on ec2/L-DB2E81BA instance type. Can you please share more info on this? Also is there a direct link to a cloud formation template for determined which can be run using cloud formation command line?
Reproduction Steps
det deploy aws up --cluster-id determined --keypair determined --deployment-type simple
Expected Behavior
determined cluster should deploy without any permission error check.
Screenshot
determined cluster deployed
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: