All Projects → ravsau → AWS-CLI-Commands

ravsau / AWS-CLI-Commands

Licence: other
Collection of AWS CLI commands for several AWS services.

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AWS-CLI-Commands

Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-38.64%)
Mutual labels:  aws-cli, amazon-web-services
Ecs Deploy
Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Stars: ✭ 541 (+1129.55%)
Mutual labels:  aws-cli, amazon-web-services
polynimbus
Multi-cloud infrastructure inventory and management tool, supporting AWS, Google Cloud, Azure, Oracle Cloud, Rackspace Cloud, Hetzner Cloud, Alibaba Cloud, e24cloud.com, Linode, Cloudflare, GoDaddy and Backblaze B2.
Stars: ✭ 70 (+59.09%)
Mutual labels:  aws-cli, amazon-web-services
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (+86.36%)
Mutual labels:  aws-cli, amazon-web-services
terraform-aws-ecs-web-service
A Terraform module to create an Amazon Web Services (AWS) EC2 Container Service (ECS) service associated with an Application Load Balancer (ALB).
Stars: ✭ 26 (-40.91%)
Mutual labels:  amazon-web-services
Iamy
A cli tool for importing and exporting AWS IAM configuration to YAML files
Stars: ✭ 200 (+354.55%)
Mutual labels:  aws-cli
Aws Cost Saver
A tiny CLI tool to help save costs in development environments when you're asleep and don't need them!
Stars: ✭ 178 (+304.55%)
Mutual labels:  aws-cli
Athenacli
AthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
Stars: ✭ 151 (+243.18%)
Mutual labels:  aws-cli
django-eb-sqs-worker
Django Background Tasks for Amazon Elastic Beanstalk
Stars: ✭ 27 (-38.64%)
Mutual labels:  amazon-web-services
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (-59.09%)
Mutual labels:  aws-cli
aws-lambda-chaos-injection
Chaos Injection library for AWS Lambda
Stars: ✭ 82 (+86.36%)
Mutual labels:  amazon-web-services
Docker Files
Collection of prooph docker files
Stars: ✭ 232 (+427.27%)
Mutual labels:  aws-cli
aws2openapi
Amazon Web Services API description to OpenAPI 3.0 definition
Stars: ✭ 45 (+2.27%)
Mutual labels:  amazon-web-services
Lambda The Cli Way
AWS Lambda using CLI, an introductory cookbook
Stars: ✭ 188 (+327.27%)
Mutual labels:  aws-cli
okta aws
Tool for accessing the AWS API for an account you normally access via okta
Stars: ✭ 27 (-38.64%)
Mutual labels:  aws-cli
Okta Awscli
Provides Okta authentication for awscli
Stars: ✭ 161 (+265.91%)
Mutual labels:  aws-cli
ExampleCLI
Example TypeScript CLI with Node.js
Stars: ✭ 37 (-15.91%)
Mutual labels:  command-line-interface
aws-s3
Ocaml library to access Amazon S3
Stars: ✭ 42 (-4.55%)
Mutual labels:  amazon-web-services
aws-o11y-recipes
recipes for observability solutions at AWS
Stars: ✭ 110 (+150%)
Mutual labels:  amazon-web-services
UnityCLI
Unity TCP CLI communication for debugging
Stars: ✭ 22 (-50%)
Mutual labels:  command-line-interface

AWS-CLI-Commands

This repo is intended to be used for mine Introduction to the AWS CLI course on Udemy. But this content will be useful to any AWS CLI user.

Full Course Link and Coupon

https://www.udemy.com/aws-cli-course/?couponCode=CERTIFIED

The Bash+CLI folder has some powerful scripts that combine the features of Linux Bash and AWS CLI which let you do some cool things.

First example:

you could quickly provision an EC2 by calling an script like this:

./runInstanceDefaultVPC

And you have an instance running!! Remember to make the file executable and to rename the key to that you own.

Second Example:

You can combine bash+CLI to describe tags for all your Elastic Load Balancers on a certain region. You can find this script under Bash+CLI/ELB/ folder or by clicking here

My AWS CLI Videos on Youtube

I have 10+ videos on youtube related to AWS CLI where I use commands in this repo to accomplish tasks like creating a VPC etc. Click the pic below to go to the playlist.

Resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].