Skip to content

Commit

Permalink
Update ec2-with-s3-full.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Oct 8, 2024
1 parent 9fb103b commit 9bcadea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2/cloudformation/ec2-with-s3-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Resources:
Fn::Base64:
!Sub |
#!/bin/bash -xe
apt update && apt install awscli python3-pip -y
python3 -m pip install boto3
apt update && apt install python3-pip -y
python3 -m pip install boto3 awscli

AddVolume:
Type: 'AWS::EC2::Volume'
Expand Down

0 comments on commit 9bcadea

Please sign in to comment.