Guardの自動導入
Amazon 販売パートナー API ガードをデプロイします。
次の手順を使用して、Selling Partner API GuardをAWSに導入します。Selling Partner API Guardを起動する前に、コスト、アーキテクチャの概要、セキュリティ 、および本ガイドで説明されているその他の考慮事項を確認してください。
導入時間:約25分
前提条件
-
にサインイン ソリューションプロバイダーポータル 開発者の認証情報を使用する。
注
にとって セラーセントラル ユーザーの方は、セラーセントラルにサインインして、次のページに移動します。 Apps and Servicesそして Develop Apps。
-
AWSアカウントにサインインします。
-
Selling Partner API GuardをテストするAWSパーティションを特定します。Selling Partner API GuardはAWSとAWS-CNをサポートしています。
-
レポートと通知用の有効なメールアドレスを選択します。
ステップ1. スタックを開始する
この自動化されたAWS CloudFormationテンプレートは、AWSクラウドにSelling Partner API Guardを導入します。スタックを開始する前に、前提条件を満たす必要があります。
注
Selling Partner API Guardの実行中に使用されるAWSサービスのコストは、お客様の負担となります。詳細については、本ガイドのコストセクションと、各AWSサービスの料金に関するWebページをご覧ください。
<<<<<<< HEAD
-
にサインイン ソリューションプロバイダーポータル 開発者の認証情報を使用する。
-
セラーセントラルにサインインします。
-
From the top-left menu, choose Apps and Services.
-
Develop Appsを選択します。
-
Select the *Selling Partner API Guard** link.
-
Choose Get Started to launch the
CloudFormation
template in the AWS Console. -
以下のテンプレートパラメーターを確認し、必要に応じて変更します。
mainline
> 📘 Note > > For **Seller Central** users, sign in to Seller Central and navigate to <span class="notranslate">**Apps and Services**</span>, then <span class="notranslate">[**Develop Apps**](https://sellercentral.amazon.com/sellingpartner/developerconsole)</span>.
-
Select the *Selling Partner API Guard** link.
-
Choose Get Started to launch the
CloudFormation
template in the AWS Console. -
以下のテンプレートパラメーターを確認し、必要に応じて変更します。
パラメーター デフォルト 説明 Stack name
Selling-Partner-API-Guard-Stack
に関連付けられているスタック名 CloudFormation
スタック。このフィールドは変更できません。Developer email
<入力が必要> Selling Partner API Guardの設定関連のメールと生成されたレポートを受信するメールアドレス。 Merchant token
<入力が必要> Unique merchant token for a Seller Central account. This value can be fetched from the Merchant Token information on the Seller Central Account Info page. -
On the Review page, review and confirm the settings.
-
Select the box acknowledging that AWS CloudFormation might create IAM resources.
-
Choose Create stack to deploy the stack.
AWS のスタックのステータスを表示できます CloudFormation
ステータス列のコンソール。
ステップ2. Selling Partner API Guard EC2 CLIのセットアップを完了する
注意
Selling Partner API Guardからの連絡を記載したメールが2通届きます。メールに記載されているAWSアカウントIDと、インストールを実行するAWSアカウントのアカウントIDを照合することで、メールの信頼性を検証できます。
After the AWS CloudFormation stack deploys, you will receive an email prompting you to confirm your subscription to Selling Partner API Guard. This email should arrive within 10 minutes.
-
最初にメールで届いたリンクを開いて、サブスクリプションを確認します。
After confirming your subscription, you will receive a second email with a link that automates the provision of the Amazon EC2 CLI, which is an endpoint for running Selling Partner API Guard commands. This email should arrive within 15 minutes.
-
メールで届いた2番目のリンクを開いて、Session Managerを開始します。
-
以下のコマンドを実行してディレクトリに移動します。
cd GuardCli/ -
以下のコマンドを実行してAWSセキュリティサービスを有効にします。
sudo ./guardcli enable_services -
Choose Yes or No to enable the following Scan Rules:
- S3バケットをスキャンして、暗号化されていないPIIデータがないかどうかを確認する(Amazon Macie)
- AWSアカウントをスキャンして、悪意のあるアクティビティの可能性やDPP要件がないかを確認する(Amazon GuardDuty)
- 外部エンティティと共有されているAWSアカウントのIAMロールをスキャンして、意図したものかどうかを確認する(IAM Access Analyzer)
- EC2インスタンスをスキャンして、意図しないネットワークの脆弱性がないかどうかを確認する(Amazon Inspector)
注
Selling Partner API Guardは、以前の構成を変更しません。
ステップ3. Selling Partner API Guardを呼び出し、セキュリティレポートを生成する
-
以下のコマンドを実行してLambdaハンドラーを呼び出し、スキャンを完了します。
sudo ./guardcli start_scan -
Choose Yes to share report findings with Amazon. This option allows the Selling Partner API team to receive the same report that you receive. Alternatively, you can use the following command to share findings with Amazon within 30 days of the scan.
sudo ./guardcli report_to_amazon -
A report is generated after 24 hours. The report is emailed to the email provided in the stack parameters and is stored in the Amazon S3 bucket created by the AWS CloudFormation stack.
Selling Partner API Guardは、スキャンでトリガーされたAWSセキュリティサービスを自動的に無効にします。また、Amazon EC2インスタンスとVPCは30日後に自動的に削除されます。これらのリソースは、レポートを受け取ったらすぐに削除できます。詳細については、このガイドのAmazon Selling Partner API Guardのアンインストールセクションをご覧ください。
Updated 23 days ago