So today I came up with a new article which will help you know how MNCs are using Machine Learning / Artificial Intelligence??
Artificial Intelligence and Machine Learning have become the centrepiece of strategic decision making for organizations. They are disrupting the way industries and roles function — from sales and marketing to finance and HR, companies are betting big on AI and ML to give them a competitive edge.
And this, of course, directly translates to their hiring. Thousands of vacancies are open as organizations scour the world for AI and ML talent. …
All the above steps must be performed using AWS CLI.
Before moving on to task we need to know some prerequisites about
Amazon Web Services (AWS) is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis.
Amazon Web Services (AWS) is…
Introduction to cloud computing
Cloud computing is the on-demand availability of computer system resources, especially data storage (cloud storage) and computing power, without direct active management by the user. The term is generally used to describe data centres available to many users over the Internet. Large clouds, predominant today, often have functions distributed over multiple locations from central servers. If the connection to the user is relatively close, it may be designated an edge server.
There are many Cloud Platforms in the market but AWS is one of the most popular clouds.
Amazon Web Services (AWS) is a subsidiary of…
Earlier everything was going on fine when there was no Internet but after the Internet, Technical Industries like Google, Facebook, etc. Started facing the issue. Users are increasing day by day and so there data also. There are approximately 4.57 billion Internet users in the world and in 1 year almost 346 million new users have come.
Any entry made by the user and that is stored in the Database is Data and that data can be used by industries for commercial purposes but one issue came here that is day by day data increased exponentially and now the questions…
Statement: Deploy a Load Balancer and multiple Web Servers on AWS instances through ANSIBLE!
♦️ Provision EC2 instances through ansible.
♦️ Retrieve the IP Address of instances using the dynamic inventory concept.
♦️ Configure the web servers through the ansible role.
♦️ Configure the load balancer through the ansible role.
♦️ The target nodes of the load balancer should auto-update as per the status of web servers.
Ansible is a software tool that provides simple but powerful automation for cross-platform computer support. It is primarily intended for IT professionals, who use it for application deployment, updates on workstations and servers…
Deploy the Wordpress application on Kubernetes and AWS using terraform including the following steps;
1. Write an Infrastructure as code using Terraform, which automatically deploy the Wordpress application
2. On AWS, use RDS service for the relational database for Wordpress application.
3. Deploy the Wordpress as a container either on top of Minikube or EKS or Fargate service on AWS
4. The Wordpress application should be accessible from the public world if deployed on AWS or through workstation if deployed on Minikube.
In this task, I have written Infrastructure as code using Terraform, which automatically deploy the Wordpress application. On…
In this task, we will learn how to launch a Website on the top of the GCP Cloud by integrating it with multiple resources.
1. Create multiple projects namely developer and production
2. Create a VPC network for both the projects
3. Create a link between both the VPC networks using VPC Peering
4. Create a Kubernetes Cluster in developer project and launch any web application with the Load balancer
5. Create a SQL server in the production project and create a database
6. Connect the SQL database to the web application launched in the Kubernetes cluster
♦️Provision EC2 instance through ansible.
♦️Retrieve the IP Address of instance using a dynamic inventory concept.
♦️Configure the webserver through ansible!
♦️Create a role for the webserver to customize the Instance and deploy the webpage to the root directory.
In this task we will learn how to deploy a webserver on the top AWS EC2 instance using Ansible roles.
We will be using RHEL8 as Controller Node and AWS Ec2 instance as Managed Node.
Ansible is an open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code. It runs on many Unix-like systems and can configure both Unix-like…
In this task, I’ve created an App that plays audio and video from assets as well as from the network using flutter.
Now Let’s move on to the task. In this task I’ll show you how to make simple Audio and Video Player Using Dart Language.
First, we will create the workspace for our app, using the pre-created test app which comes with the flutter software.
flutter…
Write an Ansible PlayBook that does the following operations in the managed nodes:
🔹 Configure Docker
🔹 Start and enable Docker services
🔹 Pull the httpd server image from the Docker Hub
🔹 Run the httpd container and expose it to the public
🔹 Copy the html code in /var/www/html directory and start the webserver
Ansible is an open-source automation tool, or platform, used for IT tasks such as configuration management, application deployment, intra service orchestration, and provisioning. …