Ref: https://learn.cantrill.io/courses/1820301/lectures/41301467 and https://www.udemy.com/course/aws-certified-cloud-practitioner-new/learn/lecture/20208128
3 Ways of Accessing AWS Accounts, Services, and Resources
- AWS Management Console UI
- AWS CLI (Command Line Interface)
- AWS SDK (Software Development Kit)
AWS Management Console (Colloquially: AWS Console UI)

- 🔧 Web UI → Access via web browser
- âť—Â Must log in as an defined identity in the account: root user, IAM user, or IAM role
- Access protected by password and potentially MFA
- 💡 Interacting with Console UI is usually called “ClickOps” since you do a lot of operations by clicking. In contrast, IaC (Infrastructure as Code) and DevOps (Development Operations) rely on scripts, code, and automation to perform operations with AWS services and resources
AWS CLI (Command Line Interface)

AWS SDK (Software Development Kit)