function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
System Administrator 893System Administrator 893 

Standard approach for integration between Salesforce and Amazon AWS - S3

Hi,

I have a question regarding Salesforce and AWS - S3 integration. Do they have any standard approach to integrate with Amazon AWS - S3 or not ? If any, Can you please specify and suggest to us, which method we could use ?

Thank you very much in advance,
Best Answer chosen by System Administrator 893
Deepali KulshresthaDeepali Kulshrestha
Hi,

Please Checkout these links
1.https://aws.amazon.com/blogs/apn/connecting-aws-and-salesforce-enables-enterprises-to-do-more-with-customer-data/
2.https://developer.salesforce.com/forums/?id=9060G0000005SO2QAM

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
 

All Answers

Deepali KulshresthaDeepali Kulshrestha
Hi,

Please Checkout these links
1.https://aws.amazon.com/blogs/apn/connecting-aws-and-salesforce-enables-enterprises-to-do-more-with-customer-data/
2.https://developer.salesforce.com/forums/?id=9060G0000005SO2QAM

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
 
This was selected as the best answer
Gary RalstonGary Ralston
Hello

Yes, Salesforce provides several standard approaches to integrate with Amazon AWS-S3.
One approach is to use Salesforce Connect, which enables you to access external data sources such as AWS-S3 from within Salesforce. To integrate Salesforce Connect with AWS-S3, you need to set up an OData 4.0 data source in Salesforce and configure it to connect to your AWS-S3 instance.
Another approach is to use Salesforce's Apex programming language to interact with AWS-S3 via the AWS SDK for Java. This approach allows you to write custom code in Salesforce that can interact with AWS-S3. 
In addition, Salesforce provides pre-built connectors for AWS services such as Amazon EC2, Amazon RDS, and Amazon SQS, which can help simplify the integration process and streamline data sharing between Salesforce and AWS.

To learn how to set up the Salesforce-AWS S3 integration, you can refer to the article available at https://arrify.com/salesforce-to-aws-s3-integration/. It will provide a comprehensive guide, includes best practices and steps to integrate Salesforce and AWS S3.