Services Flashcards
(38 cards)
What does AWS CodePipeline do?
Automates the end-to-end flow of releasing software, integrating with tools like CodeBuild, CodeDeploy, and third-party tools.
What does AWS CodeBuild do?
A fully managed build service that compiles source code, runs tests, and produces software packages ready for deployment.
What does AWS CodeDeploy do?
Automates application deployments to EC2 instances, on-premises servers, Lambda functions, and ECS services.
What does AWS CodeCommit do?
A fully managed source control service for hosting Git repositories.
What does AWS CodeStar do?
Provides a unified user interface for managing software development activities, such as setting up CI/CD pipelines.
What does AWS CloudFormation do?
Enables you to define and provision AWS infrastructure resources using templates.
What does AWS OpsWorks do?
Provides managed instances of Chef and Puppet to automate server configuration, deployment, and scaling.
What does AWS Elastic Beanstalk do?
Simplifies application deployment by automatically handling infrastructure setup, scaling, and monitoring.
What does AWS Systems Manager do?
Helps automate operational tasks across AWS resources, such as patch management and run commands.
What does SSM Parameter Store do?
Securely stores configuration data like passwords or API keys.
What does SSM Patch Manager do?
Automates patching of instances.
What does Amazon CloudWatch do?
A monitoring service that collects and tracks metrics, monitors log files, and sets alarms based on thresholds.
What does CloudWatch Logs do?
Aggregates logs from multiple AWS resources.
What does CloudWatch Alarms do?
Triggers actions based on thresholds for specific metrics.
What does AWS X-Ray do?
Helps trace requests as they travel through a distributed application.
What does AWS CloudTrail do?
Logs all API activity on your AWS resources, enabling auditing, compliance, and governance.
What does AWS Config do?
Tracks AWS resource configurations over time, ensuring compliance with governance policies.
What does Elastic Load Balancing (ELB) do?
Distributes incoming traffic across multiple targets, such as EC2 instances and containers.
What does Amazon Route 53 do?
A scalable DNS service that can route users based on geography, health checks, or failover.
What does Amazon S3 Cross-Region Replication do?
Automatically replicates data across different AWS regions to improve data availability and durability.
What does AWS Auto Scaling do?
Automatically adjusts the number of EC2 instances based on demand to ensure high availability.
What does AWS Backup do?
A centralized service for managing and automating backups across AWS resources.
What does AWS Identity and Access Management (IAM) do?
Controls access to AWS services and resources by managing user roles and permissions.
What does AWS Key Management Service (KMS) do?
Manages encryption keys for encrypting data across AWS services.