Day 15 – AWS EBS Snapshot Creation
Created a snapshot and verified the snapshot reached completed state successfully. Learning:
EBS snapshots are incremental backups that help in:
disaster recovery
data restoration
creating new volumes
infrastructure backup strategies
This task also gave practical understanding of snapshot lifecycle and validation timing in AWS.
Day 16 – AWS IAM User Creation
Created an IAM user successfully in AWS IAM. Learning:
AWS IAM is the foundation of cloud security and access management. It helps control authentication and authorization:
who can access AWS
what resources they can use
what actions they are allowed to perform
This task also gave me exposure to the updated AWS IAM user creation workflow in the AWS console.
Day 17 – AWS IAM Group Creation
Created an IAM group successfully in AWS IAM. Learning:
IAM Groups provide centralized permission management for multiple AWS users.
This helped me understand how organizations structure access control by grouping users based on:
Day 19 – AWS IAM Policy Attachment
Attached the IAM policy to the IAM user successfully. Learning:
IAM policies are what actually grant permissions in AWS. Without policies, IAM users have little or no access to resources.
This task gave practical understanding of:
Day 20 – AWS IAM Role Creation
Created an IAM role
Trusted Entity: AWS Service (EC2)
Attached Policy Learning:
IAM Roles allow AWS services like EC2 to securely access other AWS resources using temporary credentials instead of hardcoded access keys.
This task helped me better understand: