AWS Certified Developer - Associate (DVA-C02) glossary
Terms selected for AWS Certified Developer - Associate (DVA-C02) based on common objective language and practice focus.
Amazon API Gateway
Managed service for creating, publishing, securing, and monitoring HTTP and REST APIs.
Read full term ->AssumeRole (STS)
AWS Security Token Service operation that returns temporary credentials for an IAM role.
Read full term ->Auto Scaling
AWS Auto Scaling automatically adjusts the number of EC2 instances in a group to handle the current load on your application.
Read full term ->AWS CloudFormation
AWS CloudFormation allows developers to model and set up AWS resources using infrastructure as code, automating resource provisioning and management.
Read full term ->CloudFront CDN
Amazon CloudFront is a content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency.
Read full term ->AWS CloudTrail
AWS CloudTrail records AWS API calls and events for your account, providing a history of AWS activity for security analysis and compliance auditing.
Read full term ->CloudWatch Logs
Amazon CloudWatch Logs enables developers to monitor, store, and access log files from AWS resources and applications.
Read full term ->AWS CodeDeploy
Deployment service that supports in-place and blue/green strategies for EC2, Lambda, and ECS targets.
Read full term ->AWS CodePipeline
Continuous delivery service that automates build, test, and deployment stages.
Read full term ->Cognito User Pools
Amazon Cognito User Pools are managed user directories that provide sign-up and sign-in options for web and mobile apps.
Read full term ->DynamoDB Global Secondary Index (GSI)
Alternate index with its own key schema to support additional query access patterns.
Read full term ->DynamoDB Partition Key
Primary key attribute used to determine item placement and data distribution in DynamoDB.
Read full term ->EC2 Instance
Amazon EC2 provides scalable computing capacity in the AWS cloud, allowing developers to launch virtual servers as needed.
Read full term ->ECS Fargate
AWS Fargate is a serverless compute engine for containers that works with Amazon ECS, allowing developers to run containers without managing servers.
Read full term ->Amazon EFS
Amazon Elastic File System (EFS) provides scalable file storage for use with AWS Cloud services and on-premises resources.
Read full term ->Elastic Beanstalk
AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services with popular programming languages.
Read full term ->Elastic Load Balancer (ELB)
Amazon Elastic Load Balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones.
Read full term ->EventBridge Rule
Event pattern and target mapping that routes matching events to one or more downstream services.
Read full term ->IAM Roles
IAM roles are used to grant specific permissions to AWS services or applications running on AWS without using long-term credentials.
Read full term ->Identity-Based Policy
IAM policy attached to users, groups, or roles that defines what actions the identity can perform on which resources.
Read full term ->KMS Encryption
AWS Key Management Service (KMS) enables developers to create and manage cryptographic keys to encrypt data securely within AWS services.
Read full term ->Lambda Cold Start
Initial invocation latency when Lambda provisions a new execution environment.
Read full term ->Lambda Layers
Reusable package mechanism for sharing libraries, runtimes, or dependencies across multiple Lambda functions.
Read full term ->SSM Parameter Store
Secure storage for configuration values and secrets with optional encryption and versioning.
Read full term ->RDS Multi-AZ
Amazon RDS Multi-AZ deployments provide high availability and failover support for database instances, automatically replicating data across multiple availability zones.
Read full term ->Resource-Based Policy
Policy attached directly to a resource that specifies which principals can access it and under what conditions.
Read full term ->S3 Pre-Signed URL
Time-limited URL that grants temporary access to upload or download S3 objects without exposing credentials.
Read full term ->AWS Secrets Manager
Managed secret storage service with rotation support for credentials and tokens.
Read full term ->SNS Filter Policy
Subscription rule that routes SNS messages only to subscribers matching specific message attributes.
Read full term ->SQS Visibility Timeout
Period during which a consumed message is hidden from other consumers before deletion or reprocessing.
Read full term ->AWS Step Functions
Workflow orchestration service that coordinates AWS services and retries/error handling with state machines.
Read full term ->AWS X-Ray
Distributed tracing service for analyzing request flows, latency, and errors across microservices.
Read full term ->
