sudo yum install stress -y
uptime
sudo stress --cpu 8 --timeout 20
uptime
sudo yum remove stress -y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Powershell | Run as Administrator | |
| choco upgrade terraform |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWS Solutions 2 Months ███████░░░░░░░░░░░░░░░░ 30% | |
| AWS DevOps 2 Months ███████░░░░░░░░░░░░░░░░ 30% | |
| Azure DevOps 2 Months ██████████████████░░░░░ 80% | |
| Azure Admin 2 Months ███████████████░░░░░░░░ 70% | |
| GCP 1.5 Month ███░░░░░░░░░░░░░░░░░░░░ 20% | |
| DevOps 3 Months █████████░░░░░░░░░░░░░░ 40% | |
| RHEL 2 Months █░░░░░░░░░░░░░░░░░░░░░░ 10% |
Autoscaling Group
- Create Autoscaling group from EC2 Tab
- Separate Security Group
- Select Subnets
- Create Template | Within Template try following Code
- Select Custom Data Setting at last | OS - Amazon Linux 2023 | Paste following code.
- Monitor Changes
- Edit minimum, desired, maximum instances configuration from Autoscaling Group Setting
EFS
- Navigate to EFS
- Create File System
- Open Customise
- Configure Subnets, Security Groups
- Launch 2 instances
- Connect through ssh
- Check for files which has been created from istances
- Terminate efs, instances, check vpc
Official Link: https://code.visualstudio.com/
IntelliSense for your programming language
Prerequisites for running a C program in Visual Studio Code VSCode Installation on linux
sudo snap install code --classic
Add following Custom data tab of EC2 Configuration | Advanced
Launching EC2 Webserver | httpd
!/bin/bash
yum update -y
yum install -y httpd
systemctl start httpd
systemctl enable httpd
chmod 777 /var/www/html/
kubernetes k8s
Github Repo https://github.com/kubernetes/kubernetes
Minikube