- 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
- Amazon CodeWhisperer
- AWS S3 Sync
- Third Party Tools
AWS Scripts
AWS Samples (Boilerplates)
Open Source at AWS
- 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.
- willdady/aws-resource-based-policy-collector: AWS resource-based policy collector Utility for collecting resource-based policies from an AWS account
- ermetic/access-undenied-aws 🌟 Ermetic is launching a new open-source tool: Access Undenied on AWS. The tool parses AWS AccessDenied CloudTrail events, explains the reasons for them and offers actionable fixes.
- github.com/ualter: AwsBe A tool to help handle AWS Session connections on terminals, using your configured AWS Shared Config and Credentials files. It manages Roles to Assume, MFA Token requests, AWS SSO Sign-in, AWS SSO Tokens and the expiration of opened sessions.
- github.com/awslabs/amazon-s3-tar-tool: Amazon S3 Tar Tool A utility tool to create a tarball of existing objects in Amazon S3
- github.com/aws-samples/aws-cdk-stack-builder-tool AWS CDK Builder is a browser-based tool designed to streamline bootstrapping of Infrastructure as Code (IaC) projects using the AWS Cloud Development Kit (CDK).
- github.com/containerscrew/aws-sso-auth Fetch your local ~/.aws/credentials using AWS SSO
- cloudcatalog.dev Documentation tool for AWS Architectures. CloudCatalog is an Open Source project that helps you document your AWS resources, services and assign owners.
- spacelift.io/blog/aws-s3-cp: AWS S3 Cp [Copy] Command Overview with Examples Effectively working with S3 requires moving data in and out of S3 buckets efficiently, supporting use cases such as web hosting, content distribution, backups, archiving, media storage and streaming, and more. In this article, we will explore how to use the aws s3 cp command to transfer data between your local filesystem and the S3 buckets.
- github.com/infrahouse/infrahouse-toolkit A collection of tools for building infrastructure
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
- Amazon CodeWhisperer 🌟 Amazon CodeWhisperer is a machine learning (ML)–powered service that helps improve developer productivity by generating code recommendations based on developers’ comments in natural language and their code in the integrated development environment (IDE). During preview, CodeWhisperer is available for Java, JavaScript, and Python programming languages. The service integrates with multiple IDEs, including JetBrains (IntelliJ, PyCharm, and WebStorm), Visual Studio Code, AWS Cloud9, and the AWS Lambda console.
- genbeta.com: Amazon lanza CodeWhisperer, su propia alternativa a GitHub Copilot… que no insertará código ya licenciado sin avisar
- hashicorp.com: Accelerate your Terraform development with Amazon CodeWhisperer
- aws.amazon.com/blogs: Introducing Amazon CodeWhisperer for command line
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.