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
The current setup allows the pipeline to read ssm/parameter/* on the dev account.
I see two options to improve this:
a) reduce to only the required parameters. This might require a lot of effort to add new parameters when project develops further.
b) reduce to defined PREFIX of parameters. This allows still easy adding of new parameters, but restricts it to the project specific prefix.
I prefer option B.
The text was updated successfully, but these errors were encountered:
* add GitHub instructions
* correct systems manager parameter name
* correct IAM managed policy name
* correct sagemaker managed policy name
* assure user that role name doesn't matter
* make GitHub secrets easier to understand
* resolve issue #50 and PutParameter error
* add detailed steps between GitHub Actions & SM project launch
* improve grammar for readability
* removed unecessary service catalog step again & added see what's deployed
The current setup allows the pipeline to read ssm/parameter/* on the dev account.
I see two options to improve this:
a) reduce to only the required parameters. This might require a lot of effort to add new parameters when project develops further.
b) reduce to defined PREFIX of parameters. This allows still easy adding of new parameters, but restricts it to the project specific prefix.
I prefer option B.
The text was updated successfully, but these errors were encountered: