AWS - Franklinpang/docs GitHub Wiki

Introduce AWS services:

Cloudformation

Cloud

  • Monolithic vs Microservices vs Event Driven Architecture

CLF-C01: AWS Certified Cloud Practitioner

Screenshot from 2022-10-09 19-12-35

Screenshot from 2022-10-09 19-13-01

  • Microservices image

Screenshot from 2022-10-18 12-25-49

CloudTrail

CloudWatch

Security Groups

  • Default Security Groups

Network


Screenshot from 2022-10-09 11-11-48

API Gateway

AWS Microservices

https://www.youtube.com/watch?v=SqFFCTNyi88

  • Scaffold Screenshot from 2022-10-17 22-12-16
    • Create a python virtual Environment
      • python3 -m venv ~/.venv
      • virtualenv ~/.venv
    • Create empty files
      • touch requirements.txt; touch Dockerfile; touch Makefile; mkdir mylib; touch mylib/init.py; touch mylib/logic .py; touch main.py
    • Populate Makefile Screenshot from 2022-10-17 22-42-52
    • Populate Requirement file Screenshot from 2022-10-17 22-47-51
    • Update Makefiles Screenshot from 2022-10-17 22-48-29
    • Test with Actions.
      • Create yml file for steps.

https://www.youtube.com/watch?v=SdTzwYmsgoU

  • minikube
  • docker-compose.yml