diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 index 968aebd72..ff55cd58d --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +## v0.33.9 +- Upgrade Ubuntu version to 20.04 to be current. +======= ## next - Add new secondary index 'PrincipalIdLastModifiedOn' for Lease table with range key as LastModifiedOn to get the records sort by last-modified @@ -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). diff --git a/README.md b/README.md index 8130b494c..5a6ad7750 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ > **DCETM 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 @@ -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 diff --git a/docs/img/aws_account_id_iam_console.png b/docs/img/aws_account_id_iam_console.png new file mode 100644 index 000000000..a3735c0f0 Binary files /dev/null and b/docs/img/aws_account_id_iam_console.png differ diff --git a/docs/img/create_aws_account.png b/docs/img/create_aws_account.png new file mode 100644 index 000000000..42d513965 Binary files /dev/null and b/docs/img/create_aws_account.png differ diff --git a/docs/img/create_aws_login.png b/docs/img/create_aws_login.png new file mode 100644 index 000000000..92d33954a Binary files /dev/null and b/docs/img/create_aws_login.png differ