Skip to content

Commit

Permalink
Remove region from spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laren-AWS authored and ford-at-aws committed Oct 13, 2023
1 parent 763b98d commit eb8c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/resilient_service/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ Select an instance, replace its instance profile, and reboot the instance.
self.ssm_client.send_command(
InstanceIds=[instance_id],
DocumentName='AWS-RunShellScript',
Parameters={'commands': ['cd / && sudo python3 server.py 80 us-west-2']})
Parameters={'commands': ['cd / && sudo python3 server.py 80']})
```

Tell the user all about it:
Expand Down

0 comments on commit eb8c6e8

Please sign in to comment.