What's the difference between `cloud-aws:ecsAutoCl...
# general
f
What's the difference between
cloud-aws:ecsAutoClusterInstanceRolePolicyARNs
and
cloud-aws:computeIAMRolePolicyARNs
?
l
First: ecsAutoClusterInstanceRolePolicyARNs
this affects the InstanceProfile that our Cluster makes
which will be part of the aws.ec2.LaunchConfiguration that is created under the covers
Second; computeIAMRolePolicyARNs
these are the policies we use when creating a lambda.