- 14 May 2024
- 2 Minutes to read
- Print
SaaSify Integration Configuration
- Updated on 14 May 2024
- 2 Minutes to read
- Print
In this Article
This article describes how to create SaaSify Role on AWS Marketplace Management Portal.
Pre-requisites
Before proceeding with the below steps, make sure you have completed the steps mentioned in previous page.
SaaSify PSM will provide the following information as part of the configuration:
Cloud Formation Quick Create URL
Access User ARN
Data feed Webhook URL
External ID
Note:
Before executing the below steps, make sure you have the AWSCloudFormation_FullAccess permissions assigned to the user.
Ensure you have all the above details provided by PSM.
Create SaaSify Role
Open the Cloud Formation Quick Create URL provided by PSM in the Browser and login using your AWS Credentials.
Ensure the correct Region: N.Virginia (us-east-1) is selected.
Provide the Stack name. For example: AWSMarketplaceRoleForSaaSifyIntegration-Stack
Update the below Parameters values
Under Parameter, for DatafeedAmazonS3ArnParameter paste the value of Amazon Simple Storage Service (Amazon S3) ARN copied from Set up customer data storage
Under Parameter, for DatafeedKMSKeyArnParameter paste the value of AWS KMS key ARN copied from Set up customer data storage
Under Parameter, for DatafeedSNSTopicArnParameter paste the value of SNS topic ARN copied from Set up customer data storage
RoleNameParameter is pre-populated, and it does not require any change
SaaSifyAccessArnParameter, the value is provided by the PSM
SaaSifyDatafeedWebhookUrl, the value is provided by the PSM
SaaSifyExternalIdParameter, the value is provided by the PSM
Review the details updated and under Capabilities, select “I acknowledge that AWS CloudFormation might create IAM resources with custom names.“
Click on Create Stack.
Once the Stack creation is completed successfully, you can see the status as Create_Complete.
Navigate to the Outputs tab and make a note of the value for SaaSifyRoleARN as this would be used in further steps.
Next Step
Follow the steps in next page to update S3 bucket permission.