I want to set up the aws credential to connect the AWS Services. The problem is, I have an application, this appication try to access to the S3 bucket. So if we want to connect to the services, we need to setup the aws configure right?
Because the s3 bucket I'm using need the token to access and it will expired every 1 hour. So I'm using the AWS Access Key and Secret Access Key to generate the token. However, its not the problem because I already had an submit job to spin up the container
What I want to do is create an image base having the aws credential, after that the application which want to connect to the aws services can use that image base and it will available access to aws services
But I don't have any idea how I can make it possible. Can you help me to give me some advice