From 5c64f7f7cf9d039775cff4300578af4420583eda Mon Sep 17 00:00:00 2001 From: "nick.grange" Date: Mon, 29 Jun 2015 23:10:56 +1000 Subject: [PATCH] #2346 updated to ami that doesn't require accepting marketplace terms Updated to same ami as in main readme.md which is from community AMIs and therefore doesn't require accepting the AWS marketplace terms before using in Packer build. --- website/source/intro/getting-started/build-image.html.markdown | 2 +- .../source/intro/getting-started/parallel-builds.html.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/intro/getting-started/build-image.html.markdown b/website/source/intro/getting-started/build-image.html.markdown index 0c0fc0184..4bf8eda57 100644 --- a/website/source/intro/getting-started/build-image.html.markdown +++ b/website/source/intro/getting-started/build-image.html.markdown @@ -54,7 +54,7 @@ briefly. Create a file `example.json` and fill it with the following contents: "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "us-east-1", - "source_ami": "ami-c65be9ae", + "source_ami": "ami-de0d9eb7", "instance_type": "t1.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}" diff --git a/website/source/intro/getting-started/parallel-builds.html.markdown b/website/source/intro/getting-started/parallel-builds.html.markdown index 700f03c28..90554dacc 100644 --- a/website/source/intro/getting-started/parallel-builds.html.markdown +++ b/website/source/intro/getting-started/parallel-builds.html.markdown @@ -93,7 +93,7 @@ The entire template should now look like this: "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "us-east-1", - "source_ami": "ami-c65be9ae", + "source_ami": "ami-de0d9eb7", "instance_type": "t1.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}"