Skip to content

AWS Tools and Scripts

  1. AWS Scripts
  2. AWS Samples (Boilerplates)
  3. Open Source at AWS
  4. AWS Tools
    1. AWS CI/CD Tools
  5. AWS Toolkits
  6. AWS Management Tools Blog
  7. AWS CLI and AWS SDK
  8. Amazon CodeWhisperer
  9. AWS S3 Sync
  10. Third Party Tools

AWS Scripts

AWS Samples (Boilerplates)

Open Source at AWS

AWS Tools

AWS CI/CD Tools

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

Amazon CodeWhisperer

AWS S3 Sync

  • blog.awsfundamentals.com: AWS S3 Sync - An Extensive Guide Learn all about AWS S3 sync - covering download, upload, synchronize buckets, file selection patterns, dry-run, and more - examples included. The CLI is a daily tool for every DevOps engineer working with AWS. A deep-dive for the 𝗮𝘄𝘀 𝘀𝟯 𝘀𝘆𝗻𝗰 command & its powerful options.

Third Party Tools