Current Unavailable: https://www.aws-certifications.com/
- Internal tool to create quizzes to study for AWS certifications. Not satisfied with available online study materials for this certification, I decided to create this website to allow me to study and gain knowledge at a rapid pace. Questions are dynamic with randomization and different formats which prevent strict memorization.
Additional quizzes and study materials will be added in the future.
- AWS Cloud Practitioner Flash Cards
- AWS Cloud Practitioner Service Quiz
- AWS Cloud Practitioner Multiple Choice Quiz
- AWS Cloud Practitioner Practice Exam
- AWS Certified Developer Flash Cards
- AWS Certified Developer Service Quiz
- AWS Certified Developer Multiple Choice Quiz
- AWS Certified Developer Practice Exam
- AWS Solutions Architect Associate Flash Cards
- AWS Solutions Architect Associate Service Quiz
- AWS Solutions Architect Associate Multiple Choice Quiz
- AWS Solutions Architect Associate Practice Exam
- Django
- PostgreSQL
- Nginx
- uWSGI
- Uncomplicated Firewall (ufw)
- DigitalOcean
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- add initial seed data
- dockerize app