Git Product home page Git Product logo

Hi Guys,

Welcome All,

Linkedin Badge Twitter Badge Instagram Badge

Qualified AWS, RHCE, and MCSE Cloud system Engineer with experience in Linux and windows based platforms. Effectively plan, install and configure the requirements to achieve high availability and performance. Proven ability to create and deliver solutions tied to business growth, organizational development, and server optimization. Skilled problem identifier and trouble-shooter.



packer MySQL Cloudstack Git Docker Linux AnsibleShell Script Nginx AWS Terraform Jenkins Grafana Redhat Kali Gitlab Cpanel Plesk


- Name: Jomy George

     - Cloud platform:
        - AWS Cloud
        - Azure
        - Cloudstack
        
     - Operating Systems:
        - Linux
        - Windows
        
    - Scripting Languages:
        - Bash
        - Python 
        
    - Infrastucture As a Code:
        - Terraform
        - Ansible
        - AWS CloudFormation
        - Azure RM
        
    - Software Provisioning/Configuration Management:
        - Ansible
        
    - Machine Image As a Code: 
        - Packer
        - Buildah
        
    - Source Code Management/Version Control:
        - GitHub
        - GitLab
        - Azure DevOps

    - Containerization:
        - Docker
        - AWS ECS
    
    - Secrets Management Tool:
        - HashiCorp Vault
        - Azure Keyvault
        - Aws Key Management     
        
    - Project Management Tool:
        - Azure DevOps
        
    - Monitoring Tools:
        - AWS CloudWatch
        - Grafana
        - Nagios
        - Centreon
        - Azure Application insights
        
    - CI / CD
        - Jenkins
        - Code Pipeline
        - Azure DevOps
 

Awesome GitHub Profile Readme

⚙️ Connect with Me


Jomy george's Projects

ansible-dynamic-inventory-ec2 icon ansible-dynamic-inventory-ec2

Simple ansible dynamic inventory EC2 creation with apache. In this demo, we will utilize Dynamic inventory feature of Ansible to track the details of newly created instances and deploy a sample HTML website to these EC2 instances. Often an Ansible inventory(static) fluctuates over time, with hosts spinning up and shutting down in response to business demands and the static inventory solutions will not be able to serve the needs. You may need to track hosts for multiple instances and it can be hectic to manage the inventory file each time.Hence, to overcome this we can make use of the option dynamic inventory to get the details of the instances and provison the EC2 according to the requirements.

ansible-playbook--wordpress-lamp icon ansible-playbook--wordpress-lamp

Ansible playbooks are written in YAML, YAML Ain't Markup Language. Understanding YAML syntax is a key to success with Ansible. If you write or use Ansible playbooks, then you're used to reading YAML configuration files.

ansible-playbook-wordpress-lamp icon ansible-playbook-wordpress-lamp

Ansible playbooks are written in YAML, YAML Ain't Markup Language. Understanding YAML syntax is a key to success with Ansible. If you write or use Ansible playbooks, then you're used to reading YAML configuration files.

applicationloadbalancer-using-terraform icon applicationloadbalancer-using-terraform

Application Load Balancer + Autoscaling group: An Application Load Balancer functions at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model. After the load balancer receives a request, it evaluates the listener rules in priority order to determine which rule to apply, and then selects a target from the target group for the rule action. You can configure listener rules to route requests to different target groups based on the content of the application traffic. Routing is performed independently for each target group, even when a target is registered with multiple target groups. You can configure the routing algorithm used at the target group level. The default routing algorithm is round robin; alternatively, you can specify the least outstanding requests routing algorithm.

aws-elastic-beanstalk-codepipeline-git icon aws-elastic-beanstalk-codepipeline-git

AWS Elastic Beanstalk is an orchestration service offered by Amazon Web Services for deploying applications which orchestrates various AWS services, including EC2, S3, Simple Notification Service, CloudWatch, autoscaling, and Elastic Load Balancers.Pipeline as code is a practice of defining deployment pipelines through source code, such as Git. Pipeline as code is part of a larger “as code” movement that includes infrastructure as code. Teams can configure builds, tests, and deployment in code that is trackable and stored in a centralized source repository.

aws-elb-site icon aws-elb-site

Demo site for amazon elb . Used language is php and html

classic-loadbalancer-mysql-sns-alert-autostart icon classic-loadbalancer-mysql-sns-alert-autostart

This script is very useful for those who are looking for getting an alert if an service is down. How can we get an alert if the MariaDB service is down. The script will also help to autostart using the help of crontab if the service is down

cloudfront-route53-acm-s3-bucket-site-hosting icon cloudfront-route53-acm-s3-bucket-site-hosting

Amazon CloudFront is a content delivery network operated by Amazon Web Services. Content delivery networks provide a globally-distributed network of proxy servers that cache content, such as web videos or other bulky media, more locally to consumers, thus improving access speed for downloading the content.

docker-compose-mysql-flask-application icon docker-compose-mysql-flask-application

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

docker-compose-with-wordpress-certbot-php-mysql-nginx icon docker-compose-with-wordpress-certbot-php-mysql-nginx

This is simple docker compose setup using Nginx,certbot,mysql and wordpress. Docker-Compose is a command line tool for defining and managing multi-container docker containers as if they were a single service. Compose is written in python and can be installed with the Python pip command. With compose, we can run multiple docker containers just with a single command. It allows you to create a container as a service, great for your development, testing and staging environment.

docker-compose-with-wordpress-php-mysql-nginx icon docker-compose-with-wordpress-php-mysql-nginx

Docker-Compose is a command line tool for defining and managing multi-container docker containers as if they were a single service. Compose is written in python and can be installed with the Python pip command. With compose, we can run multiple docker containers just with a single command. It allows you to create a container as a service, great for your development, testing and staging environment.

docker-nginx-wordpress-mysql icon docker-nginx-wordpress-mysql

A Nginx HTTPS reverse proxy is an intermediary proxy service which takes a client request, passes it on to one or more servers, and subsequently delivers the server’s response back to the client. While most common applications are able to run as web server on their own, the Nginx web server is able to provide a number of advanced features such as load balancing, TLS/SSL capabilities and acceleration that most specialized applications lack. By using a Nginx reverse proxy, all applications can benefit from these features.

ec2-creation-and-manage-using-ansible-playbook icon ec2-creation-and-manage-using-ansible-playbook

Ansible is an open source tool that you can use to automate your AWS deployments. You can use it to define, deploy, and manage applications and services using automation playbooks. These playbooks enable you to define configurations once and deploy those configurations consistently across environments

ec2-creation-using-aws-cli icon ec2-creation-using-aws-cli

AWS CLI is a unified tool for running and managing your various AWS services. Just download and install the tool and you will be able to control multiple AWS services from the command line, which makes the process of managing the AWS more easier.

ec2-creation-using-vpc-module icon ec2-creation-using-vpc-module

Amazon Virtual Private Cloud (Amazon VPC) enables you to launch Amazon Web Services resources into a virtual network you've defined. This virtual network resembles a traditional network that you'd operate in your own data center, with the benefits of using the scalable infrastructure of AWS. A Terraform module is a collection of standard configuration files in a dedicated directory. Terraform modules encapsulate groups of resources dedicated to one task, reducing the amount of code you have to develop for similar infrastructure components.

git-basics-part1 icon git-basics-part1

Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.