https://github.com/theognis1002/aws-certifications-study-guide
www.aws-certifications.com
https://github.com/theognis1002/aws-certifications-study-guide
django docker-compose html-css-javascript postgresql pytest
Last synced: 2 months ago
JSON representation
www.aws-certifications.com
- Host: GitHub
- URL: https://github.com/theognis1002/aws-certifications-study-guide
- Owner: theognis1002
- Created: 2021-01-18T01:44:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T02:41:09.000Z (over 3 years ago)
- Last Synced: 2025-10-10T04:14:59.936Z (9 months ago)
- Topics: django, docker-compose, html-css-javascript, postgresql, pytest
- Language: CSS
- Homepage:
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Certification Study Guide
### 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.
## Study Materials
1. AWS Cloud Practitioner Flash Cards
1. AWS Cloud Practitioner Service Quiz
1. AWS Cloud Practitioner Multiple Choice Quiz
1. AWS Cloud Practitioner Practice Exam
## Coming Soon...
1. AWS Certified Developer Flash Cards
1. AWS Certified Developer Service Quiz
1. AWS Certified Developer Multiple Choice Quiz
1. AWS Certified Developer Practice Exam
1. AWS Solutions Architect Associate Flash Cards
1. AWS Solutions Architect Associate Service Quiz
1. AWS Solutions Architect Associate Multiple Choice Quiz
1. AWS Solutions Architect Associate Practice Exam
## Technologies Used
1. Django
1. PostgreSQL
1. Nginx
1. uWSGI
1. Uncomplicated Firewall (ufw)
1. DigitalOcean
## Setup
1. `virtualenv venv`
1. `source venv/bin/activate`
1. `pip install -r requirements.txt`
1. `python manage.py migrate`
1. `python manage.py createsuperuser`
1. `python manage.py runserver`
## TODO
1. add initial seed data
1. dockerize app