Cette note propose un parcours en six mois pour obtenir la certification AWS Solutions Architect Associate. Je recommande des ressources pour apprendre les bases du développement web, comprendre comment fonctionne Internet, les systèmes distribués, la virtualisation, les conteneurs et microservices, ainsi que la sécurité et les concepts clés d'AWS. Je termine en encourageant tout aspirant architecte cloud à se concentrer sur une ressource à la fois et à prendre son temps pour bien assimiler les concepts. Je recommande également de partager vos expériences à travers les publications d’écrits ou de vidéos.
La version écrite de cette vidéo est disponible à :
https://www.remotepetga.dev/articles/prepa-certification-saa-c03-ep4-experience
Liens cités dans cet épisode :
- La page de certification [AWS Solutions Architect - Associate (SAA-C03)](https://aws.amazon.com/fr/certification/certified-solutions-architect-associate/), le [parcours d’apprentissage proposé par AWS](https://explore.skillbuilder.aws/learn/course/external/view/elearning/125/exam-readiness-aws-certified-solutions-architect-associate-digital?saa=sec&sec=prep), le [guide de l’examen](https://d1.awsstatic.com/fr_FR/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Exam-Guide.pdf) et le [ramp-up guide](https://d1.awsstatic.com/training-and-certification/ramp-up_guides/Ramp-Up_Guide_Architect.pdf).
- **LIRE et RELIRE** l'article "[The Law of Leaky Abstractions](https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/)" de Joel Spolsky
- **MOIS 1 : Bases du développement web**
- Le parcours ["Front-end web Developer" de MDN](https://developer.mozilla.org/en-US/docs/Learn/Front-end_web_developer) associé au "[CS50 : Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x)". C'est gratuit. Si vous êtes plutôt vidéo, optez pour le parcours "*Beginner*" de [Frontend Masters](https://frontendmasters.com/).
- Alternatives : [Odin Project](https://www.theodinproject.com/), [FreecodeCamp](https://www.freecodecamp.org/), [FullstackOpen](https://fullstackopen.com/en/), [Epic React](https://epicreact.dev/) de Kent C. Dodds...
- **MOIS 2 : Comprendre comment Internet fonctionne**
- "[Networking Fundamentals](https://www.youtube.com/watch?v=bj-Yfakjllc&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi)" de [Practical Networking](https://www.practicalnetworking.net/index/networking-fundamentals-how-data-moves-through-the-internet/) et le cours "[Fundamentals of Networking for Effective Backend Design](https://www.udemy.com/course/fundamentals-of-networking-for-effective-backend-design/)" de Hussein Nasser
- Approfondissement : "[iLabX – The Internet Masterclass](https://www.edx.org/course/ilabx-the-internet-masterclass)" disponible à EDX
- **MOIS 3 : Comprendre les systèmes distribués**
- "[Foundations of Scalable Systems](https://www.oreilly.com/library/view/foundations-of-scalable/9781098106058/)" de Ian Gorton, [Understanding Distributed Systems](https://understandingdistributed.systems/) de Roberto Vitillo et "[Designing Data-Intensive Applications](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/)"
- Autres ressources : [Martin Kleppmann a fait une série vidéo sur Youtube](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) et le cours "[CSE138 (Distributed Systems)](https://www.youtube.com/watch?v=rZPRjLMWOao&list=PLNPUF5QyWU8PydLG2cIJrCvnn5I_exhYx)" de Lindsey Kuper
- **MOIS 4 : Comprendre la virtualisation**
- Le cours très accessible en deux parties [Nand2Tetris Part I](https://www.coursera.org/learn/build-a-computer) et [Nand2Tetris Part II](https://www.coursera.org/learn/nand2tetris2) de Noam Nisan et Simon Schocken.
- Autres ressources : "[Introduction to Linux](https://www.edx.org/course/introduction-to-linux)" proposé par la fondation Linux. [KodeKloud](https://kodekloud.com/courses/the-linux-basics-course/) a aussi un cours pareil que vous pouvez suivre en ligne. Lire si possible le livre de Michael Hausenblas "[Learning Modern Linux](https://www.oreilly.com/library/view/learning-modern-linux/9781098108939/)"
- **MOIS 5 : Conteneurs et Microservices**
- Le [tutoriel Docker](https://www.youtube.com/watch?v=pg19Z8LL06w) de Techworld with Nana et le livre d’Ashley Davis, "[Bootstrapping Microservices with Docker, Kubernetes, and Terraform](https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform)"
La suite des liens à : https://www.remotepetga.dev/articles/prepa-certification-saa-c03-ep4-experience
La version écrite de cette vidéo est disponible à :
https://www.remotepetga.dev/articles/prepa-certification-saa-c03-ep4-experience
Liens cités dans cet épisode :
- La page de certification [AWS Solutions Architect - Associate (SAA-C03)](https://aws.amazon.com/fr/certification/certified-solutions-architect-associate/), le [parcours d’apprentissage proposé par AWS](https://explore.skillbuilder.aws/learn/course/external/view/elearning/125/exam-readiness-aws-certified-solutions-architect-associate-digital?saa=sec&sec=prep), le [guide de l’examen](https://d1.awsstatic.com/fr_FR/training-and-certification/docs-sa-assoc/AWS-Certified-Solutions-Architect-Associate_Exam-Guide.pdf) et le [ramp-up guide](https://d1.awsstatic.com/training-and-certification/ramp-up_guides/Ramp-Up_Guide_Architect.pdf).
- **LIRE et RELIRE** l'article "[The Law of Leaky Abstractions](https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/)" de Joel Spolsky
- **MOIS 1 : Bases du développement web**
- Le parcours ["Front-end web Developer" de MDN](https://developer.mozilla.org/en-US/docs/Learn/Front-end_web_developer) associé au "[CS50 : Introduction to Computer Science](https://www.edx.org/course/introduction-computer-science-harvardx-cs50x)". C'est gratuit. Si vous êtes plutôt vidéo, optez pour le parcours "*Beginner*" de [Frontend Masters](https://frontendmasters.com/).
- Alternatives : [Odin Project](https://www.theodinproject.com/), [FreecodeCamp](https://www.freecodecamp.org/), [FullstackOpen](https://fullstackopen.com/en/), [Epic React](https://epicreact.dev/) de Kent C. Dodds...
- **MOIS 2 : Comprendre comment Internet fonctionne**
- "[Networking Fundamentals](https://www.youtube.com/watch?v=bj-Yfakjllc&list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi)" de [Practical Networking](https://www.practicalnetworking.net/index/networking-fundamentals-how-data-moves-through-the-internet/) et le cours "[Fundamentals of Networking for Effective Backend Design](https://www.udemy.com/course/fundamentals-of-networking-for-effective-backend-design/)" de Hussein Nasser
- Approfondissement : "[iLabX – The Internet Masterclass](https://www.edx.org/course/ilabx-the-internet-masterclass)" disponible à EDX
- **MOIS 3 : Comprendre les systèmes distribués**
- "[Foundations of Scalable Systems](https://www.oreilly.com/library/view/foundations-of-scalable/9781098106058/)" de Ian Gorton, [Understanding Distributed Systems](https://understandingdistributed.systems/) de Roberto Vitillo et "[Designing Data-Intensive Applications](https://www.oreilly.com/library/view/designing-data-intensive-applications/9781491903063/)"
- Autres ressources : [Martin Kleppmann a fait une série vidéo sur Youtube](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) et le cours "[CSE138 (Distributed Systems)](https://www.youtube.com/watch?v=rZPRjLMWOao&list=PLNPUF5QyWU8PydLG2cIJrCvnn5I_exhYx)" de Lindsey Kuper
- **MOIS 4 : Comprendre la virtualisation**
- Le cours très accessible en deux parties [Nand2Tetris Part I](https://www.coursera.org/learn/build-a-computer) et [Nand2Tetris Part II](https://www.coursera.org/learn/nand2tetris2) de Noam Nisan et Simon Schocken.
- Autres ressources : "[Introduction to Linux](https://www.edx.org/course/introduction-to-linux)" proposé par la fondation Linux. [KodeKloud](https://kodekloud.com/courses/the-linux-basics-course/) a aussi un cours pareil que vous pouvez suivre en ligne. Lire si possible le livre de Michael Hausenblas "[Learning Modern Linux](https://www.oreilly.com/library/view/learning-modern-linux/9781098108939/)"
- **MOIS 5 : Conteneurs et Microservices**
- Le [tutoriel Docker](https://www.youtube.com/watch?v=pg19Z8LL06w) de Techworld with Nana et le livre d’Ashley Davis, "[Bootstrapping Microservices with Docker, Kubernetes, and Terraform](https://www.manning.com/books/bootstrapping-microservices-with-docker-kubernetes-and-terraform)"
La suite des liens à : https://www.remotepetga.dev/articles/prepa-certification-saa-c03-ep4-experience
- Catégories
- Architecte
- Mots-clés
- SAA-C03, AWS, Architecte Cloud
Commentaires