AWSConfigRemediation-UpdateOpenSearchDomainSecurityGroups - AWS Systems Manager オートメーションランブックリファレンス

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

AWSConfigRemediation-UpdateOpenSearchDomainSecurityGroups

説明

AWSConfigRemediation-UpdateOpenSearchDomainSecurityGroups ランブックは、Config API を使用して、特定の Amazon OpenSearch Service ドメインのセキュリティグループUpdateDomain設定を更新します。

注記

AWS セキュリティグループは、Amazon Virtual Private Cloud (VPC) アクセス用に設定された Amazon OpenSearch Service ドメインにのみ適用でき、パブリックアクセス用に設定された Amazon OpenSearch Service ドメインには適用されません。

このオートメーションを実行する (コンソール)

ドキュメントタイプ

Automation

[所有者]

Amazon

[Platforms] (プラットフォーム)

Linux、macOS、Windows

パラメータ

  • DomainName

    型: 文字列

    説明: (必須) セキュリティグループの更新に使用する Amazon OpenSearch Service ドメインの名前。

  • SecurityGroupリスト

    タイプ: StringList

    説明: (必須) Amazon OpenSearch Service ドメインに割り当てるセキュリティグループ IDs。

  • AutomationAssumeロール

    型: 文字列

    説明: (必須) Systems Manager Automation がユーザーに代わってアクションを実行できるようにする AWS Identity and Access Management (IAM) ロールの Amazon リソースネーム (ARN)。

必要な IAM アクセス許可

AutomationAssumeRole パラメータでは、ランブックを正常に使用するために、次のアクションが必要です。

  • ssm:StartAutomationExecution

  • ssm:GetAutomationExecution

  • es:DescribeDomain

  • es:UpdateDomainConfig

ドキュメントステップ

  • aws:executeScript - DomainNameパラメータで指定した Amazon OpenSearch Service ドメインのセキュリティグループ設定を更新します。