Skip to content

jakewendt/awstools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws

Requirements

awscli and jq installed

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"
sudo installer -pkg AWSCLIV2.pkg -target /
which aws
aws --version

Create credentials

AWS CLI Configure

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

aws configure
AWS Access Key ID [None]: 
AWS Secret Access Key [None]: 
Default region name [None]: 
Default output format [None]: 

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