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
Sep 22, 2020 - 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.
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 on a continuous basis with OTA updates.
A web-based SSH console to execute commands and manage multiple EC2 instances simultaneously running on Amazon Web Services (AWS).
A guide on how to set up Jupyter with Pyspark painlessly on AWS EC2 clusters, with S3 I/O support
AWS Toolkit for Eclipse – an open-source plugin for developing, deploying, and managing AWS applications.
aws-gate should have type annotations, so we can do more linting and discover design issues.
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).
Amazon's light-weight library for chaos engineering on AWS. It can be used for EC2, ECS (with EC2 launch type) and Fargate.
"var/app/current/storage/logs/laravel.log" could not be opened. failed to open stream: permission denied.
How can we solve this?
I added
13_permissions:
# fix permissions on the Laravel app folder
command: "chmod 777 -R /var/app/current/storage/logs/"
cwd: "/var/app/current/storage/logs/"
Line to deploy.config, but has no help.
A community AWS SDK for Perl Programmers
Tool to build Docker cluster composition for Amazon EC2 Container Service(ECS)
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