-
Notifications
You must be signed in to change notification settings - Fork 32
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
Provide aws command to create CloudFormation template of resources instead of actual resources #624
Comments
I will look into this. Realistically I will likely not have time until the new year. I am posting an example for my reference: The main custom components that Funnel will need is the JobDef and a custom AMI depending on your use case. |
Current WIP:
|
@golharam the above seems to produce all of the necessary AWS Batch resources. Note: the template does not handle setting up the Funnel server. Let me know if this works for you. |
This works. I only needed parts of it, but still good that all is there. I recommend you make a command to output the CloudFormation template and let the user create the resources, rather than having funnel create the resources. |
We operate in a controlled environment and all resources need to be created/managed via CloudFormation templates. Also, debugging issues will be easier:
failed to create ComputeEnvironment: error attaching policies to ecsInstanceRole: NoSuchEntity: Policy arn:aws:iam::aws:policy/AmazonEC2ContainerServiceforEC2Role does not exist or is not attachable.
The text was updated successfully, but these errors were encountered: