AWS Overview
IAM Users and Groups
IAM Policies and Roles
AWS CLI
S3 Object Storage
Tagging and Cost
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is an IAM policy — JSON documents that define permissions
- Policy structure: Effect, Action, Resource, Condition
- AWS managed policies vs customer managed policies vs inline policies
- Reading and understanding a policy document
- IAM roles: what they are and how they differ from users
- When to use roles: EC2 instance roles, cross-service access, assume role
- Trust policies — who can assume the role
- Service-linked roles (brief mention)
- Practice: write a custom policy granting read-only S3 access, create a role for EC2
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.