Skip to content

fix(labs/module5): correct SSM parameter name and add bastion read policy#77

Merged
ManojRamani merged 1 commit into
mainfrom
fix/issue-76-ssm-parameter-name-mismatch
May 13, 2026
Merged

fix(labs/module5): correct SSM parameter name and add bastion read policy#77
ManojRamani merged 1 commit into
mainfrom
fix/issue-76-ssm-parameter-name-mismatch

Conversation

@ManojRamani
Copy link
Copy Markdown
Contributor

Summary

  • Fix SSM parameter name from /agentic-platform/config/dev/agentic-platform/config/agentcore-dev in notebooks and deploy script
  • Add missing SSM Parameter Store read policy (ssm:GetParameter, ssm:GetParameters, ssm:GetParametersByPath, ssm:DescribeParameters) to bastion IAM role

Closes #76

Test plan

  • Run aws ssm get-parameter --name /agentic-platform/config/agentcore-dev from bastion after Terraform apply
  • Execute cell 4 in labs/module5/notebooks/2_llm_gateway.ipynb on bastion — should return config JSON
  • Run deploy/run-migrations-on-bastion.sh on bastion — should retrieve config successfully

🤖 Generated with Claude Code

…licy (#76)

The deployed parameter is `/agentic-platform/config/agentcore-dev` but notebooks
and scripts referenced `/agentic-platform/config/dev`, causing ParameterNotFound
errors on the bastion. Also adds missing SSM Parameter Store read permissions to
the bastion IAM role.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ManojRamani ManojRamani merged commit 34ac178 into main May 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(labs/module5): SSM parameter name mismatch in 2_llm_gateway.ipynb

1 participant