Services Flashcards

1
Q

What does AWS CodePipeline do?

A

Automates the end-to-end flow of releasing software, integrating with tools like CodeBuild, CodeDeploy, and third-party tools.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does AWS CodeBuild do?

A

A fully managed build service that compiles source code, runs tests, and produces software packages ready for deployment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does AWS CodeDeploy do?

A

Automates application deployments to EC2 instances, on-premises servers, Lambda functions, and ECS services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does AWS CodeCommit do?

A

A fully managed source control service for hosting Git repositories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does AWS CodeStar do?

A

Provides a unified user interface for managing software development activities, such as setting up CI/CD pipelines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does AWS CloudFormation do?

A

Enables you to define and provision AWS infrastructure resources using templates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does AWS OpsWorks do?

A

Provides managed instances of Chef and Puppet to automate server configuration, deployment, and scaling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does AWS Elastic Beanstalk do?

A

Simplifies application deployment by automatically handling infrastructure setup, scaling, and monitoring.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does AWS Systems Manager do?

A

Helps automate operational tasks across AWS resources, such as patch management and run commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does SSM Parameter Store do?

A

Securely stores configuration data like passwords or API keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does SSM Patch Manager do?

A

Automates patching of instances.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does Amazon CloudWatch do?

A

A monitoring service that collects and tracks metrics, monitors log files, and sets alarms based on thresholds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does CloudWatch Logs do?

A

Aggregates logs from multiple AWS resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does CloudWatch Alarms do?

A

Triggers actions based on thresholds for specific metrics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does AWS X-Ray do?

A

Helps trace requests as they travel through a distributed application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does AWS CloudTrail do?

A

Logs all API activity on your AWS resources, enabling auditing, compliance, and governance.

17
Q

What does AWS Config do?

A

Tracks AWS resource configurations over time, ensuring compliance with governance policies.

18
Q

What does Elastic Load Balancing (ELB) do?

A

Distributes incoming traffic across multiple targets, such as EC2 instances and containers.

19
Q

What does Amazon Route 53 do?

A

A scalable DNS service that can route users based on geography, health checks, or failover.

20
Q

What does Amazon S3 Cross-Region Replication do?

A

Automatically replicates data across different AWS regions to improve data availability and durability.

21
Q

What does AWS Auto Scaling do?

A

Automatically adjusts the number of EC2 instances based on demand to ensure high availability.

22
Q

What does AWS Backup do?

A

A centralized service for managing and automating backups across AWS resources.

23
Q

What does AWS Identity and Access Management (IAM) do?

A

Controls access to AWS services and resources by managing user roles and permissions.

24
Q

What does AWS Key Management Service (KMS) do?

A

Manages encryption keys for encrypting data across AWS services.

25
Q

What does AWS Secrets Manager do?

A

Securely stores and manages access to secrets like database credentials and API keys.

26
Q

What does AWS Shield do?

A

Provides DDoS protection for web applications running on AWS.

27
Q

What does AWS Shield Standard do?

A

Included at no cost to protect from basic DDoS attacks.

28
Q

What does AWS Shield Advanced do?

A

Provides advanced DDoS protection with additional reporting and mitigation capabilities.

29
Q

What does Amazon Macie do?

A

Uses machine learning to automatically discover, classify, and protect sensitive data in Amazon S3.

30
Q

What does AWS Security Token Service (STS) do?

A

Issues temporary, limited-privilege credentials for accessing AWS resources.

31
Q

What does Amazon GuardDuty do?

A

A threat detection service that continuously monitors for malicious or unauthorized behavior.

32
Q

What does Amazon ECS do?

A

A fully managed container orchestration service for running containerized applications on AWS.

33
Q

What does Amazon EKS do?

A

A managed service that makes it easy to run Kubernetes on AWS.

34
Q

What does AWS Fargate do?

A

A serverless compute engine for containers that eliminates the need to manage EC2 instances.

35
Q

What does AWS Lambda do?

A

Runs code in response to events without provisioning or managing servers.

36
Q

What does AWS Step Functions do?

A

Orchestrates distributed microservices into serverless workflows.

37
Q

What does Amazon SNS do?

A

Sends notifications from applications to users via email, SMS, or mobile push notifications.

38
Q

What does Amazon SQS do?

A

A fully managed message queuing service that allows decoupled communication between different parts of your application.