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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
r3_yamauchi
December 19, 2025
Technology
42
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
200
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法
r3_yamauchi
0
220
Kiro Power - Amazon Bedrock AgentCore を学ぶ、もう一つの方法 (メモリー編)
r3_yamauchi
0
54
Power of Kiro : あなたの㌔はパワステ搭載ですか?
r3_yamauchi
0
330
Kiro と Q Dev で 同じゲームを作らせてみた
r3_yamauchi
1
350
みんな Kiro ってる?
r3_yamauchi
0
290
チャットの応答部分を AWS Strands Agents SDK で置き換えてみた
r3_yamauchi
0
94
AWS Strands Agents SDK Lambda関数内で使ってみた
r3_yamauchi
0
390
AWS Strands Agents SDK たった 3 行でAIエージェントを実装できる!
r3_yamauchi
0
300
Other Decks in Technology
See All in Technology
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
53k
AI ネイティブな組織に Gemini Enterprise Agent Platform がなぜ必要なのか
asei
1
140
オートロックマンションなのに、各部屋は施錠なし!? 攻撃者が組織内ネットワークで大暴れする理由 / The Front Door Is Locked, but the Rooms Are Wide Open: Why Attackers Move Freely Inside Enterprise Networks
nttcom
0
680
クラウドを使う側から、作る側へ / 大吉祥寺.pm 2026前夜祭
fujiwara3
8
2k
AIQAのナレッジ構築について
qatonchan
1
140
Master Dataグループ紹介資料
sansan33
PRO
1
4.8k
AI時代の強いチームの作り方
yuukiyo
23
13k
数値で見る Microsoft MVP 〜Spec Kit と GitHub Copilot Agent で作るデータ可視化ダッシュボード〜
yutakaosada
0
180
[MIRU26] To What Extent Does MLLM-as-a-Judge Exhibit Cross-Model Preference Bias?
keio_smilab
PRO
0
100
SnowflakeCoCoでデータエンジニアリング!
foursue
0
110
13年運用タイトルのサーバーサイドが辿り着いた現在地 ― モンスターストライクにおける技術・組織・AI活用から得た知見
mixi_engineers
PRO
1
380
侵入は突然に 〜 IoTマルウェアと悪用される家庭の機器 ~ / When Intrusion Strikes: IoT Malware and the Abuse of Home Devices
nttcom
0
660
Featured
See All Featured
Deep Space Network (abreviated)
tonyrice
0
240
Designing for Performance
lara
611
70k
Building Adaptive Systems
keathley
44
3.2k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
450
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
510
Tell your own story through comics
letsgokoyo
1
1k
Designing Powerful Visuals for Engaging Learning
tmiket
1
470
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
280
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.8k
The Cost Of JavaScript in 2023
addyosmani
55
10k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
500
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