---
title: "接続情報 - Amazon DynamoDB | TROCCO Docs"
slug: "connection-configuration-dynamo-db"
updated: 2025-07-28T03:44:24Z
published: 2025-07-28T03:44:24Z
canonical: "documents.trocco.io/connection-configuration-dynamo-db"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documents.trocco.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 接続情報 - Amazon DynamoDB

## 概要

Amazon DynamoDBの接続情報を設定する際のDocsとなります。

## AWS Access Key IDとAWS Secret Access Keyの作成方法

### グループ作成

1. IAMコンソールにログインします。
2. メインページから**ユーザーグループ**を選択し、**グループを作成**をクリックします。

![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-0.png)

1. グループ名、ポリシーに AmazonDynamoDBFullAccess を選択して**グループを作成**をクリックします。  

![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-1.png)

### ユーザー作成

1. メインページから**ユーザー**を選択し、**ユーザーを追加**をクリックします。

![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-2.png)

1. ユーザー名を入力して、アクセスの種類で**プログラムによるアクセス**を選択し、次のステップへ進みます。 ![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-3.png)
2. ユーザーを先ほど作成したグループに追加してユーザーの作成をします。 ![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-4.png)
3. 作成後にAWS Access Key IDとAWS Secret Access Keyが表示されます。 ![image.png](https://cdn.document360.io/3a3bae1e-f157-487f-8798-01e9d820e760/Images/Documentation/connection-configuration-dynamo-db-2024-08-29-14-25-5.png)

参考：[AWS公式サイト](https://aws.amazon.com/jp/developers/access-keys/)
