Malik Liaqatliaqatali.hashnode.dev·Feb 1, 2024Day 42: IAM Programmatic access and AWS CLI 🚀 ☁IAM Programmatic access In order to access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys. AWS CLI The AWS Command Line Interface (AWS CLI) is a unified tool to manage your AWS services. With just o...90 Days of Devops92
Malik Liaqatliaqatali.hashnode.dev·Jan 29, 2024Day 38 & 39 Getting Started with AWS Basics☁Hey Techies! Welcome to this blog In this blog, we are Getting Started with AWS Basics☁ In this, we'll guide you through hands-on tasks to master Identity and Access Management (IAM), launch EC2 instances, set up Jenkins, and deploy Docker. Whether y...90 Days of Devopsbatch5
Unnati Guptadevunnatig.hashnode.dev·Jan 2, 2024Elastic Load Balancer (ELB) in AWS 🚀 ☁#90daysofdevopschallenge #day41 What is ELB in AWS? AWS provides one feature ELB which is used to manage Load on AWS. It automatically distributes your incoming traffic across multiple targets like AWS EC2 Instances, containers, and IP addresses, in ...1 like·29 reads#90daysofdevops
HARDIK PANSANIhardikops.hashnode.dev·Jul 27, 2023Day 2 Task: Basics Linux commandTask: What is the Linux command to Check your present working directory. However, if you want to check the present working directory in Linux, you can use the pwd command in the terminal. Just open a terminal window and type pwd, then press Enter. ...#90daysofdevops
Shaikh Rahilshaikhrahil.hashnode.dev·Jul 20, 2023Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementWrite a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of director...41 readsDevops