aws icon indicating copy to clipboard operation
aws copied to clipboard

[feature-request] [pull-request-proposal] ebs volume/snapshot tag on creation

Open atoa opened this issue 6 years ago • 3 comments

Cookbook version

v7.5.0

Chef-client version

14.2.0

Platform Details

Windows 2012R2. AWS

Scenario:

When you create EBS volumes/snapshots with tags using the aws_ebs_volume resource, it adds the tags in a two step process where the volume/snapshot is first created and then the tags are added in a subsequent step.

This works great but it doesn't allow to enforce IAM policies to create/attach volumes based on tags. Last year, the EC2 API introduced a feature that allows to add tags to resources at creation time as opposed to the two step process described above. This new feature allows to enforce IAM policies at resource creation time based on tags. See: https://aws.amazon.com/blogs/aws/new-tag-ec2-instances-ebs-volumes-on-creation/ https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_ec2_ebs-owner.html

Steps to Reproduce:

You can see in the code that there's a function named add_tags that add the tags after the resource is created. See: https://github.com/chef-cookbooks/aws/blob/a306d7cfb9f18974ca9499f0c1116cc7bc3d6e05/resources/ebs_volume.rb#L365

If you create an EBS volume with the aws_ebs_volume resource, the creation fails if you try to enforce IAM policies based on tags.

Expected Result:

I would like the resource creation EC2 API calls used by aws_ebs_volume to add tags at creation so that tag based IAM policies can be enforced.

I modified the ebs_volume.rb file to implement the changes needed. See: https://github.com/atoa/aws/commit/6165b633f5b1eed8ada7d9fbd934694dc670bf9e

I can create a pull request if this feature is desired.

atoa avatar Aug 16 '18 22:08 atoa

Hey There It looks like this is the first issue you've filed against the chef-cookbooks project. I'm here to offer you a bit of extra help to make sure we can quickly get back to you. Make sure you've filled out all the fields in our issue template. Make sure you've provided us with the version of chef-client you're running, your operating system and the version of the cookbook. If you're not using the most up to date version of the cookbook then please make sure to update first. Lots of things change between versions even if you're issue isn't listed in the changelog. Finally please give us a detailed description of the issue you're having. The more we know about what you're trying to do, what actually happens, and how you can reproduce the problem, the better.

If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution.

welcomebot avatar Aug 16 '18 22:08 welcomebot

Ping! Would it be better if I create a PR for this feature?

atoa avatar Sep 06 '18 20:09 atoa

@atoa Sounds like I good idea to me, can you open up a PR and ping me on it?

majormoses avatar Dec 22 '18 04:12 majormoses