You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: WebApplication/1_StaticWebHosting/README.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,11 @@ Once you've chosen a region, you should deploy all of the resources for this wor
34
34
### Create the git repository
35
35
You have two options for this first step which is to either use [AWS CodeCommit][commit] or [GitHub][github] to host your site's repository. The choice is yours. If you have a GitHub account feel free to use that. Otherwise [CodeCommit is included in the AWS Free Tier][codecommit-free]
36
36
#### Using CodeCommit
37
-
**:white_check_mark: Step-by-step directions**
38
-
1. Create an IAM user for CodeCommit access. Go to the [IAM Console][iam-console]
39
-
1. Select Users from the navigation bar and then **Add user**
40
-
1. Name the user `wildrydes-codecommit` and select *Programmatic access*
41
-
1. Select **Next: Permissions**
42
-
1. Select *Attach existing policies directly* and then check "AWSCodeCommitFullAccess"
43
-
1. Select **Next: Tags** and enter any tags you wish to identify this user
44
-
1. Select **Create User** and then **Close** from the final page
45
-
46
-

47
-
48
-
Next you need to get credentials for the user to be able to access repositories in CodeCommit:
49
-
50
-
1. Select the User from the Users page in the IAM Console you just created
51
-
1. Click the **Security credentials** tab
52
-
1. Under "HTTPS Git credentials for AWS CodeCommit" click **Generate**
53
-
54
-
Be sure to save the credentials either locally or to a scratch pad somewhere for later use.
37
+
The AWS Cloud9 development environment comes with AWS managed temporary credentials that are associated with your IAM user. You use these credentials with the AWS CLI credential helper. Enable the credential helper by running the following two commands in the terminal of your Cloud9 environment.
0 commit comments