Skip to content

Commit 630cee1

Browse files
authored
Merge pull request aws-samples#332 from aws-samples/cloud9-development
Cloud9 development
2 parents be75297 + 3566f72 commit 630cee1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

cloud9-development/readme.adoc

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ This tutorial will walk you through the process of creating a Kubernetes develop
88

99
=== Create AWS Cloud9 Environment
1010
==== Option 1: AWS Cloud9 Console
11-
1. Log into the AWS Cloud9 Console by visiting https://console.aws.amazon.com/cloud9/home/create
11+
1. Log into the AWS Cloud9 Console's Create page by visiting one of the links below. This will create your development environment in one of the AWS Cloud9 supported regions, but you'll be able to make calls to any service in other regions using the environment.
12+
+
13+
[options="header"]
14+
|=======
15+
|Region |Link
16+
|Oregon |https://us-west-2.console.aws.amazon.com/cloud9/home/create
17+
|Northern Virginia |https://us-east-1.console.aws.amazon.com/cloud9/home/create
18+
|Ohio |https://us-east-2.console.aws.amazon.com/cloud9/home/create
19+
|=======
20+
+
1221

1322
2. Provide a name for your environment. Feel free to use something simple, such as `kubernetes-developmet`. Then click "Next Step".
1423

@@ -35,10 +44,8 @@ Your AWS Cloud9 environment comes with many useful tools preinstalled, but there
3544

3645
Your AWS Cloud9 environment comes with the AWS CLI preinstalled and configured to automatically use the credentials of the currently logged in user.
3746

38-
.Please Note
39-
*********************
47+
[NOTE]
4048
It is not recommended that you change the default AWS CLI config in your AWS Cloud9 environment. Instead, it is recommended that you provide the logged in user's account the permissions needed to make any requests needed by your project. More information on this can be found by visiting: https://docs.aws.amazon.com/cloud9/latest/user-guide/credentials.html[Calling AWS Services from an Environment in AWS Cloud9]
41-
*********************
4249

4350
For the sake of this workshop, we are going to configure the AWS CLI on your AWS Cloud9 environment using the AWS Configure command. For this, use the same credentials you created in the "Create admin user and group" section of the https://github.com/aws-samples/aws-workshop-for-kubernetes/blob/master/prereqs.adoc[Prerequesites] page.
4451

0 commit comments

Comments
 (0)