Skip to content

jakewendt/awstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws

Requirements

awscli and jq installed

AWS CLI Configure

The AWS CLI is capable of working with multiple keys, for example if you work on multiple projects.

Simply configure each with ...

aws configure --profile syryu

... specifying a given profile name. This profile name MUST be used with each aws call.

Start EC2 Instance

This script finds the appropriate subnet, security group and AMI.

create_ec2_instance.bash --key ~/.aws/JakeSYRyu.pem --profile syryu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages