aws

command
v0.0.0-...-90f5411 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

*

  • Create EC2 instance from existing AMI.

  • Don't hard-code your credentials!

  • Export the following environment variables instead: *

  • export AWS_ACCESS_KEY_ID='AKID'

  • export AWS_SECRET_ACCESS_KEY='SECRET' *

  • This example loads credentials from ~/.aws/credentials:

  • [default]

  • aws_access_key_id = ...

  • aws_secret_access_key = ...

*

  • Retrieve list of running instances.

  • Don't hard-code your credentials!

  • Export the following environment variables instead: *

  • export AWS_ACCESS_KEY_ID='AKID'

  • export AWS_SECRET_ACCESS_KEY='SECRET' *

  • This example loads credentials from ~/.aws/credentials:

  • [default]

  • aws_access_key_id = ...

  • aws_secret_access_key = ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL