mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 03:00:37 +00:00
8.5 KiB
8.5 KiB
AWS Tools and Scripts
- AWS Scripts
- AWS Samples (Boilerplates)
- Open Source at AWS
- AWS Tools
- AWS Toolkits
- AWS Management Tools Blog
- AWS CLI and AWS SDK
- Amazon CodeWhisperer
- AWS S3 Sync
- Third Party Tools
AWS Scripts
- AWS IP inventory Tool to generate an inventory of all IP addresses in use in an account, one or multiple VPC, or one or multiple subnet.
- dev.to: How to Copy a Security Group with Rules from one AWS Account to Another account
- github.com/awslabs/assisted-log-enabler-for-aws: Assisted Log Enabler - Find resources that are not logging, and turn them on
- https://github.com/dannysteenman/aws-toolbox A collection of useful Shell & Python scripts that make your DevOps life easier in AWS. Furthermore you'll also find a list of links that point to awesome DevOps tools from other creators.
- saml-to/assume-aws-role-action Assume AWS IAM Roles using SAML.to in GitHub Actions. This action enables workflows to obtain AWS Access Credentials for a desired IAM Role using AWS IAM SAML and a GitHub Actions Repository Token.
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.
- 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
AWS CI/CD Tools
AWS Toolkits
AWS Management Tools Blog
- AWS Management Tools Blog
- Metabadger Prevent SSRF attacks on AWS EC2 via automated upgrades to the more secure Instance Metadata Service v2 (IMDSv2).
AWS CLI and AWS SDK
- Amazon CLI Documentation
- AWS CLI Command Reference
- New usage examples have been added to the CLI for CodePipeline API Reference
- ec2-ssh-yplan: A pair of command line utilities for finding and SSH-ing into your Amazon EC2 instances by tag (such as ‘Name’)
- List running instances using 'awscli':
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
- Announcing the end of support for Python 2.7 in the AWS SDK for Python and AWS CLI v1
- AWS SDK for Java
- medium: AWS CLI with jq and Bash The CLI is utilitarian, but a little jq sauce makes it beautiful
- aws.plainenglish.io: Lessons Learned From Switching to AWS SDK v3 Dive into some lessons learned before you switch your Node.js lambda functions over to the latest and greatest
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
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
- 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
- github.com/one2nc/cloudlens 🌟 k9s like CLI for AWS