

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# 招待への応答
<a name="orgs_transfer_billing-respond-invitation"></a>

組織の管理アカウントにサインインすると、受信した招待に応答できます。

## 考慮事項
<a name="orgs_transfer_billing-respond-invitation-considerations"></a>

**転送は継承されます**

別の組織の*請求転送アカウント*で、別のアカウントからの*請求転送の招待*を受け入れると、そのアカウントは*請求転送アカウント*になり、管理および支払いを行う一括請求を管理および支払います。

**転送は月初に開始されます**

招待が承諾された場合、開始日は招待で指定された月の最初の日の 00:00:00 UTC です (東部標準時の場合、月の最初の日の前の夜の午後 7:00 です）。

**招待は開始日より前に承諾する必要があります**

招待は、請求転送開始日の 24 時間前に承諾する必要があります。たとえば、開始日が 5 月 1 日の招待は、開始日の 2 日前である 4 月 29 日午後 6 時 59 分 59 秒東部標準時 (UTC 午後 11 時 59 分 59 秒) までに承諾する必要があります。

## 招待に応答する
<a name="orgs_transfer_billing-respond-invitation-steps"></a>

**用語と概念**  
以下は、 AWS Billing and Cost Management コンソールで使用される用語と概念です。  
**インバウンド請求: **別の組織の一括請求を管理して支払うことができる請求転送。
**アウトバウンド請求**: 組織外のアカウントが一括請求を管理および支払うことを許可する請求転送。

**最小アクセス許可**  
招待に応答するには、次のアクセス許可アクションが必要です。  
`organizations:ListHandshakesAccount`
`organizations:AcceptHandshake`
`organizations:DeclineHandshake`

招待に応答するには、次の手順を実行します。

------
#### [  ]

**招待に応答するには**

1. にサインイン AWS マネジメントコンソール し、[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/) で AWS Billing and Cost Management コンソールを開きます。

1. **設定と設定の**左側のナビゲーションで、**請求転送**を選択します。

1. **請求転送**ページで、**アウトバウンド請求**タブを選択します。

1. **アウトバウンド請求**タブで、アラートボックス**の詳細を表示**を選択します。

1. 招待の詳細ページで、**拒否**または**承諾**を選択します。

------
#### [  ]

**招待に応答するには**  
以下のいずれかのオペレーションを使用することもできます。
+ AWS CLI: [list-handshakes-for-account](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-handshakes-for-account.html)、[Accept-handshake](https://docs.aws.amazon.com/cli/latest/reference/organizations/accept-handshake.html)、および [decline-handshake](https://docs.aws.amazon.com/cli/latest/reference/organizations/accept-decline.html)

  1. 次のコマンドを実行して、[ハンドシェイク](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#invitations-handshakes) ID を見つけます。

     ```
     $ C:\> aws organizations list-handshakes-for-account \
         --filter HandshakeType=TRANSFER_RESPONSIBILITY
     ```

  1. レスポンスから、応答する招待のハンドシェイク ID を書き留めます。

  1. **リクエストを受け入れるには:**

     次のコマンドを実行して招待を受け入れます。

     ```
     $ C:\> aws organizations accept-handshake \
         --handshake-id examplehandshakeid
     ```

     **リクエストを拒否するには:**

     次のコマンドを実行して、招待を拒否します。

     ```
     $ C:\> aws organizations decline-handshake \
         --handshake-id examplehandshakeid
     ```
+ AWS SDKs: [ListHandshakesForAccount](https://docs.aws.amazon.com/cli/latest/reference/organizations/ListHandshakesForAccount.html)、[AcceptHandshake](https://docs.aws.amazon.com/organizations/latest/APIReference/API_AcceptHandshake.html)、[DeclineHandshake](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DeclineHandshake.html)

------

**次のステップ**  
招待を承諾したら、コンソールまたは を使用してステータス AWS Billing and Cost Management をモニタリングできます。詳細については、[「転送の表示](orgs_transfer_billing-view-transfer.md)」を参照してください。招待を拒否した場合、または招待の有効期限が切れた場合、転送を開始するには、招待を送信したアカウントが別のアカウントを送信する必要があります。