Open humbleearth opened 1 year ago
hello,
There is no cloud formation stack created or failing.
This is unexpected. Are you sure you were looking at the right aws account and region?
determined cluster should deploy without any permission error check.
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.
Also is there a direct link to a cloud formation template for determined which can be run using cloud formation command line?
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.
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 AgentConfigFileContents
issue.
Also the gov cloud region is not there inside the ami mapping even if passed to the det command.
I assume that was fixed by using govcloud.yaml instead of the simple
one.
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