EFS provides simple, elastic file system for use with Cloud Services and on-premises solutions EFS supports NFS(Network File system) version 4 protocol. With EFS you pay only for the storage used by your file system Create an EFS in a region with selected zones. EFS is a network file system, so while creating EFS, We […]
Author: ygminds
10. Important Linux Commands
find – The find command is used to find a particular file within a directory. It also supports various options to find a file such as byname, by type, by date, and more. The following symbols are used after the find command: (.) : For current directory name (/) : For root find . -name “*.txt” ===================================================================================== locate […]
18. Simple Notification Service (SNS)
Example: Messages are sent into the queue by Application A and they are processed by Application B. If Application B fails, Application A doesn’t experience any disruption. Messages being sent can still be sent to the queue and will remain there until they are eventually processed. This is loosely coupled. This is what we […]
2. Why AWS?
This course is gonna cover all the essential information that you need to understand, to be comfortable discussing AWS, to know why it’s beneficial to your business. AWS offers a massive range of services for every business, starting with basic elements, like compute, storage, and network security tools, through complex solutions like blockchain, machine learning, […]
8. Virtual Private Cloud
VPC (Virtual Private Cloud) is a logical data center or virtual data center in Cloud. Its provide an isolated section to host your machine. VPC is a collection of the region, IG, route table, ACL, security group, subnet, instances. You can add all the security matrix-like security groups, etc. VPC provide us a completely separate […]
2. Maven
What is Maven: Features Maven is loaded with many valuable and useful features, which goes a long way towards explaining its popularity. Here are some of Maven’s more noteworthy features: A huge, continuously growing repository of user libraries The ability to set up projects easily, using best practices Dependency management, featuring automatic updating Backwards compatible […]
7. Azure Repo
Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. Version control systems are software that help you track changes you make in your code over time. As you can […]
16. Lambda
AWS Lambdais a service that lets you run code without needing to provision or manage servers. AWS Lambda is compute service that let’s you run code without provisioning or managing servers. With AWS lambda, you can run code for virtually any type of application or back and service all with zero administration. AWS Lambda manages all […]
4. Supporting Tools
Service Now (Snow) Ticketing software allows organizations to resolve their internal IT issues by streamlining the resolution process. The elements they handle, called tickets, provide context about the issues, including details, categories, and any relevant tags. What is a ticket? Within an employee IT ticketing system, a ticket is a special document or record that […]
1. Linux introduction
What is Linux? Linux is an open-source operating system like other operating systems such as Microsoft Windows, Apple Mac OS, iOS, Google android, etc. An operating system is a software that enables the communication between computer hardware and software. It conveys input to get processed by the processor and brings output to the hardware to […]