Kubernetes has been a disruptive change in IT Infrastructure. It had been widely adopted across the industry Managed Kubernetes are the best choice if you do not want to face the hurdles of setting up K8s from scratch Unless you want to deep learn Kubernetes. AWS a market leader in[...]
Read moreCategory: AWS
QueueB - Cloud Queue Browser for AWS SQS - Read, Browse, Search
QueueB is created with a motive to provide a client application to browse and manage Queue services of various cloud providers. To begin with, the application is built to browse and manage AWS SQS queues. The application is built on Electron and Bootstrap and is designed to be self-hosted. The application[...]
Read moreAWS Lambda Python Example - With ALB Integration | Devops Junction
In this article, we are going to see how you can deploy your simple python application to AWS Lambda and access it publically using an Application Load balancer. Lambda is a great feature from AWS to host your source code without having to worry about setting up server infrastructure. It[...]
Read moreDeploy AWS Lambda Functions using Jenkins | Devops Junction
Serverless Computing is a disruptive change in the way we used to approach the infrastructure and host our applications. With Serverless Computing like AWS Lambda, you can simply deploy your single python file without having to worry about writing the production-grade wrappers like gunicorn and supervisor etc. Serverless computing is[...]
Read moreHow to Block IP in AWS VPC - by IP or CIDR Range | Devops Junction
Let's suppose your AWS infrastructure is under DDOS attack and your Load balancers and Applications are flooded with requests. The Immediate action you can take is to block the IP you have identified. If you have monitoring tools and Log management tools like Datadog, EFK, Splunk etc. they can be[...]
Read moreList Elastic Cache Connections using redis-cli & VPC flow logs | AWS
Elastic Cache Redis is one of the most used AWS managed services so no implementation and backup and maintenance hassles but at times you might need to some monitoring or auditing. Let's suppose you want to list all the connections to the REDIS cache to find out which applications are[...]
Read moreAWS S3 CP Examples - How to Copy Files with S3 CLI | Devops Junction
AWS CLI has become a life saver when you want to manage your AWS infrastructure efficiently. This also provides lot of possibilities for Automation and reduce the number of times that you have to login to AWS Management console. If you are new to AWS CLI. Please consider reading this[...]
Read moreFind Who owns the Private IP in AWS | DevOps Junction
At times of troubleshooting an issue or doing a forensic on a security incident in your AWS account. Finding who owns Private IP plays a major role. Do you know Almost all the AWS resources like Load Balancers, RDS, EFS has their own private IP address. So how to find[...]
Read moreFind EC2 instances using EFS - EFS Usage Report
Let's suppose that you have an infrastructure of 1000 hosts and you want to know how many of them use EFS - Elastic File System or traditionally known as Network File System Or Let's just say that you have 100 EFS File systems in your AWS account and you want[...]
Read moreAWS CLI List EFS Filesystem sort by Size
In this post we are going to see an aws cli command to list elastic file systems sorted by Size in ascending or descending order. While am sharing all the new tricks in AWS CLI I come across. this is something I have learnt recently There is a dedicated post[...]
Read more