Skip to content

Commit cda5427

Browse files
committed
add some corrections
1 parent 6cdf2b2 commit cda5427

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/pentesting-cloud/aws-security/aws-privilege-escalation/aws-bedrock-privesc

src/pentesting-cloud/aws-security/aws-privilege-escalation/aws-bedrock-privesc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Enumerate agent action groups:
133133
```bash
134134
aws bedrock-agent list-agents
135135
aws bedrock-agent get-agent --agent-id <AGENT_ID>
136-
aws bedrock-agent list-agent-action-groups --agent-id <AGENT_ID>
136+
aws bedrock-agent list-agent-action-groups --agent-id <AGENT_ID> --agent-version DRAFT
137137
```
138138

139139
Inspect Lambda:

0 commit comments

Comments
 (0)