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: DevOps/1_ServerlessApplicationModel/README.md
+26-2Lines changed: 26 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,32 @@ Each of the following sections provide an implementation overview and detailed,
73
73
74
74
If you're using the latest version of the Chrome, Firefox, or Safari web browsers the step-by-step instructions won't be visible until you expand the section.
75
75
76
+
### 1. Update CodeStarWorker-uni-api-CloudFormation IAM Role
76
77
77
-
### 1. Seed the `uni-api` CodeCommit Git repository
78
+
1. In the AWS Management Console, click Services then select IAM under Security, Identity, & Compliance.
79
+
80
+
1. Click the **Search IAM** search box.
81
+
82
+

83
+
84
+
1. Type `CodeStarWorker-uni-api-CloudFormation` in the search box and select **CodeStarWorker-uni-api-CloudFormation** in the left navigation.
1. Type `AWSLambdaFullAccess` in the filter text box, select the checkbox to the left of the **AWSLambdaFullAccess** IAM Role, and click **Attach policy**.
### 2. Seed the `uni-api` CodeCommit Git repository
78
102
79
103
1. Each module has corresponding source code used to seed the CodeCommit Git repository for the CodeStar project. To seed the CodeCommit Git repository, click on the **Launch Stack** button for your region below:
80
104
@@ -171,7 +195,7 @@ If you're unable to install SAM CLI on your workstation, you may find it easier
171
195
172
196
173
197
1. Once the CloudFormation stack creation has completed, find the EC2 instance public DNS name by selecting the checkbox to the left of the **DeveloperInstance** Stack, and clicking the **Outputs** tab below the list of Stacks. Find the output key labeled `PublicDnsName` and use the corresponding value in order to access the EC2 instance.
174
-
198
+
175
199
1. Use SSH client to connect to the instance. If you are using Windows, use a client such as Putty or Bitvise (you can find instructions for connecting from Windows using Putty here: [Connecting to Your Linux Instance from Windows Using PuTTY](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html))
176
200
177
201
1. The Git repository has been cloned to the home directory on launch, `/home/ec2-user/uni-api`.
0 commit comments