Checking AWS Instance Info
https://ec2instances.info OR https://instances.vantage.sh GitHub Repository - https://github.com/vantage-sh/ec2instances.info

Search for a command to run...
Articles tagged with #aws
https://ec2instances.info OR https://instances.vantage.sh GitHub Repository - https://github.com/vantage-sh/ec2instances.info

This is based on an experience working on a project to reduce infrastructure cost. This is just Part 1, since I have just started on this project. Still very very new to me. So, recently, I spoke to the folks working at https://svaksha.in and they ha...

Recently, at Ola, the Sentinels team, that is the security team in Ola, was asking us, the Core Infrastucture team, to help with getting Logs 馃 for many things for a PCI Audit PCI - Payment Card Industry. PCI is a compliance. I think it鈥檚 called PCI...

Date and Time is Key ;)

For example, to get list of AWS EC2 instances with their private IP address, instance ID and their name, do this - $ aws ec2 describe-instances \ --output json \ | jq '.Reservations[].Instances[] | { Id: .InstanceId, IP: .PrivateIpAddress, Name: ...

We sometimes resize disks in AWS at Togai. We do this manually. Below is the guide for the same. We only talk about how to increase the size of a disk, not decrease Follow these steps 馃獪 to increase the size of a disk/volume Do all the steps with th...
