diff --git a/workflows/resilient_service/SPECIFICATION.md b/workflows/resilient_service/SPECIFICATION.md index eb1e87e97ac..80463c091e6 100644 --- a/workflows/resilient_service/SPECIFICATION.md +++ b/workflows/resilient_service/SPECIFICATION.md @@ -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: