July 2017
Intermediate to advanced
402 pages
9h 38m
English
IAM is a very resourceful service. When used properly, the combination of user groups and security policies lets you implement very complex rules. We will create a new managed policy to grant the necessary permissions and attach it to a new group of which all users should be a part.
We will do that in the iam-groups-cf-template.py script we just created in the previous section:
from troposphere import (
Template,
Join,
Ref,
)
Read now
Unlock full access