You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey guys we use terraform with aws in our stack, I deployed this yesterday for our stack and it works fabulously, thanks @iandees and authors, I am giving here a recipe on how to deploy this for a cloud provider using terraform + aws things (lambda and cloudwatch event (for scheduled orchestration).
Steps :
build a docker image out of the repo, we use codebuild to do that (some changes would be needed check lamda python base image)
deploy the lambda which uses the above image
create a aws_cloudwatch_event_rule which schedules this every morning around 5 UTC to trigger these lambdas.
here is recipe for doing this for some account : X
hey guys we use terraform with aws in our stack, I deployed this yesterday for our stack and it works fabulously, thanks @iandees and authors, I am giving here a recipe on how to deploy this for a cloud provider using terraform + aws things (lambda and cloudwatch event (for scheduled orchestration).
Steps :
aws_cloudwatch_event_rule
which schedules this every morning around 5 UTC to trigger these lambdas.here is recipe for doing this for some account : X
and this is our lamdba module :
every morning we get these messages for all our accounts / the lambda is deployed in all our accounts :
The text was updated successfully, but these errors were encountered: