AWS Bucket with Access Keys (on-premise)
Last updated
Was this helpful?
Last updated
Was this helpful?
Go to the .
Log in with your AWS credentials.
In the AWS Management Console, search for S3 in the search bar and select the S3 service.
Click on "Create bucket".
Provide a unique bucket name.
Configure settings:
Object Ownership: Choose disabled.
Block Public Access Settings: Block public access.
Enable encryption and versioning.
Click "Create bucket".
In the AWS Management Console, search for IAM (Identity and Access Management).
Click on Users in the IAM dashboard.
If creating a new user:
Click "Add users".
Provide a username.
Select "Programmatic access" as the access type.
If using an existing user, click on the user name to edit their permissions.
Assign a policy that allows access to S3, such as:
Custom Policy: Create a custom policy to restrict access to specific buckets or actions:
Go to the Security Credentials tab for the user.
Click "Create access key".
Copy and securely store the Access Key ID and Secret Access Key.
These keys will not be shown again after creation.
Regularly rotate access keys.
Use least privilege policies to limit access.