We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf2b2 commit cda5427Copy full SHA for cda5427
1 file changed
src/pentesting-cloud/aws-security/aws-privilege-escalation/aws-bedrock-privesc/README.md
@@ -133,7 +133,7 @@ Enumerate agent action groups:
133
```bash
134
aws bedrock-agent list-agents
135
aws bedrock-agent get-agent --agent-id <AGENT_ID>
136
-aws bedrock-agent list-agent-action-groups --agent-id <AGENT_ID>
+aws bedrock-agent list-agent-action-groups --agent-id <AGENT_ID> --agent-version DRAFT
137
```
138
139
Inspect Lambda:
0 commit comments