What is Bearer token and How it works?
Bearer tokens are a much simpler way of making API requests, since they don’t require cryptographic signing of each request. The tradeoff is that all API requests must be made…
Read more »Difference between Jfrog Artifactory and Sonatype Nexus
From – SonaType Website From – Jfrog Website Alexa Ranking Artifactory Tutorial | JFROG Artifactory Tutorial | Package Management with JFROG Artifactory Crash Course https://bit.ly/3BidE8y
Read more »AWS Certified SysOps Administrator – Chapter – 6
Review Questions Your company user Chef for its automation. What AWS service can run Chef recipes? AWS Elastic Beanstalk AWS OpsWorks AWS CodeDeploy AWS CodeCommit Your company is migrating to…
Read more »AWS Certified SysOps Administrator – Chapter – 5
Review Questions How are charges calculated for data transferred between Amazon Relational Database Service (Amazon RDS) and Amazon Elastic Computer Cloud (Amazon EC2) instance in the Availability Zone? GB out…
Read more »AWS Certified SysOps Administrator – Chapter – 4
Review Questions You are running a website that keeps historical photos from previous elections. Users Need to be able to search for and display images from the last 100 years….
Read more »AWS Certified SysOps Administrator – Chapter – 3
Review Questions You have implement a Classic Load Balancer. You now need to collect some Information, specifically what is the IP address of the client making the request on the…
Read more »AWS Certified SysOps Administrator – Chapter – 2
Review Questions Which of the following is a dependency of the AWS CLI for Mac and Linux? C++ Python Java .NET SDK Which of the following AWS CLI output formats…
Read more »AWS Certified SysOps Administrator – Chapter – 1
Assessment Test You notice in the AWS Management Console that Your Amazon Elastic Compute Cloud (Amazon EC2) Instance State is Failed. What would cause this? Loss of network connectivity Loss…
Read more »Kubernetes Glossary and Terminology
Understanding container orchestration The Primary responsibility of Kubernetes is container orchestration. This means making sure that all the containers that execute various workloads are scheduled to run on physical or…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-14
Understand highly available architectures. A system is highly available when it can withstand the failure of an individual or multiple components. If you design architectures around the assumption that any…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-13
Understand the shared responsibility model. The shared responsibility model is not just limited security considerations; it also extends to IT controls. For example, the management, Operation, and verification of IT…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-12
Understand the shared responsibility model. AWS is responsible for securing the underlying infrastructure that supports the cloud, and you’re responsible for anything you put on the cloud or connect to…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-11
Know the basic use cases for Amazon CloudFront. Know when to use Amazon CloudFront (for popular static and dynamic content with geographically distributed users) and when not to (all users…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-10
Know how to use Amazon ElastiCache.Improve the performance of your application by deploying Amazon ElastiCache cluster as part of your application and offloading read requests for frequently accessed data, Use…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-9
Understand what DNS is.DNS is the methodology that computers use to convert human-friendly domain names (for example, amazon.com) into IP addresses (such as 192 .0.2.1). Know how DNS registration works….
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-8
Know how to use Amazon SQS.Amazon SQS is unique service designed by Amazon to help you to decouple your infrastructure. Using Amazon SQS, you can store messages on reliable and…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-7
Know what a relational database is.A relational database consists of one or more tables, Communication to and from relational databases usually involves simple SQL queries, such as “Add a new…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-6
Know the different principals in IAM.The three principals that can authenticate and interact with AWS resources are the root user, IAM users, and roles. The root user is associated with…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-4
Understand what a VPC is and its core and optional components.An Amazon VPC is a logically isolated network in the AWS Cloud. An Amazon VPC is made up of the…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-5
Understand what the Elastic Load Balancing service provides.Elastic Load Balancing is a highly available service that distribute traffic across Amazon EC2 instances and includes options that provide flexibility and control…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-3
Know the basics of launching an Amazon EC2 instance.To launch an instance, you must specify an, AMI, which defines the software on the instance at launch, and an instance type,…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-2
Know what Amazon S3 is and what it is commonly used for.Amazon S3 is secure, durable, and highly scalable cloud storage that can be used to store an unlimited amount…
Read more »AWS Certified Solutions Architect Exam Guide – Chapter-1
Understand the global infrastructure.AWS provides a highly available technology infrastructure platform with multiple locations worldwide. These locations are composed of regions and Availability Zones. Each region is located in a…
Read more »Test Your Ansible Knowledge: Ansible Interview Questions and Answer
What is Configuration Management? List a few available configuration management tools. What is Ansible? List some of major advantages of using Ansible. Write down the data flow of Ansible. What…
Read more »Ansible Tools and Commands
Before going further deep into Ansible, it is time to get familiar with some important Ansible commands: ansible: It is an extra – simple root / framework /API for doing…
Read more »