Files
awesome-kubernetes/docs/aws-tools-scripts.md
Inaki Fernandez 7c7b833aa4 feb 23rd
2022-02-23 11:48:16 +01:00

5.5 KiB
Raw Blame History

AWS Tools and Scripts

AWS Scripts

AWS Samples (Boilerplates)

Open Source at AWS

AWS Tools

  • github.com/awslabs
  • ==steampipe== 🌟 Steampipe is an open source tool for querying cloud APIs in a universal way and reasoning about the data in SQL.
  • ==awslabs/aws-cloudsaga: AWS CloudSaga - Simulate security events in AWS== AWS CloudSaga is for customers to test security controls and alerts within their Amazon Web Services (AWS) environment, using generated alerts based on security events seen by the AWS Customer Incident Response Team (CIRT).
    • New Open Source tool alert! Introducing AWS CloudSaga, a open source tool for generating events within AWS to be investigated by blue teams & incident responders.
    • AWS CloudSaga is based on basic scenarios related to security events. Using AWS CloudSaga, you can safely generate events via the AWS API, and then use these events to test your team's investigation capabilities and responses in order to identify gaps and areas of improvement.

AWS Toolkits

AWS Management Tools Blog

AWS CLI and AWS SDK

aws ec2 describe-instances --filters Name=instance-state-name,Values=running --query 'Reservations[].Instances[].[InstanceID]'
  • List all AWS instances in a table format using 'awscli':
aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.AvailabilityZone, State.Name, InstanceID,InstanceType,Platform,Tags.Value,State.Code,Tags.Values]' --output table

Third Party Tools

  • ec2-spot-converter This tool converts existing EC2 instances back and forth from on-demand and 'persistent' Spot billing models while preserving instance attributes (Launch configuration, Tags..), network attributes (existing Private IP addresses, Elastic IP), storage (Volumes), Elastic Inference accelerators and Elastic GPUs. It also allows replacement of existing Spot instances with new "identical" ones to update the instance type and cpu options.
  • techcrunch.com: Vantage makes managing AWS easier
  • vantage.sh