Section 2: IAM Flashcards
SAA - CO3
30% Domain 1: Design Secure Architectures
26% Domain 2: Design Resilient Architectures
24% Domain 3: Design High-Performing Architectures
20% - Domain 4: Design Cost-Optimized Architectures
VPC Interface Endpoint vs VPC Gateway Endpoint
https://digitalcloud.training/vpc-interface-endpoint-vs-gateway-endpoint-in-aws/
Principal
A person or application that can make a request for an action or operation on an AWS resource
AWS Global Accelerator
a service that improves the availability and performance of applications with local or global users. It provides static IP addresses that act as a fixed entry point to application endpoints in a single or multiple AWS Regions, such as Application Load Balancers, Network Load Balancers or EC2 instances.
https://digitalcloud.training/amazon-route-53/
Policy
Define the PERMISSIONS for the IDENTITIES or RESOURCES they are associated.
Role
Used for DELEGATION and are ASSUMED.
Do you need to select a region with IAM?
No
Trust Policy
Controls who can assume the role.
AWS Security Token Service (STS)
Enables temporary, limited-privilege credentials to be used with identity federation / federated users, delegation, cross-account access, and IAM users / roles.
?Enables temporary, limited-privileges for IAM users and federated users. Users here and roles above from Lesson 25 - Quiz.
AWS Security Token Service (STS) credentials include:
- AccessKeyId
- SecretAccessKey
- Expiration
- SessionToken
*Put in credentials file and make a profile, but they are temporary
Federated User
A user outside AWS.
Temporary credentials are used with:
Identity Federation
Delegation
Cross-Account Access
IAM Roles
Identity-Based IAM Policies
JSON permissions policy documents that control what actions an identity can perform, on which resources, and under what conditions.
Inline Policy
1:1 relationship with User, Group or Role
Lesson 18
Managed Policy
AWS managed (cannot modify) or customer managed which can be attached to multiple entities (User, Group, Role).
Lesson 18