aws-samples / sagemaker-custom-project-templates

MIT No Attribution
214 stars 155 forks source link

Reduce ssm parameter accessability #50

Open ArlindNocaj opened 1 year ago

ArlindNocaj commented 1 year ago

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.