From 811a521ba298bcac7843c1dbc7ce4c1262612a4a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 12 Feb 2017 19:52:20 -0800 Subject: [PATCH] update ami --- ch12/playbooks/create-instance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12/playbooks/create-instance.yml b/ch12/playbooks/create-instance.yml index 2d6a748..9ca5d1d 100644 --- a/ch12/playbooks/create-instance.yml +++ b/ch12/playbooks/create-instance.yml @@ -5,7 +5,7 @@ - name: start a xenial instance from a known ami ec2: region: us-west-1 - image: ami-42ffa322 + image: ami-79df8219 instance_type: t2.micro key_name: mykey group: [web, ssh, outbound] -- 2.44.0