Subversion Repositories DevTools

Rev

Rev 4719 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4719 Rev 5800
Line 302... Line 302...
302
time
302
time
303
 
303
 
304
 
304
 
305
AWS Configuration
305
AWS Configuration
306
-----------------
306
-----------------
307
Sleep tight looks for a configuration file called credentials in the ~/.aws directory
307
Sleep tight looks for a configuration file ~/.boto
308
The file should contain a [sleep_tight] record header with the following information:
308
The file should contain a [sleep_tight] record header with the following information:
309
 
309
 
310
[sleep_tight]
310
[sleep_tight]
311
region = ap-southeast-2
311
region = ap-southeast-2
312
aws_access_key_id = <replace-with-access-key-id>
312
aws_access_key_id = <replace-with-access-key-id>
313
aws_secret_access_key = <replace-with-secret-access-key>
313
aws_secret_access_key = <replace-with-secret-access-key>
314
 
314
 
315
 
315
 
316
AWS IAM Permissions
316
AWS IAM Permissions
317
-------------------
317
-------------------
-
 
318
Create a new IAM user or modify an existing user. 
318
Sleep tight at a minimum requires ec2 Describe anything, StartInstances, StopInstances permissions
319
Sleep tight at a minimum requires ec2 Describe anything, StartInstances, StopInstances permissions
319
 
320
 
320
Describe any permissions
321
Describe any permissions
321
{
322
{
322
  "Version": "2012-10-17",
323
  "Version": "2012-10-17",