AWS IAM Integration with WatchGuard CloudDR
Applies To: WatchGuard CloudDR
AWS Identity and Access Management (IAM) is a web service used to securely control access to AWS resources. AWS IAM enables you to set and manage guardrails and fine-grained access controls for your workforce and workloads. This guide describes how to integrate AWS IAM with CloudDR.
Available Features
- Misconfiguration Rules
- Identity Rules
- User Inventory
Prerequisites
To configure this integration, you must have:
- An AWS account with a permissions policy that includes these actions:
Copy{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Statement1",
"Effect": "Allow",
"Action": [
"iam:ListUsers",
"iam:ListMFADevices",
"iam:ListGroups",
"iam:GetGroup",
"iam:ListPolicies",
"iam:ListUserPolicies",
"iam:ListAttachedUserPolicies",
"iam:GetAccountPasswordPolicy",
"iam:ListSAMLProviders",
"iam:ListOpenIDConnectProviders"
],
"Resource": "*"
}
]
}
To create the policy with the JSON editor:
- Log in to your AWS IAM account in the IAM console at https://console.aws.amazon.com/iam/.
- From the left navigation pane, select Policies.
- Click Create policy.
- In the Policy editor section, select JSON.
- Paste a JSON policy document. Resolve any security warnings, errors, or general warnings generated during policy validation.
- Click Next.
- On the Review and create page:
- In the Policy Name text box, enter a name.
- (Optional) In the Description text box, enter a description.
- Click Create policy to save your new policy.
To create the required credentials in AWS:
- Log in to your AWS IAM account in the IAM console at https://console.aws.amazon.com/iam/.
- On the IAM Console Home page, in the left navigation pane, enter Users in the Search IAM text box.
- On the IAM users page, click the user name of an existing user or click Create users to create a user.
- Select the Security credentials tab.
- In the Access keys section, click Create access key.
- In the Use case section, select a use case. Click Next.
- Copy the generated Access key and Secret key and save the credentials in a secure location.
The Access Key and Secret Access Key form the key pair used to authenticate users.
Configure the AWS IAM Integration in CloudDR
To integrate AWS IAM with CloudDR:
- In WatchGuard Cloud, select Configure > CloudDR.
- Select the Integrations tab.
- (Service Providers) From the Select Integrations View drop-down list, select Add Integrations.

- In the AWS IAM widget, click Add.
- Click Start Integration.
- On the Access Key page, enter the Access Key ID. Click Next.
- On the Secret Key page, enter the Secret Access Key.
- Click Submit.