Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to assign custom Service Linked Role for Auto Scaling Group #567

Open
m4ver1k opened this issue Jun 22, 2018 · 0 comments
Open

Comments

@m4ver1k
Copy link

m4ver1k commented Jun 22, 2018

Sorry cloud not find any documentation on how to use ServiceLinkedRole.
Tried the following, but Auto Scaling Group was created with default ServiceLinkedRole.

aws_auto_scaling_group "Hello_ASG" do
            availability_zones availability_zones
            desired_capacity desired_capacity
            min_size min_size
            max_size max_size
            launch_configuration launch_configuration_name
            load_balancers load_balancers
            options {:service_linked_role_arn => "arn:aws:iam::xxxxxxxxxx:role/aws-service-role/autoscaling.amazonaws.com/AWSServiceRoleForAutoScaling_xxxxxxxx", :subnets => ['subnet-xxxxx','subnet-yyyy']}
end

Additional Information

Chef Development Kit Version: 1.1.16
chef-client version: 12.17.44
delivery version: master (83358fb62c0f711c70ad5a81030a6cae4017f103)
berks version: 5.2.0
kitchen version: 1.14.2

chef-provisioning-aws:2.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant