Add SendCommand permissions
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m40s
All checks were successful
AWS Deploy on Push / build (push) Successful in 1m40s
This commit is contained in:
@@ -65,6 +65,7 @@ jobs:
|
||||
|
||||
for INSTANCE_ID in $INSTANCE_IDS; do
|
||||
aws ssm send-command \
|
||||
--region us-east-2 \
|
||||
--instance-ids "$INSTANCE_ID" \
|
||||
--document-name "AWS-RunShellScript" \
|
||||
--parameters 'commands=[
|
||||
|
||||
Reference in New Issue
Block a user