Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94ce84b

Browse files
committed
chore: upgraded Cloud 9 to AL2. Updated bootstrap
1 parent 2a2e38d commit 94ce84b

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

‎code/lab-0/configureCloud9.sh

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
#!/bin/bash
2-
32
sudo yum update -y
43

5-
sudo pip uninstall aws-sam-cli -y
6-
sudo pip uninstall awscli -y
7-
sudo python -m pip uninstall pip -y
8-
9-
#sudo alternatives --set python /usr/bin/python3.6
10-
11-
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
12-
sudo python get-pip.py
13-
14-
sudo /usr/local/bin/pip install awscli
15-
sudo /usr/local/bin/pip install aws-sam-cli
16-
sudo /usr/local/bin/pip install cfn-lint
17-
4+
# Install cf-lint
5+
sudo pip install cfn-lint
186

7+
#cleanup
198
rm -fr ~/environment/wild-rydes-async-messaging/workshop/
9+
rm -fr ~/environment/wild-rydes-async-messaging/.git
2010
mv ~/environment/wild-rydes-async-messaging/code/lab-* ~/environment/wild-rydes-async-messaging/
2111
rm -fr ~/environment/wild-rydes-async-messaging/code/

‎code/lab-0/template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Resources:
8888
- PathComponent: /wild-rydes-async-messaging
8989
RepositoryUrl: !Ref GitRepositoryURL
9090
SubnetId: !Ref PublicSubnet1
91+
ImageId: amazonlinux-2-x86_64
9192

9293
Outputs:
9394
Cloud9DevEnvUrl:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /