https://github.com/dgapitts/clf-c01_aws-certified-cloud-practitioner_notes_and_scripts
CLF-C01 AWS-Certified-Cloud-Practitioner my notes and scripts
https://github.com/dgapitts/clf-c01_aws-certified-cloud-practitioner_notes_and_scripts
Last synced: 2 months ago
JSON representation
CLF-C01 AWS-Certified-Cloud-Practitioner my notes and scripts
- Host: GitHub
- URL: https://github.com/dgapitts/clf-c01_aws-certified-cloud-practitioner_notes_and_scripts
- Owner: dgapitts
- Created: 2022-05-17T13:13:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T23:54:32.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:00:03.158Z (over 1 year ago)
- Language: Shell
- Size: 2.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CLF-C01 AWS-Certified-Cloud-Practitioner
Notes and sample code, from "my sandbox" AWS environment (tagged sb20220516)
## Course notes
## CLF-C01 AWS-Certified-Cloud-Practitioner
Notes and sample code, from "my sandbox" AWS environment (tagged sb20220516)
## Course notes
I'm making some notes and sample code, as I prepare for the CLF-C01 exam.
* Lab01 - [Introducing lambda - my first function](docs/intro-lamdba.md)
* Lab02 - [Introducing VPC with a Publis Subnet plus Route Table with an Internet Gateway and an EC2 instance](docs/intro-vpc.md)
* Lab03 - [Introducing - CloudFormation and DynamoDB](docs/Intro-CloudFormation-DynamoDB.md)
* Lab04 - [Intro to IAM with a Custom Policy, User Group and User Assignment](docs/intro-iam-policies-groups-users.md)
## Extra research
I also did some extra research
* [IAM setup for EC2 basic CLI admin](docs/extra-EC2-basic-admin.md)
* [Intro to aws cli to start and stop ec2 nodes](docs/intro-aws-cli-ec2.md)
* [Intro to aws ssh access to ec2 nodes plus installing cockroach and running through demo](docs/intro-aws-ssh-ec2.md)
* [Adding `aws rds` permissions to my default cli user](docs/extra-RDS-cli-admin.md)
* [Debug surprising Aug 2022 bill - terraform oregon gotcha](docs/surprising-Aug2022-bill-terraform-gotcha.md)
## exam-prep-notes
See [here](docs/exam-prep-notes.md) for some of the "less obvious topics" ...
## completed this certification (882/1000)
I've completed this certification with 882/1000 (i.e. a comfortable pass), but there is one question which really gets to me as both the following answers seem right
> QUESTION Which of the following best describes a system that will remain operational even in the event of a component failure?
* Fault tolerant
* Highly available
* ..
* ..
A variation of this came up on the exam as well!?