Remove tag slack
article thumbnail

Tracking EC2 Instances used by EKS with AWS CLI

Scott Lowe

Like the ENIs, EKS does add a cluster-specific tag to all EC2 instances in the cluster. However, just to make life interesting, the tag used for EC2 instances is not the same as the tag used for ENIs. (If If someone at AWS knows of a technical reason why these tags are different, I’d love to hear it.)

Network 60
article thumbnail

Managing AWS Key Pairs with Pulumi and Go

Scott Lowe

String ( " " ), Tags : pulumi. Then specify an appropriate name and adjust the tags as desired. If you have any questions, feel free to reach out to me on Twitter or find me in the Pulumi community Slack (sign up for the Pulumi community Slack here if you don’t already have an account).

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Assigning Tags by Default on AWS with Pulumi

Scott Lowe

Appropriately tagging resources on AWS is an important part of effectively managing infrastructure resources for many organizations. As such, an infrastructure as code (IaC) solution for AWS must have the ability to ensure that resources are always created with the appropriate tags. ProviderDefaultTagsArgs { Tags : pulumi.

article thumbnail

Technology Short Take 173

Scott Lowe

Matt Gowie of MasterPoint explains terraform-null-label and its use in providing more consistent naming and tagging of cloud resources. I also tend to frequent a few different Slack communities, so you’re welcome to DM me there. about the Technology Short Takes—or any of the posts on my site. Thanks for reading!

article thumbnail

Site Category Changes

Scott Lowe

Did you know that every category and every tag has its own RSS feed ?). —please feel free to contact me on Twitter or reach out to me on any one of a number of Slack communities. I try to make almost everything on this site educational in nature, so why have an “Education” category? Thanks for reading!

article thumbnail

Using the External AWS Cloud Provider for Kubernetes

Scott Lowe

Specific resources used by the cluster must have certain AWS tags assigned to them. Tagging Cluster Resources. The “Getting Started” page on the Kubernetes AWS Cloud Provider site only says this about tags: Add the tag kubernetes.io/cluster/ elb: 1 tag, while private subnets need a kubernetes.io/internal-elb:

Cloud 102
article thumbnail

Considerations for using IaC with Cluster API

Scott Lowe

The AWS cloud provider requires certain tags to be assigned to resources (see this post for more details), and CAPI automatically provisions new workload clusters with the AWS cloud provider when running on AWS. Thus, you’ll want to make sure that the IaC tool you’re using is assigning the correct tags on the AWS resources.