Skip to content

Commit

Permalink
Update ec2-with-bootstrapping.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee authored Oct 8, 2024
1 parent d1b70df commit 4343984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ec2/cloudformation/ec2-with-bootstrapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,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 -y python3-pip
python3 -m pip install boto3 awscli

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

0 comments on commit 4343984

Please sign in to comment.