Skip to content

Commit 9bcadea

Browse files
authored
Update ec2-with-s3-full.yaml
1 parent 9fb103b commit 9bcadea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ec2/cloudformation/ec2-with-s3-full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Resources:
4545
Fn::Base64:
4646
!Sub |
4747
#!/bin/bash -xe
48-
apt update && apt install awscli python3-pip -y
49-
python3 -m pip install boto3
48+
apt update && apt install python3-pip -y
49+
python3 -m pip install boto3 awscli
5050

5151
AddVolume:
5252
Type: 'AWS::EC2::Volume'

0 commit comments

Comments
 (0)