Disposable Cloud Environment (DCE) CLI
DCE is your playground in the cloud
This is the CLI for DCE. For usage information, view the complete command 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.
Getting Started & Documentation
Deploy your own Disposable Cloud Environment by following the quick start, available on our documentation website:
dce.readthedocs.io
Feature Availability
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 |
|
Logging
To change the logging level of the DCE CLI, set the DCE_LOG_LEVEL environment variable to TRACE
, DEBUG
, INFO
, WARN
, ERROR
, FATAL
, or PANIC
. When the log level is INFO
, only un-prefixed log message will be output. This is the default behavior.
Contributing to DCE
DCE was born at Optum, but belongs to the community. Improve your cloud experience and open a PR.
Contributor Guidelines