Tag archives for aws iam
AWS Identity Architect – AWS IAM and EC2
Access to AWS Resources How does one grant access to resources within AWS? How does one distinguish between 'human users' and 'service accounts' (aka robo users) in AWS. In GCP,…
AWS IAM and Monitoring
Why do you need Roles? Instances and Apps On Instances need to access AWS services. Say an S3 bucket. Now, you can either provide access keys to accomplish this. But…