AWS Cloud Practicioner Flashcards

(75 cards)

1
Q

Amazon S3

A
  • Serviço de armazenamento de objetos, ideal para arquivos estáticos (PDFs, imagens, backups, logs…).
  • offers cost-effective, scalable storage for log data, making it ideal for infrequently accessed data such as server logs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Amazon RDS

A

Banco de dados relacionais
precisa de mais configurações e instâncias

  • automates common administrative tasks for relational databases, such as backups, patching, and scaling, reducing manual effort.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Shared Responsability Model

A

Shared Responsability Model

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

EC2

A

EC2

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

DynamoDB

A

serverless, altamente escalável
para bancos de dados NoSQL no AWS

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

Modelos de pagamento AWS

A

🎯 Os três principais modelos são:

On-Demand (paga pelo uso)

Reserved (reserva por 1 ou 3 anos, com desconto)

Spot Instances (sobras da AWS, super baratas, mas podem ser encerradas a qualquer momento)

Saving Plans

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

AWS CloudFormation

A

AWS CloudFormation

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

Pricing

A

On demand pricing

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

AWS Migration HUB

A

provides a single place to discover your existing servers, plan migrations, and track the status of each application migration.

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

Amazon Athena

A

Amazon Athena

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

Spot Instances

A

Spot Instances

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

Which services or resources enable a company to allocate costs to different departments in a multi-account AWS environment?

A

Consolidated Billing
Multiple AWS Accounts

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

Amazon EBS

A

Used to Store files

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

Amazon QuickSight

A

is a business intelligence service that can ingest, analyze, and visualize data, including AWS cost and usage reports.

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

AWS Cloud9

A

is a cloud-based integrated development environment (IDE) that allows you to write, run, and debug code using just a web browser.

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

Regional level applications

A

Both Amazon EC2 and Amazon DynamoDB are configured at the regional level, requiring specific setup in each region.

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

Economy of scale

A

key benefit of the AWS Cloud that allows companies to achieve lower costs through aggregated usage

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

AWS Compute Optimizer

A

analyzes historical usage data to recommend the optimal size and configuration for your EC2 instances.

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

AWS Direct Connect

A

provides a dedicated private connection from your on-premises network to AWS, offering consistent performance and lower latency.

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

Cloud Adoption Framework (CAF)

A

Data engineering and CI/CD are among the core capabilities in the Platform perspective, which focuses on building scalable and modern cloud platforms.

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

Compute Saving Plans

A

Offer significant discounts on AWS compute usage in exchange for a commitment to a consistent amount of usage over a period of time, potentially lowering long-term costs by up to 66%.

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

IAM Credential Report

A

IAM Credential Report

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

AWS CloudTrail

A

AWS CloudTrail

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

Amazon ElastiCache

A

Amazon ElastiCache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
AWS Organizations
AWS Organizations
26
Amazon EventBridge
Amazon EventBridge
27
AWS Budgets
AWS Budgets
28
AWS Elastic Beanstalk
AWS Elastic Beanstalk
29
AWS Secrets Manager
AWS Secrets Manager
30
VPC Flow Logs
VPC Flow Logs
31
Lambda
- otimo para microsserviços, jobs, funções isoladas - quando usar? - lógicas pequenas ou médias em resposta a eventos - apis rests - eventos agnósticos
32
AWS API Gateway
- cria API pública ou privada sem precisar gerenciar webservers - gerencia e expõe endpoints HTTP de forma escalável
33
IAM
A service to manage user identities and access to AWS resources
34
VPC
A virtual private network to control AWS networking.
35
Amazon EBS
Persistent block storage for use with EC2 instances
36
Amazon EFS
A scalable and fully managed file storage service for use with Amazon EC2. It allows multiple instances to share data concurrently, just like a network file system. Storage grows and shrinks automatically as files are added or removed, and it’s ideal for use cases like content management, web serving, and data sharing across instances. A web application hosted on multiple EC2 instances needs to access and update the same set of files (e.g., images, configuration files, or logs). It allows all instances to read from and write to the same file system simultaneously, ensuring consistency and simplifying file management.
37
Network ACLs
are stateless firewalls applied at the subnet level to control the flow of traffic into and out of a subnet. operate at the subnet level and allow you to control inbound and outbound traffic to and from that subnet.
38
Subnet
A logical subdivision within a virtual network that helps organize and isolate resources. It allows you to control how traffic flows, and whether resources are accessible publicly (through the internet) or privately (only within the internal network). Use Case: Placing a database in an isolated environment with no internet access while allowing web servers to be in a zone that can receive public traffic — separating resources for better security and traffic control.
39
Elastic Load Balancer
automatically distributes incoming application traffic across multiple EC2 instances, improving availability and fault tolerance.
40
Elasticity
refers to the capability to dynamically adjust resource allocation based on demand and to quickly obtain resources when necessary.
41
Scalability
The ability of a system to handle an increasing workload by adding resources. It can be achieved by upgrading the capacity of existing components (vertical) or by adding more components (horizontal), ensuring consistent performance as demand grows over time.
42
Concept
Definition
43
Elasticity
The ability of cloud resources to automatically adjust capacity up or down according to workload demands.
44
Scalability
Refers to the capability to increase the resources or size of your infrastructure to handle growth in demand.
45
High Availability
Ensures that systems and applications are continuously operational and accessible even during failures.
46
Fault Tolerance
Describes a system's ability to remain functional even when some components fail.
47
Shared Responsibility Model
Security is shared between AWS and the customer: AWS protects the infrastructure, while customers manage their data and configurations.
48
Pay-as-you-go
A pricing model where you only pay for what you use, with no upfront fees or long-term commitments.
49
Amazon EC2
Used to run virtual machines in the cloud with full control over the operating system and networking.
50
Amazon S3
Provides scalable object storage used for backups, data lakes, and static website hosting.
51
AWS Lambda
Executes code in response to events without provisioning or managing servers, making it ideal for short-lived tasks.
52
Amazon RDS
Manages relational databases by handling backups, patching, and scaling without user intervention.
53
Amazon DynamoDB
A fully managed NoSQL database known for single-digit millisecond response times and automatic scaling.
54
Amazon VPC
Enables you to define a virtual network isolated from other AWS users, where you can launch AWS resources.
55
AWS IAM
Manages access to AWS services and resources securely using roles, policies, and permissions.
56
Amazon CloudFront
Delivers content with low latency by caching it at edge locations near users.
57
Amazon EBS
Provides block-level storage volumes that persist beyond the life of EC2 instances.
58
Amazon EFS
Offers scalable file storage for use with Amazon EC2 that grows and shrinks automatically.
59
AWS Shield
Protects applications against common DDoS attacks with always-on detection and automatic inline mitigations.
60
AWS WAF
Filters and blocks malicious HTTP/S traffic based on customizable web security rules.
61
AWS CloudTrail
Records account activity and API calls for auditing, compliance, and governance.
62
AWS Config
Continuously monitors and records AWS resource configurations to assess compliance over time.
63
Principle of Least Privilege
Users and systems should only be granted the permissions absolutely necessary to perform their tasks.
64
On-Demand Pricing
Lets you pay for compute capacity by the second or hour with no upfront payment or long-term commitment.
65
Reserved Instances
Provides significant cost savings when you commit to using EC2 instances for a one- or three-year term.
66
Spot Instances
Allows you to bid on unused EC2 capacity at steep discounts, suitable for flexible and interruption-tolerant workloads.
67
AWS Free Tier
A program that offers limited use of AWS services for free for 12 months to help new users get started.
68
Consolidated Billing
Combines billing for multiple AWS accounts, allowing for easier cost tracking and volume discounts.
69
AWS Pricing Calculator
An online tool to estimate the monthly cost of AWS resources based on your expected usage.
70
Region
A geographical area composed of multiple isolated data centers, enabling you to deploy resources closer to users.
71
Availability Zone (AZ)
A data center or group of data centers within a region, isolated for fault tolerance yet connected for performance.
72
Edge Location
Part of AWS's global network for delivering content and services with reduced latency to end users.
73
Auto Scaling
Automatically adjusts compute capacity to meet real-time demand without manual intervention.
74
Elastic Load Balancer (ELB)
Distributes incoming application traffic across multiple targets, increasing fault tolerance and availability.
75
AWS Artifact
provides on-demand access to AWS compliance documentation, including audit reports and security certifications needed for PCI compliance. allowing customers to download and review them as needed.