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 »

Continuous Inspection White_Paper

Read more »

Approach to Implement Continuous Integration and Continuous Delivery

Continuous Integration is not an all-or-nothing affair. In fact, introducing CI into an organization takes you on a path that progresses through several distinct phases. Each of these phases involves…

Read more »

What is Continuous Approval?

There should be one person assigned to Continuous Approval process which can do the tasks to control over the milestone and scope of software development and link to the status…

Read more »

What is Continuous Coverage?

Code coverage is a measure of how much code is executed during testing & Test coverage is a measure of how many test cases have been executed during testing. In…

Read more »

What is Continuous Testing?

Continuous testing as a practice is actually what you do when you’re doing test-driven development properly. It provides tool support for automatically detecting when you save a code file and…

Read more »

What is Continuous Pre-prod Deployment

This is NOT a Continuous Deployment which is normally happening in production server. Here I am trying to depict the environment where we need to automate the process using pipeline…

Read more »

What is Continuous Packaging & Archive?

Application packages are a program or group of programs that is designed for the end user. Application packages make application installation/uninstall process to Modular approach, Encapsulation/hiding of business logic, security,…

Read more »

What is Continuous Inspection?

Continuous Inspection is a process to detect the possible bugs in the source code which may occur due to bad code quality and lack of effective peer code review. The…

Read more »