Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの...
Search
r3_yamauchi
December 19, 2025
Technology
40
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (デプロイ編)
r3_yamauchi
December 19, 2025
More Decks by r3_yamauchi
See All by r3_yamauchi
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
190
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
210
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (メモリー編)
r3_yamauchi
0
51
Power of Kiro : あなたの㌔はパワステ搭載ですか?
r3_yamauchi
0
330
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
1
340
みんな Kiro ってる?
r3_yamauchi
0
290
チャットの応答部分を AWS Strands Agents SDK で置き換えてみた
r3_yamauchi
0
93
AWS Strands Agents SDK Lambda関数内で使ってみた
r3_yamauchi
0
380
AWS Strands Agents SDK たった 3 行でAIエージェントを実装できる!
r3_yamauchi
0
300
Other Decks in Technology
See All in Technology
AI時代の EM への処方箋
staka121
PRO
0
120
AWS Blocks を触ってみた/first-tach-aws-blocks
fossamagna
2
160
ZOZOTOWNの進化と信頼性を両立する負荷試験
zozotech
PRO
2
160
SRE Lounge Hiroshimaへの招待
grimoh
0
610
キャリアの中で本を作る / Making a Book During Your Career
ak1210
0
130
ループエンジニアリングでE2Eテストを実践
noriyukitakei
0
340
AIと共生する開発者プラットフォーム:バクラクのモノレポ×マイクロサービス基盤
sakajunquality
2
3.2k
Gen3R: 3D Scene Generation Meets Feed-Forward Reconstruction
spatial_ai_network
0
110
ruby.wasmとPicoRuby.wasmに対応した仮想DOMライブラリを作ってる話 #kaigieffect_kaigi
sue445
PRO
0
130
環境凍結という Toil を倒す -セルフサービス型 Ephemeral テスト環境の 設計と実践
shirouz
1
2.1k
Oracle Exadata Database Service on Cloud@Customer X11M (ExaDB-C@C) サービス概要
oracle4engineer
PRO
2
8.4k
Keeping applications secure by evolving OAuth 2.0 and OpenID Connect
ahus1
PRO
1
160
Featured
See All Featured
Technical Leadership for Architectural Decision Making
baasie
3
440
Discover your Explorer Soul
emna__ayadi
2
1.2k
How to build a perfect <img>
jonoalderson
1
5.8k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
190
Skip the Path - Find Your Career Trail
mkilby
1
160
Done Done
chrislema
186
16k
Making Projects Easy
brettharned
120
6.7k
Testing 201, or: Great Expectations
jmmastey
46
8.2k
Visualization
eitanlees
152
17k
A better future with KSS
kneath
240
18k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
1
370
HU Berlin: Industrial-Strength Natural Language Processing with spaCy and Prodigy
inesmontani
PRO
0
460
Transcript
None
None
uv run agentcore invoke '{"prompt": "こんにちは!AWSクラウ ドで動作していますか?"}'
None
None
uv run agentcore gateway create-mcp-gateway --name MyFirstAgentGateway --region us-east-1 --enable_semantic_search
None
None
uv run agentcore gateway create-mcp-gateway --name MyFirstAgentGateway --region us-east-1 --enable_semantic_search
None
None
uv run agentcore gateway get-mcp-gateway --name MyFirstAgentGateway --region us-east-1
uv run agentcore gateway create-mcp-gateway-target -- gateway-arn "arn:aws:bedrock-agentcore:us-east- 1:123456789012:gateway/myfirstagentgateway- 12abcdefgh"
--gateway-url "https://myfirstagentgateway- 12abcdefgh.gateway.bedrock-agentcore.us-east- 1.amazonaws.com/mcp" --role-arn "arn:aws:iam::123456789012:role/AgentCoreGatewayEx ecutionRole" --name TestLambdaTarget --target-type lambda --region us-east-1 aws cognito-idp describe-user-pool-client --user-pool-id us-east-1_1AbC0deFG --client-id 1abc2def3ghi4jklmno5p6qr78 --region us-east-1 --query 'UserPoolClient.ClientSecret' --output text
None
uv run agentcore gateway list-mcp-gateway-targets -- name MyFirstAgentGateway --region us-east-1
uv run agentcore gateway list-mcp-gateway-targets -- name MyFirstAgentGateway --region us-east-1
curl -X POST "https://agentcore-1ab2c34d.auth.us-east- 1.amazoncognito.com/oauth2/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=client_credentials&client_id=1abc2def3ghi 4jklmno5p6qr78&client_secret=1a2b34c5d67efg8&scop e=MyFirstAgentGateway/invoke"
None
None
None