From e664bde4841e487b3500de72a8d61b3b28b8797e Mon Sep 17 00:00:00 2001 From: Henning Jacobs Date: Tue, 15 May 2018 16:42:57 +0200 Subject: [PATCH] AWS IAM Instance Profile (#557) --- docs/tutorials/aws.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index a6077076d..81314f513 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -31,6 +31,8 @@ This tutorial describes how to setup ExternalDNS for usage within a Kubernetes c } ``` +When running on AWS, you need to make sure that your nodes (on which External DNS runs) have the IAM instance profile with the above IAM role assigned (either directly or via something like `kube2iam`). + ## Set up a hosted zone *If you prefer to try-out ExternalDNS in one of the existing hosted-zones you can skip this step*