You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "subbu srinivasan (JIRA)" <ji...@apache.org> on 2016/06/15 21:00:13 UTC

[jira] [Commented] (HADOOP-13277) Need To Support IAM role based access for supporting Amazon S3

    [ https://issues.apache.org/jira/browse/HADOOP-13277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332548#comment-15332548 ] 

subbu srinivasan commented on HADOOP-13277:
-------------------------------------------

Hi Chris,
Yes, Chris. Using the setting of com.amazonaws.auth.DefaultAWSCredentialsProviderChain for fs.s3a.aws.credentials.provider should solve the problem. 

I added this  to core-site.xml

<property>
  <name>fs.s3a.aws.credentials.provider</name>
  <value>com.amazonaws.auth.DefaultAWSCredentialsProviderChain</value>
</property>


Useful to add it to documentation.

> Need To Support IAM role based access for supporting Amazon S3
> --------------------------------------------------------------
>
>                 Key: HADOOP-13277
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13277
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/s3
>    Affects Versions: 2.7.2
>            Reporter: subbu srinivasan
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> We need amazon secret accessid/credentials as part of the core-site.xml.
> This is not ideal in many deployments, we would use IAM roles to accomplish
> access to s3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org