Learn to connect your Salesforce Data Cloud org to Amazon SageMaker, so you can start using your Data Cloud data in Amazon SageMaker models …
Here are highlights from article Connect Salesforce Data Cloud to Amazon SageMaker
1. Configure SageMaker
– Set up a SageMaker domain, domain user, and SageMaker execution role.
2. Create a connected app in Salesforce
– Enable OAuth settings and provide a callback URL.
– Choose the necessary OAuth scopes for accessing Salesforce Data Cloud.
3. Generate a consumer key and secret
– Generate the consumer key and secret in the Salesforce connected app.
4. Store the consumer key and secret in AWS Secrets Manager
– Navigate to Secrets Manager in AWS and store a new secret.
– Enter the consumer key and secret in the JSON format.
– Create a policy for the SageMaker execution role to grant access to the secret.
5. Attach additional policies in the IAM console
– Attach the necessary policies to specific roles in the IAM console for SageMaker deployment.
You can read it here: https://sfdc.blog/nSeUQ
Source from developer(dot)salesforce(dot)com