Regarding local orchestration and Multi-Factor Authentication.
With my current aws profile I need to authenticate every now and then which becomes a problem with long running workflows. I imagine this problem will be gone if I move the orchestration to Step Functions, but currently I am not ready for that. So I guess I could create an aws user which does not have MFA and which has exactly the permissions needed in order to run the orchestration. But what are these permissions exactly? Would this be the recommended way forward?
(Thanks for all the help, very much appreciated! 🙏)