Manage users + access policies
How to manage users and configure policies to restrict access
User Authentication
# Create a python virtual environment and activate it
python3 -m venv venv
$> . venv/bin/activate
# Install AWS cli using pip
(venv)
$> pip install awscli[profile uh]
endpoint_url = https://my-uh-cluster.my-company.io
region=my-regionRoot User Account
Managing User Accounts
User Creation and Deletion
Access Keys
Policies
User Policies
Bucket Policies
Last updated
Was this helpful?