Apr 11, 2021AWS ELASTIC BEANSTALK(Platform As A Service)Holla Amigo!!! Today I would like to discuss the AWS ElasticBeanstalk Service. This service provides the fastest and simplest way to get web applications up and running on AWS. Developers simply upload their application code and the service automatically handles all the details such as resource provisioning, load balancing, auto-scaling…5 min read
Apr 6, 2021HOW TO USE AWS VIA CLI AND LOGIN WITH THE IAM & ROOT USERHOLA AMIGO!!! In this blog, I will explain how we can access AWS services using the command-line interface(CLI). First, download the required SDK file for windows, click here Now double click on the msi file and install it as shown:5 min read
Mar 24, 2021AWS — VPC(Virtual Private Cloud) Basics & How to Deploy Public and Private Subnets on AWS VPCHello All!!! In the past few months, I have seen there is a tremendous increase in the Cloud Computing Domain, A lot of big companies are migrating their infrastructure on multiple Clouds like AWS, Azure, GCP, Alibaba, etc. …13 min read
Feb 1, 2021GIT_&_GITHUB_WORKSHOPIn this 8 hour of workshop we learned about all the major things of git and github, We learned about the concept of Version Control System, how the git is useful in tracing our files whenever we made any change, What is the metadata created in a repo file …1 min read
Nov 15, 2020TASK2_AWS_CSA_DEVELOPERTask Description:- ✳️Create High Availability Architecture with AWS CLI ✳️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…5 min read
Nov 7, 2020TASK3_RH294_DEPLOYING_A_LOAD_BALANCER_FOR_MULTIPLE_WEBSERVERS_ON_AWS_USING_ANSIBLE.TASK DESCRIPTION:- 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…9 min read
Oct 17, 2020TASK1_AWS_CSA_DEVELOPER_Task Description — AWS 🔅 Create a key pair 🔅 Create a security group 🔅 Launch an instance using the above created key pair and security group. 🔅 Create an EBS volume of 5GB. 🔅 The final step is to attach the above created EBS volume to the instance you…5 min read
Oct 8, 2020TASK6_FLUTTER_ANIMATION_APPTask Description:- You have to create amazing and unique animation in the applications regarding the app you are creating . In one of my flutter app development projects I have created an app which uses the integration of flutter app with the firebase services and it can run any linux…3 min read
Sep 29, 2020TASK3_INTEGRATING_FLUTTER_WITH_FIREBASE’s_FIRESTORE_&_AUTHENTICATION_SERVICESTask Description:- Create an app that can run any linux command using API and the output will be saved in Firestore. From Firestore, get this output and print on screen. For this task we first create an app with the project and organization name using the command prompt.4 min read
Sep 12, 2020GCP_WORKSHOP_TASK_DEPLOYING_WEBAPP_USING_MULTI_CLOUDSTask Details : 1. Create multiple projects namely developer and production 2. Create 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…3 min read