<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Integrations with AWS on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/aws/</link><description>Recent content in Integrations with AWS on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/integrations/aws/index.xml" rel="self" type="application/rss+xml"/><item><title>Authenticating to AWS</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/aws/authenticating-aws/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/aws/authenticating-aws/</guid><description>&lt;p>Dapr components leveraging AWS services (for example, DynamoDB, SQS, S3) utilize standardized configuration attributes via the AWS SDK. &lt;a href="https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/configuring-sdk.html#specifying-credentials">Learn more about how the AWS SDK handles credentials&lt;/a>.&lt;/p>
&lt;p>You can configure authentication using the AWS SDK’s default provider chain or one of the predefined AWS authentication profiles outlined below. Verify your component configuration by testing and inspecting Dapr runtime logs to confirm proper initialization.&lt;/p>
&lt;h3 id="terminology">Terminology&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>ARN (Amazon Resource Name):&lt;/strong> A unique identifier used to specify AWS resources. Format: &lt;code>arn:partition:service:region:account-id:resource&lt;/code>. Example: &lt;code>arn:aws:iam::123456789012:role/example-role&lt;/code>.&lt;/li>
&lt;li>&lt;strong>IAM (Identity and Access Management):&lt;/strong> AWS&amp;rsquo;s service for managing access to AWS resources securely.&lt;/li>
&lt;/ul>
&lt;h3 id="authentication-profiles">Authentication Profiles&lt;/h3>
&lt;h4 id="access-key-id-and-secret-access-key">Access Key ID and Secret Access Key&lt;/h4>
&lt;p>Use static Access Key and Secret Key credentials, either through component metadata fields or via &lt;a href="https://docs.aws.amazon.com/sdkref/latest/guide/creds-config-files.html">default AWS configuration&lt;/a>.&lt;/p></description></item></channel></rss>