Skip to content

Use of IAM roles instead of access key for uploads to s3 #25

@agrlayush

Description

@agrlayush

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions