8000 GitHub - dciancio/aws-scripts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dciancio/aws-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-scripts

Pre-requisites:

Installation:

  1. Configure AWS credentials as follows:
::::::::::::::::::::::::::
~/.aws/config
::::::::::::::::::::::::::

[default]
output = text
region = us-east-1

::::::::::::::::::::::::::
~/.aws/credentials
::::::::::::::::::::::::::

[default]
aws_access_key_id = <your_access_key_id>
aws_secret_access_key = <your_secret_access_key>
  1. Copy the scripts to /usr/local/bin directory and ensure that /usr/local/bin is included in your $PATH

Usage:

  • Listing AWS instances using an instance name prefix (based on a Name tag value) :
# awslist.sh <instance_prefix>
  • Starting AWS instances using an instance name prefix (based on a Name tag value) :
# awsstart.sh <instance_prefix>
  • Stopping AWS instances using an instance name prefix (based on a Name tag value) :
# awsstop.sh <instance_prefix>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0