Services Flashcards
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.