S.No. Questions AWS Service Name Corresponding GCP Service Name 1 How do you create Virtual Machines? Amazon EC2 Compute Engine 2 How do you attach permanent storage (block storage) with Virtual Machines? Amazon EBS (in EC2 svc) Persistent Read More …
Category: Uncategorized
Working with Ansible Tower
Ansible Tower is a web-based interface and automation platform that enhances the capabilities of Ansible, an open-source automation tool. Developed by Red Hat, Ansible Tower provides a graphical user interface (GUI), role-based access control, job scheduling, and other features Read More …
Ansible – Configuring multiple instances through Ansible
Ansible: Ansible is an open-source automation tool used for configuration management, application deployment, task automation, and orchestration. It employs declarative language to define the desired state of infrastructure, operates in an agentless manner, and uses simple YAML scripts called playbooks Read More …
Jenkins deployment in EC2 using Terraform
Resources covered: IAM| EC2 | JENKINS | TERRAFORM | JENKINS: Jenkins is an open-source automation server used for Continuous Integration and Continuous Deployment (CI/CD). It helps automate building, testing, and deploying software projects. Jenkins is highly extensible, features a Read More …
Monitoring EKS cluster through Prometheus and Grafana
Prometheus Prometheus is a monitoring tool that watches over computer systems and applications, keeping track of their performance and health. It helps identify and alert users about potential issues, ensuring smooth operations in digital environments. Grafana Grafana is an Read More …
Deployment of 3-Tier Web Application on Amazon Elastic Kubernetes Service (EKS)
Resources used VPC | EKS | RDS | EC2 | IAM role | ECR | Docker | Load balancer Flow Diagram Steps: Step 1: Create 2 IAM roles one for the EKS cluster and one for node-group Step 2: Read More …
Explore – AWS Elastic Cache, Redis and Memcache
Definition of Redis, Memcache and Amazon ElasticCache Redis is not an AWS-specific term; it is a general term that refers to an open-source, in-memory data store and caching system. Redis is a standalone technology that can be used Read More …
Create a Redis Cluster in AWS and connect to it using EC2 instance
Resources used Amazon Elasticache| Redis | EC2 Flow diagram Steps Step 1: Create AWS Redis cluster Step 2: Create EC2 Instance Step 3: Connect Redis cluster with EC2 Instance Flow Diagram When a user accesses a web application Read More …
WordPress website setup using EC2, RDS, S3, IAM and Cloudfront.
Resources used S3 bucket | RDS | EC2 | cloud front | IAM role Flow Diagram Steps Step 1: Create Two Security groups Step 2: Create an EC2 Instance and RDS Step 3: Setup WordPress in EC2Instance created Read More …
Start and stop EC2 instance through AWS lambda and API Gateway
Resources used IAM | EC2| Lambda | API Gateway FlowDiagram Steps: Step 1: Create an IAM role with Admin permissions Step 2: Create an EC2 instance Step 3: Create the Lambda Function (start ec2) Step 4: Create the Read More …