Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [aws-credentials]

The tag has no usage guidance.

aws-credentials
0 votes
1 answer
41 views

How to provide AWS credentials in an android studio mobile app (kotlin)?

I have a mobile app that I am making in android studio and I want to send a message to an AWS SQS server when the user does something. However, I am running in to problems with giving credentials to ...
Lemon's user avatar
  • 1
0 votes
1 answer
33 views

AWS Access token and secret key of SSO User get expired after 8 hours in ECS Deployment

I have deployed my nodeJs application to ECS, but it uses other resources such as SNS and SES. However, to use SES, I must store AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_SESSION_TOKEN in env. ...
MJ Ghani's user avatar
0 votes
0 answers
100 views

How to set-up Redshift Connection on dBeaver CE when using Configuration file on a Mac

I am trying to set-up a Redshift connection using dBeaver CE. I am trying to use the Configuration file option as described in the linked AWS Doc Using a Configuration Profile You can supply the IAM ...
adbdkb's user avatar
  • 2,079
0 votes
0 answers
143 views

How to use secret environmental variables through aws-sdk/client-secrets-manager in Next.js 14?

I'm trying to use environment variables stored in AWS Secrets Manager in my Next.js application, but I'm having trouble accessing them correctly. I'm using Next.js 14. // utils/aws.js import AWS from &...
Rahul bora's user avatar
-1 votes
1 answer
282 views

How to setup AWS credentials for next.js apps?

I am trying to create a simple app that uploads an image from a web form to a S3 bucket. The problem I am having is with accessing the Access keys in my app. Initially, I was using aws-sdk v2 and was ...
Ak01's user avatar
  • 390
0 votes
0 answers
118 views

Fetching credentials in an AWS Batch job

So we are running an AWS Batch job on ECS/Fargate and want to access some AWS service. Where do I get the credentials (SecretAccessKey etc) from, that is the credentials for the assigned Job Role? ...
Wolfgang Kuehn's user avatar
0 votes
0 answers
63 views

AWS Credentials issue while access S3 bucket in C#

I set all my profile in my computer which is working in my local machine, when i try to access in aws EC2 instance it is not working, both machine "defult" profile configured, i am getting ...
user2247527's user avatar
0 votes
1 answer
240 views

AWSSDK for Swift / supplying credentials at runtime

I am trying to list files in an S3 bucket and eventually upload and do more with the new AWSSDK. I have successfully gotten the sample code BELOW to work, and more, to list out objects (filenames) in ...
Andrew Treacy's user avatar
0 votes
1 answer
573 views

Next.JS app in ECS does not load env variables nor credentials

I am migrating from Vercel to AWS, and I'm trying to run my app with ECS using ECR. The problem es that the environment variables defined in the ECS are not found in runtime, and if I run a query to ...
Motomine's user avatar
  • 4,414
0 votes
1 answer
147 views

AWS SDK .NET, how do I access s3 through a privatelink using the ec2 imdsv2

I am having trouble accessing the ec2 iamRole in order to access the privatelinked s3 bucket. There is a proxy which made things complicated until I realized that I was getting the proxy's iamRole. ...
Ranald Fong's user avatar
0 votes
1 answer
332 views

How to pass AWS credentials from react

I am using AWS SDK aws-sdk/client-batch in my react to start an AWS batch job. For this I want to pass my AWS credentials so that my batch job can start. I know there are few different ways of passing ...
Ram's user avatar
  • 363
0 votes
0 answers
393 views

Implemented botocore.credentials's RefreshableCredentials logic but the script is still failing after an hour

My script is connecting to a remote account, finding the k8 pods and then downloading the required files from each one of them. Each file is taking about 1 second to get downloaded and there are more ...
learner57's user avatar
  • 473
1 vote
0 answers
78 views

AWS Credential Error in Runtime using JavaScript AWS SDK v2.784.0

I'm encountering an AWS credential error when using the aws-sdk version 2.784.0 in a JavaScript runtime environment. The error message is as follows: Error: Missing credentials in config, if using ...
Krishankant Mani's user avatar
4 votes
4 answers
10k views

Github Action: Configure-aws-credentials: Could not load credentials from any providers

Trying to use configure-aws-credentials in a Github actions template and getting an error: Error: Credentials could not be loaded, please check your action inputs: Could not load credentials from any ...
tmo's user avatar
  • 1,463
0 votes
0 answers
85 views

Credentials. rake aborted! ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`

I try to use capistrano to deploy rails i got this error when i run cap production deploy:initial I have one branch main in github and one master in the same repo. I use branch master but when i run ...
Reni Amorim's user avatar

15 30 50 per page
1
2 3 4 5 6