Skip to content

charles-cooper/aws-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of convenience scripts I use for interacting with AWS ec2.

Example usage:

instance_id=$(./get_instance_by_name "my_instance")
./modify_instance_type $instance_id "c4.xlarge"
./start_instance $instance_id

About

Convenience wrappers for aws ec2 commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages