Objective: Understand AWS fundamentals, services, and the security framework.
- Goal: Set up your AWS Free Tier account to get hands-on access to AWS resources.
- AWS Free Tier Signup
Objective: Understand AWS fundamentals, services, and the security framework.
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: bluegreen | |
| labels: | |
| type: dev | |
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment #object type | |
| metadata: |
| terraform { | |
| required_providers { | |
| aws = { | |
| source = "hashicorp/aws" | |
| version = "5.47.0" | |
| } | |
| } | |
| } | |
| provider "aws" { |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: letsgo | |
| labels: | |
| type: development | |
| --- | |
| apiVersion: apps/v1 | |
| kind: Deployment | |
| metadata: |
Email Fundamentals
Conventional Commits
Linux
go mod tidy
go get github.com/user/module
github.com/user/project as dependency under go.modgo mod why github.com/user/project
go get github.com/julienschmidt/httprouter@latest to get the latest version of a packagePseudo File System
man proc for more info.Linux Kernel Module