Glossary
Learn the definitions and meanings of important terms used in the course.
We'll cover the following...
- API
- ARN
- AWS Organizations
- Access Key ID/Secret Access Key
- Attribute-Based Access Control (ABAC)
- Blast radius
- IAM
- IAM policy
- IAM role
- IAM user
- Identity-based policy
- Least privilege
- Principal
- Request context
- Resource-based policy
- Role-Based Access Control (RBAC)
- Service Control Policy (SCP)
- Shared responsibility model
API
Application Programming Interface, a set of operations that a system makes available for other systems. AWS offers a set of APIs to allow creating and managing resources inside an account. ...
Ask