AWS Solutions Architect Associate - Pt2 (IAM)
This is the second post on AWS IAM, and I’ll be talking about Roles, IAM Security Tools, and ending with some best practices. Roles We saw in the last post that you can assign policies to user accounts to allow/deny certain actions within your AWS account. But what if you wanted a third party to perform some kind of action on your account? What about an automated system? Is there any way to limit their access, or do they just get full carte blanche access to your entire account? ...