Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated creating an AWS account #425

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

## v0.33.9
- Upgrade Ubuntu version to 20.04 to be current.
=======
## next
shubydo marked this conversation as resolved.
Show resolved Hide resolved
shubydo marked this conversation as resolved.
Show resolved Hide resolved

- Add new secondary index 'PrincipalIdLastModifiedOn' for Lease table with range key as LastModifiedOn to get the records sort by last-modified
Expand All @@ -10,6 +14,7 @@
- Fix Go dependency errors in pipeline
- Require at least `0.12.31` or later `0.12.x` versions of Terraform to recieve new provider updates


## v0.33.8

- Upgrade the Swagger UI dependency to remove a very dangerous vulnerability (upgrade Swagger UI to v3.51.2).
Expand Down
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

> **DCE<sup>TM</sup> is your playground in the cloud**

DCE helps you quickly and safely explore the public cloud by managing temporary AWS accounts.
DCE helps you quickly and safely explore the public cloud by managing temporary AWS accounts.
> *It should be noted this repo has been created and tested to work on AWS accounts.*

Common use cases for a public cloud account include:
- Developing, testing, or operating cloud networks and applications
Expand All @@ -17,7 +18,23 @@ At the end of the lease, or if the lease's budget is reached, the account is wip

## Getting Started & Documentation

Documentation coming soon.
In order to run this configuration setup, you will first need to activate an AWS account. Like the other cloud platforms, you can set one up for free if you want to experiment, however, keep in mind all three will require a credit card on file and will charge a small fee for some of the resources.
If you choose to use this on a Corporate account, you will need to use your existing credentials.

## Creating a Cloud Account
Create an AWS account by browsing to: [AWS Web Console](https://aws.amazon.com)
Click on **Create a Free Account**

![ ](/docs/img/create_aws_account.png)

If you don't have a cuurent account, complete the signup form to create a free tier account

![ ](/docs/img/create_aws_login.png)
***You will need to have access to the root username and password***

Once your account is created, sign in and make a note of your account id.
![ ](/docs/img/aws_account_id_iam_console.png)


## DCE CLI

Expand Down
Binary file added docs/img/aws_account_id_iam_console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/create_aws_account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/create_aws_login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.