Step 1: Create an Amazon Config connector
The Amazon Config connector sets up the credential exchange between Amazon and Azure and enables Amazon Config to record Azure resource state. You must create this before creating the Systems Manager Cloud Connector.
Note
The Amazon Config connector automatically creates a service-linked role for federation. You do not need to create a separate IAM role for this step.
To create an Amazon Config connector for Azure
-
Create the Amazon Config connector. Replace
TENANT_IDwith your Azure tenant ID andCLIENT_IDwith the application (client) ID of the Azure AD app you created for Amazon Config.aws configservice put-connector \ --connector-configuration '{ "azure": { "tenantIdentifier": "TENANT_ID", "clientIdentifier": "CLIENT_ID" } }'Note the
Arnfrom the response — you need it in the next step. -
Confirm the connector was created:
aws configservice list-connectors