A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
-
Updated
Feb 27, 2022 - Python
{{ message }}
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Amazon EC2 instance comparison site
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
A command-line tool for launching Apache Spark clusters.
Build your own privacy and security focused Android OS in the cloud.
A web-based SSH console to execute commands and manage multiple EC2 instances simultaneously running on Amazon Web Services (AWS).
Update scripts to setup RoadRunner or Swoole to utilize Laravel Octane.
https://github.com/laravel/octane
https://beyondco.de/blog/laravel-octane-introduction
Every now and then happens that the instance fails to boot up and it would be good to have a way how to debug it, AWS just provided it. aws-gate should have support for this.
More https://aws.amazon.com/about-aws/whats-new/2021/03/introducing-ec2-serial-console/
A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory
AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.
A guide on how to set up Jupyter with Pyspark painlessly on AWS EC2 clusters, with S3 I/O support
Amazon's light-weight library for chaos engineering on AWS. It can be used for EC2 and ECS (with EC2 launch type).
Automatically assign Elastic IPs to AWS EC2 Auto Scaling Group instances
A web based terminal for EC2 instances that does not require SSH or any other inbound connections to the instaces. Instead it uses the AWS Systems Manager (SSM) API to run commands (bash or powershell).
A community AWS SDK for Perl Programmers
Add a description, image, and links to the ec2 topic page so that developers can more easily learn about it.
To associate your repository with the ec2 topic, visit your repo's landing page and select "manage topics."
Though there is a configured user, it would be nice to override the user on cli via the
<user>@<host>approach that all ssh-like tools support