AWS Cloud Practitioner Exam Prep

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

52 Terms

1
New cards

AWS Private Link

A service that allows users to access AWS services and third-party services securely on the Amazon network without exposing them to the public Internet.

2
New cards

Site to Site VPN

A secure connection that allows on-premises networks to connect with AWS VPCs over an encrypted tunnel, enabling secure communication between the two. Site needs customer gateway and VPC needs virtual private gateway before site to site can be establsihed

3
New cards

Direct Connect (DX)

A dedicated network connection that enables on-premises data centers to connect directly to AWS, offering improved bandwidth and lower latency compared to Internet-based connections. Has physical connection, takes a month to establish, more reliable than typical Internet connections and reduces data transfer costs.

4
New cards

AWS Client VPN

A fully managed solution that allows you to securely access AWS resources and on-premises networks from anywhere using an OpenVPN-based client. Goes over public internet.

5
New cards

Transit Gateway

A service that enables you to connect multiple VPCs and on-premises networks through a central hub, simplifying your network architecture and routing policies.

6
New cards

Internet Gateway

At the VPC level, provide internet access

7
New cards

NAT Gateway/Instances

A service that enables instances in a private subnet to connect to the internet or other AWS services while preventing inbound traffic from the internet.

8
New cards

NACL

A network security layer that controls inbound and outbound traffic at the subnet level in a VPC, based on rules defined by the user. Firewall, stateless

9
New cards

VPC Peering

A networking connection between two VPCs that enables traffic to be routed between them using private IP addresses without needing an internet gateway or VPN.

10
New cards

Security Groups

Stateful, operate at the EC2 instance level of ENI and act as virtual firewalls to control inbound and outbound traffic.

11
New cards

Elastic IPs

Static public IP addresses that can be associated with AWS resources. They allow for flexible reallocation between instances and provide a consistent endpoint. You have to pay for them

12
New cards

AWS Shared Responsibility - AWS Responsibility

includes the security of the cloud infrastructure, such as the physical data centers, servers, and networking. Ex: (Managed Services like S3, DynamoDB, RDS)

13
New cards

AWS Shared Responsibility - Customer Responsibility

for ec2 management of the guest OS (security patches and updates) , firewall & network configuration, IAM. Also encrypting application data

14
New cards

AWS Shared Responsibility - Shared

Patch management, config management, awareness and training

15
New cards

RDS

(Relational Database Service) is a managed relational database service that enables users to set up, operate, and scale a relational database in the cloud.

16
New cards

DDOS Attack

A distributed denial-of-service attack is an attempt to disrupt the normal functioning of a targeted server, service, or network by overwhelming it with a flood of internet traffic.

17
New cards

DDOS Protection on AWS

Options: AWS Shield Standard, AWS Shield Advanced, AWS WAF (filter specific requests)

18
New cards

AWS Network Firewall

Protect VPC against network attacks

19
New cards

CloudHSM

You get hardware to manage your own encryption keys

20
New cards

AWs Certificate Manager (ACM)

provides in-flight encryption for websites (https), provision, manafe, and deploy SSL/TLS Certificates

21
New cards

Secrets Manager

Service to store secrets, you can force them to be rotated, encrypted using KMS, A fully managed service by Amazon Web Services that helps you securely store, manage, and retrieve secrets such as database credentials, API keys, and other sensitive information. It supports automatic rotation, fine-grained access control, and audit logging to enhance security and simplify secret management.

22
New cards

Amazon Inspector

Find software vulnerabilities in EC2, ECR images, and Lambda functions

23
New cards

Shield

Automatic DDoS Protection + 24/7 support for advanced

24
New cards

WAF

Firewall to filter incoming requests based on rules

25
New cards

KMS

Encryption keys managed by AWS

26
New cards

Artifact

Get Access to coompliance reports such as PCI, ISO, etc

27
New cards

GuardDuty

Find malicious behavior with VPC, DNS & CloudTrail Logs

28
New cards

Config

Track config changes and compliance against rules

29
New cards

Macie

Find sensitive data (ex: PII data) in Amazon S3 buckets

30
New cards

CloudTrail

Track API calls made by users within account

31
New cards

AWS Security Hub

Gather security findings from multiple AWS accounts

32
New cards

Amazon Detective

Find the root cause of security issues or suspicious activities

33
New cards

AWS Abuse

Report AWS resources used for abusive or illegal purposes

34
New cards

Root user Privileges

  • Change account settings

  • Close your AWS account

  • Change or cancel your AWS Support plan

  • Register as a seller in the Reserved Instance Marketplace

35
New cards

IAM Access Analyzer

Identify which resources are shared externally

36
New cards

Firewall Manager

Manage security rules across an Organization (WAF, Shield)

37
New cards

Amazon Rekognition

Find objects, people, text, scenes, in images and videos using ML

Use cases:

  • Labeling

  • Content Moderation

  • Face Detection/Search/Analysis

38
New cards

Transcribe

Automatically convert speech to text by passing in audio, uses autamtic speech recognition (ASR)

  • can remove personally identifiable info using reduction

  • supports multi-lingual audio

    Use Cases

  • transcribe service calls

  • automate closed captioning

39
New cards

Polly

Turn text into speech, allow you to create applications that talk

40
New cards

Translate

Natural and accurate languafe translation

41
New cards

Lex

Lex is the same technology that powers Alexa (automatic speech recognition and natural language understanding)

  • helps build chatbots, call center bots

42
New cards

Connect

Receive Calls, create contact flows, cloud-based virtual contact center

can integrate with other CRM (customer relationship manager) systems or AWS

43
New cards

Comprehend

For NLP, fullyy managed and severless service

Use Cases

  • uses ml to find insights and relationships in tet

  • language

  • extracts key phrases

  • positive vs negative

44
New cards

SageMaker

Fully managed service for developer/ data scientists to build ML models

typically difficult do all the process in one place + provision servers

45
New cards

Kendra

Document Search Service that can extract answers from within a document, can use data sources (Amazon S3, Google Drive, MS Sharepoint, etc.)

46
New cards

Personalize

Build apps with real-time personalized recommendations (used by amazon.com)

47
New cards

Textract

Automatically extracts text, handwriting, and daa from any scanned documents using AI/ML

48
New cards

AWS Organizations

Allows mangement of multiple AWS accounts, Global service

Cost Benefits (consolidated billing and pricing benefits from aggregated usage, pooling of reserved EC2 instances)

API available to automate account creation

Restrict account privileges using Service Control Policies (SCP)

49
New cards

MultiAccount vs OneAccount Multi VPC (Multi Account Strategies)

  • Multi-Account Strategy:
    Uses separate AWS accounts for different teams, environments (e.g., dev, prod), or business units.
    Better isolation, security, billing, and compliance.
    🔄 Requires centralized management (e.g., AWS Organizations, Control Tower).

  • One-Account Multi-VPC Strategy:
    Uses a single AWS account with multiple VPCs to separate environments or workloads.
    Easier to manage initially, simpler IAM.
    Risk of resource limits, complex networking, and weaker isolation.

50
New cards

Service Control Policies

Whitelist or blacklist IAM actions (Applied at OU[organizational unit] or account level)

Does not apply to the master account

Disallows everything by default

Doesn’t affect service-linked roles (how aws services themselves interact with each other)

Use cases:

  • Restrict access to certain services

  • Enforce PCI compliance by explicitly disabling services

51
New cards

AWS Organization - Consolidated Billing

  • combined usage

  • one bill

52
New cards

AWS Control Tower

easy way to set up and govern a secure and compliant multi-acccount AWS environment based on based practices

  • automate set up of env

  • automate ongoing policy management using guardrails

  • detect policy violations and remediate them

  • monitor compliance through an interactive dashboard