#author("2026-02-20T02:33:24+00:00","default:wikiadmin","wikiadmin") #author("2026-02-20T05:31:31+00:00","default:wikiadmin","wikiadmin") -仕事向けの下調べ *推論プロファイル作成 [#iccbc030] aws bedrock create-inference-profile --inference-profile-name "MyProductionProfile" --description "for XXX" --model-source '{"copyFrom": "arn:aws:bedrock:ap-northeast-1::foundation-model/anthropic.claude-3-5-sonnet-20240620-v1:0"}' --tags '[{"key": "Project", "value": "Chatbot"}, {"key": "Environment", "value": "Production"}]' **自分で作成したものの一覧 [#f6314f9b] aws bedrock list-inference-profiles --region ap-northeast-1 --type-equals APPLICATION -タグは別途個別に取得 aws bedrock list-tags-for-resource --resource-arn ARN