LPIC - 101 Command Line
Assembly - 101 Bases & Conversion
This post is the first one in the series about x86 Assembly. Topics to cover:
- Bases & Conversion
LC Binary Tree (Java)
This post is passcode protected.
LC DP (Java)
This post is passcode protected.
アニメ
This post is passcode protected.
AWS - 13 Five Security-related Services
In the thirteenth post of the AWS series, we’re going to talk about 5 security-related services:
- Cognito (Auth)
- Config (Config overall management)
- System Manager (Centralize operational data)
- KMS (Key Management Service)
- Secrets Manager (Auto key rotation)
AWS - 12 CloudFormation & SAM
In the twelfth post of the AWS service components series, we’re going to talk about 2 services that serve the purpose of Infrastructure-as-Code (IaC):
- CloudFormation
- SAM (Serverless Application Model)
AWS - 11 Cloud Pipeline Components
In the eleventh post of the AWS series, we’re going to talk about 5 services services that are components of the CI / CD pipeline in the cloud:
- CodeCommit
- CodeBuild
- CodeDeploy
- CodePipeline
- CodeStar
AWS - 10 Blue / Green Deployment and CI / CD
In today’s post, I’m going to cover doing blue / green deployment on AWS, and share some notes about building Ci/ CD pipelines on AWS. Since this is my summary from the AWS whitepapers, the entire post isn’t necessarily written in English.