The application currently uses IAM access key to upload objects to s3 buckets. Storing access key directly in the server is not recommended as might lead to security breach and leakage of the access keys.
Best practices suggest to attach IAM role to the AWS Instance, generate temporary credentials to access S3 and other AWS resources.
The application currently uses IAM access key to upload objects to s3 buckets. Storing access key directly in the server is not recommended as might lead to security breach and leakage of the access keys.
Best practices suggest to attach IAM role to the AWS Instance, generate temporary credentials to access S3 and other AWS resources.