| Access Control Lists (ACLs) | A policy type used to control which principals can access a resource, notable for being the only policy type that does not use a JSON document structure. |
| Access Keys | Security credentials that provide programmatic access to AWS services, typically used with the AWS CLI, APIs, and SDKs. |
| Amazon Elastic Compute Cloud (Amazon EC2) | A service that provides scalable and optimizable virtual computing environments in the cloud. |
| Amazon Machine Images (AMIs) | Images of server operating systems that can be reused to launch new Amazon EC2 instances. |
| Amazon Virtual Private Cloud (Amazon VPC) | A service used to configure logically isolated virtual networks with configurable IP ranges, routing, gateways, and security settings. |
| AWS Command Line Interface (AWS CLI) | A tool available for Linux, Windows, and Mac used to automate infrastructure creation and expedite administrative tasks via scripts. |
| AWS Identity and Access Management (IAM) | A central service that helps securely control authentication (who can use resources) and authorization (what resources they can use) for users and programs. |
| Identity Federation | A tool that allows users to use single sign-on (SSO) to access AWS accounts using credentials from a corporate directory. |
| Identity-Based Policies | JSON policy documents that allow users to attach managed and inline policies to IAM identities, such as users, groups, and roles. |
| JSON (JavaScript Object Notation) | The default output data format for the AWS CLI; a de facto standard for data formatting that is human-readable and easily parsed by machines. |
| Multi-Factor Authentication (MFA) | An extra layer of security that requires a secondary authentication code, recommended for the root account and IAM users. |
| Resource-Based Policies | JSON policy documents attached directly to resources to provide granular access control over specific objects within an AWS service. |
| Service Control Policies (SCPs) | Policies that apply permissions boundaries to AWS Organizations or organizational units (OUs). |
| Software Development Kits (SDKs) | Packages provided by AWS that enable access to AWS services using popular programming languages like Python, Ruby, .NET, or Java. |
| Systems Operations | The responsibilities and tasks required to build, test, deploy, monitor, maintain, and safeguard complex computing systems. |