- Notifications
You must be signed in to change notification settings - Fork20
Disposable Cloud Environment CLI
License
Optum/dce-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DCETM is your playground in the cloud
This is the CLI forDCE. For usage information, view the completecommand reference.
Disposable Cloud Environment (DCE) manages ephemeral AWS accounts for easy and secure access to the cloud.
DCE users can "lease" an AWS account for a defined period of time and with a limited budget.
At the end of the lease, or if the lease's budget is reached, the account is wiped clean and returned to the account pool so it may be leased again.
Documentation coming soon.
Feature | *nix | Windows | Notes |
---|---|---|---|
Deployment (dce system deploy ) | Available | Unavailable | |
CLI Initialization (dce init ) | Available | Available | |
Authentication (dce auth ) | Available | Available | Unavailable on Firefox |
Account Management (dce accounts ... ) | Available | Available | |
Lease Management (dce leases ... ) | Available | Available | |
Usage (dce usage ... ) | Available | Available |
To change the logging level of the DCE CLI, set the DCE_LOG_LEVEL environment variable toTRACE
,DEBUG
,INFO
,WARN
,ERROR
,FATAL
, orPANIC
. When the log level isINFO
, only un-prefixed log message will be output. This is the default behavior.
DCE was born at Optum, but belongs to the community. Improve your cloud experience andopen a PR.
About
Disposable Cloud Environment CLI