How to use aws-auth in CI/CD pipeline #22
-
This message was extracted from a discussion that originally took place in Gruntwork Community Slack. Names and URLs have been removed where appropriate From a customer Hi, I am trying to execute
This is what executing
So it seems like the I might have found the trick — that’s what |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
From a grunt Yup that is correct! The idea is to use
|
Beta Was this translation helpful? Give feedback.
-
From a customer One last question, since the deployer consists of quite a lot of components: could one not get rid of the fargate tasks by pulling their functionality into lambda, instead of using lambda only as a trigger for task creation? |
Beta Was this translation helpful? Give feedback.
From a grunt
Yup that is correct! The idea is to use
aws-auth
to assume the role you want to use for deploying. You can take a look at our pipeline example from the reference architecture: