Browsing Category
AWS
5 posts
DevOps Project (using Docker, Jenkins and AWS)
Prerequisites Before starting the project you should have these things in your system. Step 1 : Run Locally…
shell script that finds log files
Note that this script requires the AWS CLI to be installed and configured in order to use the…
Run commands on your Linux instance at launch
When you launch an instance in Amazon EC2, you have the option of passing user data to the…
Kubernetes From Scratch Series – Part 1: Cluster Setup in AWS EC2
What is Kubernetes? Kubernetes (K8s) is an open-source system for automating deployment, scaling, and management of containerized applications It’s basically…
How to Enable Password Authentication in AWS ec2 Instances
The configuration to enable password authentication in AWS instance Step 1: Log in to the server using ssh client…