Notes taken while studying for AWS SysOps Associate Certification.
- Follow progress by completing notes on syllabus
- Implement labs and mock app
Supporting Material: https://learn.cantrill.io/p/aws-certified-sysops-administrator-associate
https://github.com/dbgoytia/sysops-training?tab=readme-ov-file
- IAC toll that declare infraestructure. Uses Json to replicate infraestructure to multiple on premisses and cloud providers.
- Terraform can manage low-level components like compute, storage, and networking resources, as well as high-level components like DNS entries and SaaS features.
- Terraform creates and manages resources on cloud platforms and other services through their application programming interfaces (APIs).
Commands Terraform:
fmt - make sure your configuration is syntactically valid and internally consistent
validate - validate configuration
Refresh - TF view what is there in the "real world" looks like
Plan - what the real work is with the desired config
Apply - Plan is applied to real world.
Apply the configuration now with the terraform apply command.
(Go to AWS console, click EC2 from all services list, next click launch instance and find the AMI of an image of your interest.)
Destroy - Plan --> Real World - Decomission resources
- Daily - Create notes for each of the sections
- week 03/09 - Section 1 and 2 + Labs (Sat - Mock)
- week 03/16 - Section 3 and 4 + Labs (Sat - Mock)
- week 03/23 - Section 5 and 6 + Labs (Sat - Mock)
- week 03/30 - Labs + Mock Exams
- week 04/05 - Labs + Mock Exams
- Tentative Test - April 10th or 11th
- Implement labs from Amazon AWS Skill Builder
- Review - Implement mvp mentoring app
- Exercise mock exams - By section and than twice a week
-- Explores logs with implemented application
- Simple form to share
- What are we discussin today - share topics for agenda (review goals is always there)
- (Keep historic, integration - calendar)
- Brainstorm --> (Action Items(Goals) --> Action Steps / Notation (potential to work - need refinement ) / Backburner (to be discarted or put on a chronological list))) Accomplished, Working, Next, Impediments
- ZProjects priority - Extreme to inactive pag 79
- Link to references, link to
- Networking who can I help, who can help me. Follow up
- Research on existing collaboration
- Capture feedback on how to improve collaboration