diff --git a/ec2/cloudformation/ec2-with-bootstrapping.yaml b/ec2/cloudformation/ec2-with-bootstrapping.yaml index de9cf03..7b257a4 100644 --- a/ec2/cloudformation/ec2-with-bootstrapping.yaml +++ b/ec2/cloudformation/ec2-with-bootstrapping.yaml @@ -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'