From 9a423dbe662877f88f27a6e31dffd19f54938a1d Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Thu, 6 Sep 2018 13:36:19 -0700 Subject: [PATCH] cleaning up redundant and unnecessary info --- .../v0.1.x/en/config-options/cloud-providers/aws/_index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/rke/v0.1.x/en/config-options/cloud-providers/aws/_index.md b/content/rke/v0.1.x/en/config-options/cloud-providers/aws/_index.md index 35595a11f88..7d376f40f45 100644 --- a/content/rke/v0.1.x/en/config-options/cloud-providers/aws/_index.md +++ b/content/rke/v0.1.x/en/config-options/cloud-providers/aws/_index.md @@ -56,13 +56,10 @@ In order to use Elastic Load Balancers (ELBs) and EBS with Kubernetes, the node( ## Tagging Amazon Resources -If you have configured your cluster to use Amazon as **Cloud Provider**, tag your AWS resources with a cluster ID. +Any resources used in a Kubernetes cluster with the Amazon cloud provider must be tagged with a cluster ID. [Amazon Documentation: Tagging Your Amazon EC2 Resources](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) ->**Note:** You can use Amazon EC2 instances without configuring a cloud provider in Kubernetes. You only have to configure the cloud provider if you want to use specific Kubernetes cloud provider functionality. For more information, see [Kubernetes Cloud Providers](https://kubernetes.io/docs/concepts/cluster-administration/cloud-providers/) - - The following resources need to tagged with a `ClusterID`: - **Nodes**: All hosts added in Rancher.