Class: Dev::Aws
- Defined in:
- lib/firespring_dev_commands/aws.rb,
lib/firespring_dev_commands/aws/s3.rb,
lib/firespring_dev_commands/aws/login.rb,
lib/firespring_dev_commands/aws/account.rb,
lib/firespring_dev_commands/aws/profile.rb,
lib/firespring_dev_commands/aws/parameter.rb,
lib/firespring_dev_commands/aws/credentials.rb,
lib/firespring_dev_commands/aws/account/info.rb,
lib/firespring_dev_commands/aws/codepipeline.rb,
lib/firespring_dev_commands/aws/cloudformation.rb,
lib/firespring_dev_commands/aws/cloudformation/parameters.rb
Overview
Class contains base aws constants
Defined Under Namespace
Classes: Account, Cloudformation, CodePipeline, Credentials, Login, Parameter, Profile, S3
Constant Summary collapse
- CONFIG_DIR =
The config dir for the user’s AWS settings
"#{Dir.home}/.aws".freeze
- DEFAULT_REGION =
The default region used if none has been configured in the AWS settings
'us-east-1'.freeze
- DEFAULT_LOGIN_ROLE_NAME =
The default role name used if none has been configured when logging in
'ReadonlyAccessRole'.freeze