YKYasmeen Khaninyasmeenkhan.hashnode.dev·Jan 9, 2025 · 3 min readInstalling Jenkins on aws ec2 | Docker Agent |In this blog will understand how to install jenkins on aws ec2 instance Pre requisite : aws ec2 instance — login to the aws ec2 instance — In order to install jenkins, you should first install java , try to execute the below commands step by step Run...00
YKYasmeen Khaninyasmeenkhan.hashnode.dev·May 7, 2024 · 1 min readTop 15 AWS Services for DevOpsEC2 VPC(Virtual Private Cloud) EBS(Elastic block store) (volume) S3(Storage) IAM(Identity and access management) Cloud watch (Monitoring and observability) Lambda(Serverless) Cloud build -- AWS code pipeline -- AWS Code Build --- AWS Code d...00
YKYasmeen Khaninyasmeenkhan.hashnode.dev·May 6, 2024 · 2 min readDeploying Node Js Application on AWS EC2In this blog we will deploy simple Node Js Application on AWS EC2 -- Open your terminal and clone the below given repository git clone https://github.com/verma-kunal/AWS-Session -- open the AWS-Session file in VS code and open terminal -- create a ne...00
YKYasmeen Khaninyasmeenkhan.hashnode.dev·Mar 19, 2024 · 2 min readLinux Shell Scripting part -1touch: first-shell-script.sh ( creating shell script file) man touch ( man is used to tell the user about the command information like what touch means) vim second_shell_script.sh ( it will create the file and open it) Difference between vim and touc...00
YKYasmeen Khaninyasmeenkhan.hashnode.dev·Mar 15, 2024 · 2 min readLinux and shell scriptingMost of the software professions and companies in software world are using linux based operating system. operating system : os is used to establish connection between hardware and software Advantages -- Open source software -- Secure, no need to inst...00