From eb8c6e81f5b3d5738286dcf6f66be4d831a3742d Mon Sep 17 00:00:00 2001 From: Laren-AWS Date: Thu, 12 Oct 2023 08:53:34 -0700 Subject: [PATCH] Remove region from spec. --- workflows/resilient_service/SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: