All Projects → Optum → Dce

Optum / Dce

Licence: other
Disposable Cloud Environment

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Dce

Midway
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+3608.03%)
Mutual labels:  aws, serverless, cloud, enterprise
Chalice
Python Serverless Microframework for AWS
Stars: ✭ 8,513 (+6113.87%)
Mutual labels:  aws, serverless, cloud
Terraform Nextjs Plugin
A plugin to generate terraform configuration for Nextjs 8 and 9
Stars: ✭ 41 (-70.07%)
Mutual labels:  aws, serverless, terraform
Cloud Portal
Self service web portal for different Cloud platforms like Azure, AWS and VMWare vSphere.
Stars: ✭ 60 (-56.2%)
Mutual labels:  aws, cloud, terraform
Terracognita
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
Stars: ✭ 452 (+229.93%)
Mutual labels:  aws, cloud, terraform
Terraformer
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
Stars: ✭ 6,316 (+4510.22%)
Mutual labels:  aws, cloud, terraform
Pulumi
Pulumi - Developer-First Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
Stars: ✭ 10,887 (+7846.72%)
Mutual labels:  aws, serverless, cloud
Terraform Aws Github Runner
Terraform module for scalable GitHub action runners on AWS
Stars: ✭ 326 (+137.96%)
Mutual labels:  aws, serverless, terraform
Binaryalert
BinaryAlert: Serverless, Real-time & Retroactive Malware Detection.
Stars: ✭ 1,125 (+721.17%)
Mutual labels:  aws, serverless, terraform
Tensorflow Lambda Layer
Lets you import Tensorflow + Keras from an AWS lambda
Stars: ✭ 79 (-42.34%)
Mutual labels:  aws, serverless, cloud
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+7122.63%)
Mutual labels:  aws, serverless, cloud
Awesome Layers
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
Stars: ✭ 1,655 (+1108.03%)
Mutual labels:  aws, serverless, cloud
Terratag
Terratag is a CLI tool that enables users of Terraform to automatically create and maintain tags across their entire set of AWS, Azure, and GCP resources
Stars: ✭ 385 (+181.02%)
Mutual labels:  aws, cloud, terraform
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+3454.01%)
Mutual labels:  aws, serverless, cloud
Cloud Custodian
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Stars: ✭ 3,926 (+2765.69%)
Mutual labels:  aws, serverless, cloud
Infra Personal
Terraform for setting up my personal infrastructure
Stars: ✭ 45 (-67.15%)
Mutual labels:  aws, cloud, terraform
Docker Android
Android in docker solution with noVNC supported and video recording
Stars: ✭ 4,042 (+2850.36%)
Mutual labels:  aws, cloud, terraform
Awsweeper
A tool for cleaning your AWS account
Stars: ✭ 331 (+141.61%)
Mutual labels:  aws, cloud, terraform
Terraform Modules
Reusable Terraform modules
Stars: ✭ 63 (-54.01%)
Mutual labels:  aws, cloud, terraform
Serverless static website with basic auth
Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication and published on a subdomain registered via Route 53
Stars: ✭ 112 (-18.25%)
Mutual labels:  aws, serverless, terraform

Disposable Cloud EnvironmentTM

DCETM is your playground in the cloud

DCE helps you quickly and safely explore the public cloud by managing temporary AWS accounts.

Common use cases for a public cloud account include:

  • Developing, testing, or operating cloud networks and applications
  • Improving infrastructure utilization with autoscaling
  • Leveraging cloud-native developer tooling
  • Exploring data with analytical and machine learning services
  • And much more!

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 quickstart, also available on our documentation website:

dce.readthedocs.io

DCE CLI

The easiest way to get started with DCE is with the DCE CLI:

github.com/Optum/dce-cli

# Deploy DCE
dce system deploy

# Add an account to the pool
dce accounts add \
    --account-id 123456789012 \
    --admin-role-arn arn:aws:iam::123456789012:role/OrganizationAccountAccessRole

# Lease an account
dce leases create \
    --principal-id [email protected] \
    --budget-amount 100 --budget-currency USD

# Login to your account
dce leases login <lease-id>

Contributing to DCE

DCE was born at Optum, but belongs to the community. Improve your cloud experience and open a PR.

Contributor Guidelines

License

Apache License v2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].