Update stack from outside AWS #4053
Answered
by
yalegria
vascoptorres
asked this question in
Hubs Cloud Questions
-
I need to allow some people from my organization to toggle our hubs instance between online and offline. Maybe even let them change the EC2 instance type. But they don't have access to AWS. Is it possible to update the stack from outside AWS? maybe with a lambda function or some other service from AWS? If this is doable and someone could point me in the right direction, I would really appreciate it :) Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
yalegria
Mar 19, 2021
Replies: 1 comment 6 replies
-
Check if Cloudformation has a API that allows you make changes to a stack. Then you will be able to create a script to use the API. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
johnshaughnessy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check if Cloudformation has a API that allows you make changes to a stack. Then you will be able to create a script to use the API.