#devops
Read more stories on Hashnode
Articles with this tag
Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an...
AWS IAM is a service that does authentication and authorization for AWS resource access. IAM is a web service for securely controlling access to AWS...
Shell scripting is automating our day to day linux activities. We write lines of shell commands for Unix based Operating System · We have covered the...
Git is a distributed version control system that works on providing solution to problems like sharing of code , versioning etc. · Maintaining the history...
In this project we will be monitoring Basic AWS resources like Listing s3 Buckets, AWS EC2 instances, AWS Lamda Functions, AWS IAM Users · 1) Connect to...
Shell is a way to talk to your Operating System. · We can communicate with the O.S. using Shell Commands. These shell commands are common through...