Technology Flashcards
Which AWS database service supports active-active configuration with cross-region support?
Amazon DynamoDB with Global Tables
- DynamoDB: Fully managed NoSQL database with high performance.
- Global Tables: Multi-region, active-active replication for low-latency access.
- Supports automatic scaling, in-memory caching, and continuous backups.
Which service helps identify optimal AWS resource configurations for cost and performance?
AWS Compute Optimizer
- Uses machine learning to recommend optimal EC2, EBS, and Lambda configurations.
- Reduces costs and improves performance by analyzing historical utilization data.
Which AWS service enables private connectivity between VPCs and AWS services without exposing traffic to the public internet?
AWS PrivateLink
- Private connectivity between VPCs and supported services
- Ensures secure communication without internet traffic
- Used with VPC endpoints (e.g., interface and resource endpoints)
Which storage option would you recommend for an EC2 instance running a fault-tolerant scientific computation application requiring high-performance disks and fast I/O?
Instance Store
- Provides temporary block-level storage attached to the host computer.
- Ideal for applications that don’t need data persistence after instance termination.
- Low latency and high-performance storage for fault-tolerant applications that can handle potential disk failures.
Q: What are the key components of AWS Global Infrastructure?
AWS Regions
- Physical locations around the world where AWS has data centers. A Region typically contains 3 to 6 Availability Zones (AZs), each designed for high availability and fault tolerance.
Availability Zones (AZs)
- Isolated, physically separate locations within a Region, each made up of one or more discrete data centers. These AZs are connected by ultra-low-latency, high-bandwidth networking to ensure high performance and resiliency.
Which AWS services are used to decouple components of a microservices application in the AWS Cloud? (two)
Amazon Simple Queue Service (SQS): A fully managed service to decouple microservices, allowing you to send and receive messages at scale without data loss.
Amazon Simple Notification Service (SNS): A durable, secure, managed messaging service to decouple microservices by sending messages to multiple subscribers like Lambda, SQS, and HTTP/S webhooks.
Which methods can you use to access and manage all AWS services? (three)
AWS Management Console: A web interface for easy access to AWS services.
AWS CLI (Command Line Interface): A command-line tool for managing AWS services and automating tasks with scripts.
AWS SDK (Software Development Kit): Provides language-specific APIs for managing AWS services programmatically.
Which AWS services can be used to automate a scheduled, serverless backup process?
Amazon EventBridge
- Serverless task scheduling
- Triggers actions based on a defined schedule
AWS Lambda
- Run code without managing servers
- Executes scheduled tasks, up to 15-minute runtime
Which of the following AWS services are global in scope? (two)
AWS IAM
- Manages user access across all AWS regions
- Enables identity and access management
Amazon CloudFront
- Content delivery network (CDN)
- Delivers content globally with low latency
What is the relationship between VPCs and subnets in terms of Availability Zones?
VPC
- Spans multiple Availability Zones within a region
- Virtual network for launching resources
Subnet
- Spans one Availability Zone within a region
- Range of IP addresses within a VPC
Which AWS service allows automatic deployment of web apps while providing access to underlying resources?
AWS Elastic Beanstalk
- Automatic deployment and scaling of web apps
- Full control over the resources
- Supports languages like PHP, Node.js, and Python
Which AWS service provides low-latency access to end-users in various locations, ideal for gaming applications?
AWS Local Zones
- Deploy services closer to end-users for low-latency access
- Connected to parent region via high-bandwidth private network
- Supports services like EC2, VPC, RDS, ElastiCache, etc.
What is the primary benefit of deploying an Amazon RDS Multi-AZ database with one standby?
Enhanced availability and durability
- Synchronously replicates data to a standby in a different AZ
- Automatic failover in case of infrastructure failure
- Ideal for production database workloads
Which AWS service enables secure shell access to EC2 instances without opening new ports or using public IPs?
AWS Systems Manager Session Manager
- Fully managed interactive shell/CLI
- No need for inbound ports or SSH keys
- Increases security and auditability
- Supports cross-platform access
What are the different gateway types supported by AWS Storage Gateway?
Tape Gateway, File Gateway, Volume Gateway
- Hybrid cloud storage service
- Connects on-premises environments to AWS Cloud
- Used for tape backups, file shares, low-latency access, disaster recovery, etc.
Which AWS service is ideal for moving on-premises message broker functionality to the cloud with minimal effort?
Amazon MQ
- Managed service for Apache ActiveMQ and RabbitMQ
- Simplifies provisioning, setup, and maintenance
- Connects to existing applications via standard APIs and protocols
- No need to rewrite code to migrate from existing message brokers
Which AWS services are suitable for monitoring CPU utilization on EC2 instances and sending email alerts when it exceeds 80%? (two)
Amazon CloudWatch
- Monitors resource utilization and system performance
- Can trigger alarms for specific thresholds (e.g., CPU utilization)
- Sends alerts via Amazon SNS
Amazon SNS
- Fully managed pub/sub messaging service
- Delivers notifications (like email) based on CloudWatch alarm state changes
Which AWS service stores, manages, and deploys Docker container images?
Amazon Elastic Container Registry (Amazon ECR)
- Manages Docker container images
- Fully managed, no need for container repository maintenance
- Integrates with Amazon ECS to run containers
Which AWS service enables SQL-based analysis of data stored in Amazon S3 with minimal effort?
Amazon Athena
- Serverless interactive query service
- Analyzes data in S3 using standard SQL
- No infrastructure management required
- Pay-per-query pricing
Which Amazon Route 53 routing policy is used for active-passive failover?
Failover Routing
- Routes traffic to a primary resource when healthy
- Switches to a secondary resource when the primary becomes unhealthy
- Can route to an S3 bucket, EC2 instance, or other AWS services
What is the primary benefit of deploying an Amazon RDS database in a Read Replica configuration?
Improves database scalability
- Creates read-only copies synchronized with the master database
- Enhances read performance by distributing queries
- Supports cross-region replication for better global performance
Which AWS service is best for moving large amounts of data to AWS from a remote location with limited bandwidth?
AWS Snowball
- Overcomes bandwidth limitations for large data transfers
- Moves terabytes in about a week
- Ideal for backups, archives, IoT data, and analytics datasets
Which two AWS services are regional in scope?
AWS Lambda
- Functions run within a specific AWS region
- Auto-scales within that region
Amazon Rekognition
- Image and video analysis happens in the region where it’s deployed
Which AWS services are global?
- AWS Identity and Access Management (IAM)
- Amazon CloudFront (CDN service)
- AWS Route 53 (DNS service)
- AWS Web Application Firewall (WAF)
- AWS Global Accelerator