Questions tagged [aws-credentials]
68 questions
0
votes
1 answer
CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
I posted a question yesterday and today I have got a problem with the same project different error:
my credentials and config files look like this:
[ask-cli-Falkowsky]
aws_access_key_id =XXXXXXXXXXXX
aws_secret_access_key…

Falko
- 33
- 8
0
votes
1 answer
AwsCredentialsProvier using environment variables
I am trying to create a new AmazonS3Client by passing in a new AmazonCredentialsProvider. Just a simple java function. Online documentation states that if you have environment variables for AWS_ACCESS_KEY and AWS_SECRET_ACCESS_KEY, the…

Chalupa
- 17
- 2
0
votes
2 answers
AWS JAVA SDK - Can i programmatically access other services using aws sdk running inside same aws account without hard coding credentials?
I have java code running in fargate cluster, I need to access other aws services from within the java code using aws sdk.
Right now I have hard-coded access/secret/token inside java class and it is working fine.
BasicSessionCredentials…

user10916892
- 825
- 12
- 33
0
votes
1 answer
Nifi: Unable to commit Access Key and Secret Key for AWSCredentialsProviderControllerService
When i enter access key and secret key for AWSCredentialsProviderControllerService, and try to commit changes, No option for Commit local changes on Nifi appearing, it means unable to commit changes for new access key and secret key Please help…

Samjas Subair
- 11
- 3
0
votes
2 answers
Automatic rotation of AWS access keys
I am looking for ways to automate the rotation of access keys (AWS credentials) for a set of users. There is a seperate process that creates the Access Keys. I need to be able to rotate the keys in an automated way. This link explains a way to do…

fledgling
- 991
- 4
- 25
- 48
0
votes
1 answer
AWS credentials required for Common Crawl S3 buckets
I'm trying to get at the Common Crawl news S3 bucket, but I keep getting a "fatal error: Unable to locate credentials" message. Any suggestions for how to get around this? As far as I was aware Common Crawl doesn't even require credentials?

Jen
- 21
- 4
-1
votes
1 answer
Nifi: How to read access/secret key for AWSCredentialsProviderControlerService independent of environment
We are currently set path of properties file which contains secret/access key for Credentials File for AWSCredentialsProviderControlerService . Issue, is we are changing properties path for prod and non prod each time we run nifi workflow. trying to…

Samjas Subair
- 11
- 3
-2
votes
1 answer
How to use Amazon S3 inside a nodeJS app?
I am trying to use Amazon S3 to upload/download some images and videos from inside my locally running NodeJS application. But when I search for that, there are tons of different code snippets and different credential management approaches and I am…

best_of_man
- 643
- 2
- 15