No Video found

RIYAZUDDIN R.

DevOps Practice Lead

Commitment
0/ 5
Competency
0/ 5
Reliability
0/ 5
  • Overall Experience: 14 Years  
  • Agile Software Development:
  • AJAX:
  • Amazon Relational Database Service:
  • Advanced Message Queuing Protocol - (AMQP):
  • Apache Tomcat: 10 Years - Expert

RIYAZUDDIN R. 

DevOps Practice Lead

Commitment
0/5
Competency
0/5
Reliability
0/5

Time zones ready to work

  • New Delhi [UTC +5]

Willing to travel to client location: Yes  

About Me 

Versatile DevOps engineer with 12+ years of experience in networking and Infrastructure, dedicated to improving the development methods used to create new Infrastructure
Versatile DevOps engineer with 12+ years of experience in networking and Infrastructure, dedicated to improving the development methods used to create new Infrastructure and deployment. In the whole role of my career practice, including building and supporting web SaaS solutions based on Linux/Unix platform in a cloud (AWS) and on-premise, experience in server infrastructure migration, monitoring and securing, LAMP, and Linux Server setup/administration. Takes the form part in automating, supporting, and ensuring CI/CD in product development. Experienced with database software management, web platform development, and program testing software. Using Docker, Kubernetes, Jenkins, Ansible, Terraform, Openshift, GCP, Azure, and AWS tools to slash release times by 20%. Boosted customer satisfaction by 25% and high availability up to 99.99%. Enthusiast about Data Science.
Show More

Interview Videos

Signup to see videos

Risk-Free Trial, Pay Only If Satisfied.

Portfolios

Deploying High Availability Architecture with AWS CLI

Role:

The architecture includes-

Webserver configured on EC2 Instance

Document Root(/var/www/html) made persistent by mounting on EBS Block Device.

Static objects used in code such as pictures stored in S3

Setting up Content Delivery Network usi

The architecture includes-

Webserver configured on EC2 Instance

Document Root(/var/www/html) made persistent by mounting on EBS Block Device.

Static objects used in code such as pictures stored in S3

Setting up Content Delivery Network using CloudFront and using the origin domain as S3 bucket.

Finally place the Cloud Front URL on the webapp code for security and low latency.

Show More

Skills: AWSAWS S3CloudFrontLoad Balancing

Tools:

Uber Trip Data Analysis Using Python

Role:

Analytst Uber Data of April 2014 and analyse the trip data where trip started and what are the chances to enable more business from which locations.

Analytst Uber Data of April 2014 and analyse the trip data where trip started and what are the chances to enable more business from which locations.

Skills: PythonSeabornPandas

Tools: Jupyter Notebook

The Battle of Neighborhoods

Role:

The Battle of Neighborhoods

A data scientist currently residing in Downtown Singapore. He currently live within walking distance to Downtown "Telok Ayer MRT metro station" therefore He has access to good public transportation to work. Likewise, He enjoy many ammenities in

The Battle of Neighborhoods

A data scientist currently residing in Downtown Singapore. He currently live within walking distance to Downtown "Telok Ayer MRT metro station" therefore He has access to good public transportation to work. Likewise, He enjoy many ammenities in the neighborhood , such as international cousine restaurants, cafes, food shops and entertainment. He has been offered a great opportunity to work in Manhattan, NY. Although, He is very excited about it, He is a bit stress toward the process to secure a comparable place to live in Manhattan. Therefore, He decided to apply the learned skills during the Coursera course to explore ways to make sure his decision is factual and rewarding.

The challenge to resolve is being able to find a rental apartment unit in Manhattan NY that offers similar characteristics and benefits to my current situation. Therefore, in order to set a basis for comparison, we want to find a renta unit subject to the following conditions:

  • Apartment with min 2 bedrooms with monthly rent not to exceed US$7000/month
  • Unit located within walking distance (<=1.0 mile, 1.6 km) from a subway metro station in Manhattan
  • Area with ammenities and venues similar to the ones described for the location
Show More

Skills: Data Science

Tools: IBM WatsonNumPyPandasmatplotlibSeabornScikit-Learn

AWS Deployment through CLI

Role:

TASK DESCRIPTION:-

☑ Create a KEY-PAIR

☑ Create a SECURITY-GROUP

☑ Launch an EC2 INSTANCE using the above created Key Pair and Security Group.

☑ Create an EBS VOLUME.

☑ The final step is to attach the above created EBS VOLUME to the EC2 INSTANCE c

TASK DESCRIPTION:-

☑ Create a KEY-PAIR

☑ Create a SECURITY-GROUP

☑ Launch an EC2 INSTANCE using the above created Key Pair and Security Group.

☑ Create an EBS VOLUME.

☑ The final step is to attach the above created EBS VOLUME to the EC2 INSTANCE created in the previous steps.

What is the AWS Command Line Interface?

The AWS Command Line Interface (AWS CLI) is an open source tool that enables us to interact with AWS services using commands in our command-line shell. With minimal configuration, the AWS CLI enables us to start running commands that implement functionality equivalent to that provided by the browser-based AWS Management Console from the command prompt in our terminal program:

  • Windows command line— On Windows, run commands at the Windows command prompt or in PowerShell.

WHAT IS IAM?

AWS Identity and Access Management (IAM) enables us to manage access to AWS services and resources securely. Using IAM, we can create and manage AWS users and groups, and use permissions to allow and deny their access to AWS resources.

WHAT IS KEY-PAIR?

A Key Pair consisting of a private key and a public key, is a set of security credentials that we use to prove our identity when connecting to an instance. We can use the private key, instead of a password, to securely access our instances.

WHAT IS SECURITY GROUP?

A Security Group acts as a virtual firewall for our EC2 instances to control incoming and outgoing traffic. Inbound rules control the incoming traffic to our instance, and outbound rules control the outgoing traffic from our instance. If we don’t specify a security group, Amazon EC2 uses the default security group.

WHAT IS EC2 INSTANCE?

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure, resizable compute capacity in the cloud. It is designed to make web-scale cloud computing easier for developers. Amazon EC2’s simple web service interface allows us to obtain and configure capacity with minimal friction. It provides us with complete control of our computing resources and lets us run on Amazon’s proven computing environment.

WHAT IS EBS VOLUME?

An Amazon EBS (Elastic Block Storage) Volume is a durable, block-level storage device that we can attach to our instances. EBS volumes persist independently from the running life of an EC2 instance.We can attach multiple EBS volumes to a single instance. The volume and instance must be in the same Availability Zone.

Show More

Skills: AWS CloudLinux

Tools: AWS CLI

GCP cloud Computing & Kubernetes

Role:

What is GCP?

Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that run on the same infrastructure that Google uses internally for its end-user products, such as Gmail and YouTube. Alongside a set of management tools, it provides a

What is GCP?

Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that run on the same infrastructure that Google uses internally for its end-user products, such as Gmail and YouTube. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning.

We require OS, RAM, storage to run our application. For this, we need an IT infrastructure, but nowadays companies do not want to invest over upfront. So we have some companies that provide services, they work on model: pay-as-you-go, and we outsource these services from such service providers as these companies are specialized in IT infrastructure management. The technology they use for providing services is Cloud Computing.

The task to be performed:

1. Create a project.

2. Inside the project create two VPC one in the US and the other in Singapore.

3. Create a VPC peering between the two VPCs.

4. Inside one VPC launch a Kubernetes cluster and in the other launch MySql instance.

5. Launch WordPress on the Kubernetes cluster.

Show More

Skills: Google Cloud

Tools: KubernetesSQL-ServerVPC

+ More

Employment

Administrator Manager

2016/04 -

Skills: SQLData Science.NetPHPMySQLAWS CloudAnsiblePython

Your Role and Responsibilities:

  • Leading team of web developers, Working as Business Manager, leading sales team, I look after for
    Hosting and Domain management, accept challenges in customer service industries to make better customer support in Information Technology industries.

     

  • Leading team of web developers, Working as Business Manager, leading sales team, I look after for
    Hosting and Domain management, accept challenges in customer service industries to make better customer support in Information Technology industries.

     

 


Server & Network Administrator

2011/04 - 2016/03

Skills: LinuxSwitchesInternet SecurityWindows OSApache Tomcat

Your Role and Responsibilities:

Managing Server, Network, Hardware, CCTV, Website, Mail Server, User (3000), Proxy, Load Balancer for Internet.

Linux Debian, Ubuntu & LMS portal

Managing Server, Network, Hardware, CCTV, Website, Mail Server, User (3000), Proxy, Load Balancer for Internet.

Linux Debian, Ubuntu & LMS portal


Computer Support Engineer

2010/08 - 2011/03

Skills: Microsoft Windows Server Administration

Your Role and Responsibilities:

Worked as Wipro Server Engineer.

ETSC is former Wipro Value Added partener and authorized service franchisee. 

Worked as Wipro Server Engineer.

ETSC is former Wipro Value Added partener and authorized service franchisee. 


DEVOPSPRACTICELEAD

2021/06 -

Skills: AWSAzureAWS EC2AWS S3Security ManagementMongoDBCI/CDAWS RDSDynamo DBAPI GatewayCodeBuildCodePipelineKubernetesIncident ManagementMicroservicesAPI GatewaysARMAzure ADLinuxWindows OSApache NGINXDockerAnsibleTerraform

Your Role and Responsibilities:

Public cloud-based (AWS, Azure)infrastructure design-Services: EC2, EBS, S3, VPC, Security Groups, Console, MongoDB, CI/CD tools, Amazon RDS, AmazonDynamoDB, Amazon Route53, Amazon API Gateway, Amazon Developer Tools (CodeBuild, CodeDeploy,CodePipeline, X-Ray), AWS Cloud Security, K8s, Incident Mana
Public cloud-based (AWS, Azure)infrastructure design-Services: EC2, EBS, S3, VPC, Security Groups, Console, MongoDB, CI/CD tools, Amazon RDS, AmazonDynamoDB, Amazon Route53, Amazon API Gateway, Amazon Developer Tools (CodeBuild, CodeDeploy,CodePipeline, X-Ray), AWS Cloud Security, K8s, Incident Management, Microservices, API Gateways, WindowsInstance, ARM, Resourcemanagement, Application Scaling, APIM on Azure, Azure AD (AD, B2C), AzureDevOps (pipeline, repos, artifacts) and application integration development, and design.Operating Systems (Linux, Windows), Webservers(Apache, Nginx, IIS, etc.) and networking fundamentals,DevOps environments - Containerisation, Docker, Kubernetes, DevOpstools (Ansible, Terraform)Deployment,automation,management, and maintenance of AWS cloud-based production system.Ensuring availability, performance, security, and scalability of AWS production systems.Management of creation, release, and configuration of production systems.Designing, maintenance, and management of tools for automation of different operationalprocesses.Manage track and document changes to codewith source controltools.Implement systemsthat are highly available, scalable, and self-healing on the AWS platform.AWS administration, DevOps, Coding,organizing the pipelines, CI/CD, Automatethosedata pipelines.Modern development and operations processesand methodologies.
Show More

COMPUTERLAB ASSISTANT

2011/03 - 2016/03

Skills: LinuxWindows OSGoogle WorkspaceWAN

Your Role and Responsibilities:

System Administration Linux, Windows, User management, Google Workspace, Webserver (Apache, IIS), Databasemaintenance (Backup and Monitoring), Hardware Management, Networking (WAN, LAN) Antivirus Servermanagement, File Server, Print Server, Storage Server. Installation of OS, Hardware equipment.
System Administration Linux, Windows, User management, Google Workspace, Webserver (Apache, IIS), Databasemaintenance (Backup and Monitoring), Hardware Management, Networking (WAN, LAN) Antivirus Servermanagement, File Server, Print Server, Storage Server. Installation of OS, Hardware equipment.

Education

2011 - 2013


2013


2010


2007


2005


Skills

Agile Software Development AJAX Amazon Relational Database Service Advanced Message Queuing Protocol - (AMQP) Apache Tomcat

Tools

IBM Watson Jupyter Notebook Visual Studio Code PyCharm Sublime Text

Hobbies

Research, Innovation and Traveling 

Achievements

- 2016 Most senior Position in Department

- 2020 Most Senior Post in Company 

Certification

- IBM certified Data Scientist 

- RedHat Ansible Certification

- Google Cloud Platform Certification

Preferred Languages

English - Conversational Hindi - Native/Bilingual