App For Searching, Delete, and Create Access Key on AWS
- AWS CLI installed
- Configure AWS CLI
- Python 3 Installed (Tested on Python 3.8.7)
Use Virtual Environment for isolate python dependencies
- Clone repository
git clone https://github.com/ludesdeveloper/atur-access-key.git
- Change directory
cd atur-access-key
- Install Python dependencies
pip install -r requirements.txt
- Run Application
python main.py
- Access your localhost port 5000
http://127.0.0.1:5000