AWS Services Flashcards
What is AWS Lambda?
Serverless
Serverless service that allows you to run code without provision/manage a service. Only pay for compute time you use.
Best for quick workloads.
Integrates directly with event notification & invokes code automatically
Have 15 minutes maximum run-time.
What is EC2?
Web service that provides a secure, scalable computing environment in the Amazon Web Services (AWS) public cloud
What is Elastic Load Balancing?
Networking & Content Delivery
Automatically distributes incoming application traffic across multiple resources.
What is Amazon SNS?
Application Integration
Amazon Simple Notification Service:
Publish/suscribe service. Using topics publisher publishes messages to suscribers.
What is Amazon SQS?
Application Integration
Amazon Simple Queue Service:
Service that enables you to send, store, & receive messages between software components through a queue.
Uses FIFO metholodogy.
Cannot introduce duplicates.
What is Amazon ECS?
Containers
Amazon Elastic Container Service:
Highly scalable & high performance management system that enables you to run & scale containerized applications on AWS.
What is Amazon EKS?
Containers
Amazon Elastic Kubernetes Service:
Fully managed service that allows you to run Kubernetes on AWS.
What is Amazon Fargate?
Serverless compute engine for containers that works with ECS & EKS.
What is AWS Outposts?
Compute
Service that lets you run AWS infrastructure, services, & tools in your own on-premises data center using hybrid approach.
HINT: Think of a mini-region within your on-premises data center.
What is Amazon CloudFront?
Networking & Content Delivery
Content delivery service that uses network of Edge Locations to cache (store as a local copy) & deliver content to customers globally.
What is Amazon Route 53?
Networking & Content Delivery
Highly available & scalable cloud DNS service.
Enables to customize routing policies to reduce latency.
What is the AWS Management Console?
Management & Governance
Web-based interface for accessing & managing AWS services.
What is the AWS Command Line Interface (AWS CLI)?
Management & Governance
Allows you to control many AWS services directly from command line with one tool.
You can automate your application/service’s actions through scripts.
What are Software Development Kits (SDKs)
Set of platform-specific building tools like debuggers, compilers, and libraries for you to build your applications.
Take SDK take complexity out of coding by prociding language-specific APIs for AWS services.
What is Elastic Beanstalk?
Deploys resources necessary to peform:
- Adjusting capacity
- Load Balancing
- Automatic Scaling
- Application Health Monitoring
What is AWS CloudFormation?
Management & Governance
Infrastructure as code (IaC) service that allows you to model, provision, & manage AWS & 3rd Party resources using a template.
What is Amazon VPC?
Design secure workloads and applications
Design Secure Architectures
Amazon Virtual Private Cloud:
Regional service that enables you to provision isolated section of the AWS Cloud where you can launch resources in virtual network you define.
What is AWS Direct Connect?
Networking & Content Delivery
Allows you to establish dedicated private connection b/w data center and VPC.
- Helps reduce network costs & increase bandwidth amount that can travel through your network.
What is Amazon Relational Database Service (RDS)?
Managed service that lets you to run relational databases in AWS Cloud.
- Automates tasks such as hardware provisioning, database setup, patching, & backups.
- Many RDS engines offer encryption at rest & encryption in transit.
What is the AWS Personal Health Dashboard?
Provides alerts & remediation guidance when AWS is experiencing events that can affect you.
What is AWS Transcribe?
Converts audio to text.
What is Amazon Comprehend?
Machine Learning
Helps you discover patterns in text.
What is Amazon Fraud Detector?
Machine Learning
Identifies fraudulent activities.
What is Amazon Lex?
Machine Learning
Builds voice & text chatbots.
Machine Learning
What is Amazon SageMaker?
Machine Learning
Build, train, & deploy Machine Learning models quickly.
What is AmazonDeep Racer?
1/18 scale race that you can use to test reinforcement learning models.
What is Amazon Augmented AI?
Machine Learning service which makes it easy to build workflows needed for human review.
What is Amazon ElastiCache?
Database
Adds caching layers on top of database to improve read times of common requests.
Supports Redis & Memcached.
What is AWS Marketplace?
Digital catalog that includes software listings from independent software vendors where you can find, test, & buy software that runs on AWS.
What is AWS Trusted Advisor?
Management & Governance
Online tool that inspects AWS environment & provides real-time guidance in accordance w/ AWS best practices.
What is AWS Quick Starts?
Automate workload deployments into AWS environment
What is AWS Artifact?
Security, Identity, & Compliance
Access AWS security & compliance reports & special online agreements
What is Amazon Athena?
Analytics
Serverless interactive query service to analyze data in S3 using standard SQL. Only pay for queries that you run.
What is Amazon CloudSearch?
AWS Cloud Service search solution for website or application.
What is Amazon DataZone?
Data Management Service used to publish data & make it available to business data catalog through personalized web application.
What is Amazon EMR?
Analytics
Big data platform for processing big data using open source tools such as Apache tools which makes it easy for you set up, operate, & scale big data environments by automating time-consuming tasks.
What is Amazon FinSpace?
Data Management & Analytics service purpose for Financial Services Industry (FSI) which reduces time for finding & preparing petabytes of financial data for analysis to minutes.
What is Data Firehose?
Fully managed service that automatically scales to match data throughput & doesn’t need ongoing administration which makes it easy to load streaming data into data stores & analytics tools.
What is Amazon Managed Service for Apache Flink?
Fully managed service lets you use an Apache Flink application to process streaming data.
What is AWS Client VPN?
Networking & Content Delivery
Managed client-based VPN service that lets you access AWS & on-premises network resources where you can access them using an OpenVPN based VPN Client.
What is Amazon Connect?
Omnichannel cloud contact center that provides customer support.
What is Amazon Site-to-Site VPN?
Creates encrypted network path b/w on-premises network & AWS Cloud via your internet (connection not private & not consistent).
What is Amazon Polly?
Machine Learning
ML service that converts text to audio.
What is Amazon Translate?
Machine Learning
ML translation service.
What is Amazon Textract?
Machine Learning
ML service that extracts text from scanned documents.
What is Amazon CloudWatch?
Management and Governance
Monitors AWS resources & applications that you run in real time.
What is AWS Config?
Management & Governance
Assess, audit, & evaluate configurations of AWS resources.
What is AWS IAM?
Manage access to AWS services & resources securely.
What is Amazon DynamoDB Accelerator (DAX)?
Caching service used to reduce response times from DynamoDB table.
What is AWS Database Migration Service (AWS DMS)?
Migration & Transfer
Migrate data from on-premises databases to database in AWS.
What is Migration HUB?
Service that helps plan & track application migrations.
What is AWS Application Migration Service?
Automated life-&-shift solution that migrates physical services & databases to EC2 instances.
What is Application Discovery Service?
Collects info a/b usage & configuration of on-premises services to help plan migration to AWS.
What is AWS Cloud Map?
Creates & maintains map of backend services.
What is AWS Systems Manager OptsCenter?
Central location of IT Professionals to view, investigate, & resolve operational work items.
What is AWS Global Accelerator?
Networking & Content Delivery
Networking service that improves performance of users’ network traffic & uses AWS global network infrastructure.
What is AWS Global Infrastructure?
Global network of data centers & resources that provides cloud computing services.
What is AWS Code Pipeline?
Manages code movement b/w individual services.
What is Amazon Macie?
Security, Identity, & Compliance
Automated Security Assessment service that helps improve security & compliance of AWS deployed applications.
What is AWS Secrets Manager?
Security, Identity, & Compliance
Helps you protects secrets needed to access applications, services, & IT resources.
What is AWS Code Artifact
Managed artifact repo service that shares software ready for deployment.
What is AWS CodeBuild?
Helps users to automatically compile source code, run unit tests, & produce software packages ready for deployment.
What is AWS CodeCommit?
Source code version control service.
What is AWS Transit Gateway?
Networking & Content Delivery
Central Hub to connect Virtual Private Clouds (VPC’s) & on-premises networks.
What is AWS VPC?
Networking & Content Delivery
Provisioning logically isolated section of AWS Cloud to launch AWS resources in virtual network.
What is AWS Identity and Access Management (AWS IAM)?
Security, Identity, & Compliance
Web service for securely controlling access to AWS services using policy of least privilege (granted only the permissions necessary to perform their required tasks).
What is AWS Online Tech Talks?
Live, online presentations that cover range of topics at varying technical levels.
What is AWS Classroom Training?
In-person/virtual courses led by accredited AWS instructors which offer hands-on labs, exercises, & best practices to help customers.
What is AWS Blog?
What is AWS Forums?
AWS resources that enable customers to interact w/ other AWS users & get feedback & support.
What is AWS Storage Gateway?
Storage
Gives your on-premises & in-cloud access to unlimited cloud storage where you can deploy as VM, Hyper-v, or Linux KVM virtual environment, or EC2 instance w/in Amazon VPC.
What is Amazon Elastic Block Store (Amazon EBS)?
Storage
Provides block-level storage volumes for Amazon EC2 instances.
What is AWS Server Migration Service?
Enables users to migrate on-premises servers to AWS.
What is Amazon Elastic Transcoder?
Converts media files from original source format into different formats that will play on various devices.
What is Network Load Balancer?
Elastic Load Balancing that operates at OSI Model Layer 4 & routes requests to targets based on destination IP address & port & doesn’t support path-based routing.
What is Application Load Balancer?
Elastic Load Balancing that operates at OSI Model Layer 7 & routes requests to targets based on request content.
What is AWS OpsWorks Load Balancer?
Feature of AWS OpsWorks that enables users to attach Elastic Load Balancing load balancer to layer of stack.
What is Custom Load Balancer?
User-defined load balancer that runs on Amazon EC2 instance.
What is AWS Ground Station?
Enables customers to communicate w/ satellites & download data from orbit.
What is AWS Device Farm?
Front-End Web and Mobile
Enables customers to test mobile & web applications on real devices in AWS Cloud
What is Amazon QuickSight?
Analytics
Fully managed, scalable, & server-less business intelligence service that allows users to create & share interactive dashboards & charts.
What is Amazon Personalize?
Managed machine learning service that customers can use to generate personalized recommendations for users.
What is AWS Compute Optimizer?
Management & Governance
Analyzes AWS resources’ configuration & utilizes metrics to provide you w/ recommendations.
What is AWS Directory Service?
Security, Identity, & Compliance
Provide many ways to use Microsoft Active Directory (AD) w/ other AWS services.
What is Amazon Forecast?
Machine Learning
Time-series forecasting service that uses same machine learning technology used at Amazon.com.
What is AWS Managed Keys?
KMS keys in your account that are created, managed, & used on your behalf by AWS service integrated with AWS KMS.
What are AWS Owned Keys?
Collection of KMS keys that AWS service owns & manages for use in multiple AWS accounts.
What are CMKs (Customer Managed Keys)?
Customer managed keys KMS keys in AWS account that you create, own, and manage
What are AWS KMS Key?
An AWS KMS key is logical representation of cryptographic key.
What is AWS X-Ray?
Developer Tools
Analyze & debug serverless & distributed applications such as those built using microservices architecture.
What is Amazon Pinpoint?
Allows marketers & developers to deliver customer-centric engagement experiences by capturing customer usage data to draw real-time insights.
What is the AWS Abuse team?
Assists you when AWS resources are used to engage in abusive behavior.
What is AWS Glue?
Analytics
Fully managed to extract, transform, & load (ETL) service that makes it easy for cutomers to prepare & load their data for analytics.
What is AWS Professional Services?
Global team of experts that help achieve your desired business outcomes when using AWS Cloud.
What is the AWS Partner Network (APN)?
Global partner program for tech & consulting business that use AWS to build solutions for customers.
What is AWS Systems Manager?
Management & Governance
Gives visibility & control of infrastructure on AWS.
What is AWS Key Management Service (KMS)?
Security, Identity, & Compliance
Create & manage cryptographic keys & control their use across AWS services & in your applications.
What is Amazon Keyspaces?
Database
Database service compatible w/ Apache Cassandra.
What is Amazon Timestream?
Serverless database service that stores & analyzes time-stamped data.
What is VPC Endpoint?
Virtual Network Component w/in AWS that allows resources inside VPC to privately connect to supported AWS Services w/out using public internet.
What is AWS Cost & Usage Report (AWS CUR)?
Contains comprehensive set of AWS cost & usage data available.
What is Compute Optimizer?
Helps customers find right AWS resources to meet application performance needs.
What is AWS Cost Anomaly Detection?
Help reduce cost surprises with machine learning.
What are AWS Cost & Usage reports (AWS CUR)?
Track AWS usage & provide estimated charges for account.
What is AWS Cloud9?
Cloud-based IDE that lets you write, run, & debug code in browser.
What is Amazon Elastic Container Registry (ECR)?
Containers
Store, manage, & deploy Docker container images.
What are AWS Local Zones?
AWS Infrastructure deployment that place compute, storage, database, database, & other services closer to large population industry & IT centers.
What is AWS Wavelength?
Compute
AWS infrastructure designed for low latencies to mobile devices and endusers
What is AWS Fargate?
Serverless
Serverless compute engine for containers that works w/ both Amazon Elastic Container Service (ECS) & Amazon Elastic Kubernetes (EKS).
What is Amazon MQ?
Application Integration
Managed message broker service for Apache ActiveMQ & Rabbit MQ that makes it easy to set up & operate message brokers on AWS.
What is AWS Systems Manager Session Manager?
Fully-managed service that provides interactive browser-based shell & CLI experience.
No need to open new ports and you will not be charged.
What is Amazon FSx?
Storage
Fully managed file system service that allows users to launch, run, & scale file systems in cloud.
What is Amazon Kendra?
Machine Learning
ML powered search service that helps users find information across organization’s content.
What is AWS Compliance?
Has customers understand AWS controls to maintain security & data protection in AWS Cloud.
What is Amazon Cognito?
Security, Identity, & Compliance
Helps developers add authentication, authorization, & user management to their web & mobile apps.
It’s for mainly 3rd party & social media networks.
What is AWS Identity Pool?
Directory that stores user identifiers & generates temporary AWS credentials for users of app.
What is Amazon Kinesis?
Analytics
Collect & process large streams of data records in real time.
What is Amazon Glue?
Serverless data integration service to discover, prepare, move, & integrate data.
What is Amazon OpenSearch?
Ingest, secure, search, aggregate, view, & analyze data for use cases s/a log analytics, application search, enterprise search, & more.
What is Amazon EventBridge?
Application Integration
Serverless service that uses events to connect application components together making it easier to build scalable event-driven applications.
What is AWS PrivateLink?
Networking & Content Delivery
Networking service that allows secure connectivity (without public internet) b/w AWS virtual private clouds (VPC’s), AWS Services, & on-premises networks.
What is AWS Foundation?
Provides guided path to help customers deploy, configure, & secure workloads while ensuring they are ready for on-going operations in cloud.
What is AWS Migration Evaluator?
Data-driven assessments & business cases for AWS cloud planning & migration.
What is Amazon S3 Transfer Acceleration (S3TA)?
Enables fast, easy, & secure transfer of files over long distances b/w client & Amazon S3 bucket. Leverages CloudFront’s globally distributed AWS Edge Locations.
What is AWS OpsWork
Configuration management service that proves managed instances of Chef & Puppet.
What is a VPC Peering Connection?
Networking connection b/w two VPC’s that enables you to route traffic b/w them privately & can communicate with each other in the same network.
What is U2F (Universal 2nd Factor) security key?
Device you can plug into USB port on your computer.
What are AWS Step Functions?
Application Integration
Workflow service that helps build distributed applications, automate processes, orchestrate microservices, & create data & ML pipelines.
What is AWS Fault Injection Simulator (AWS FIS)?
What is the AWS Cloud Development Kit (CDK)?
Open source software development framework to model & provision your cloud application resources using familiar languages.
What is AWS DataSync?
Migration & Transfer
Service that helps move & replicate data b/w AWS storage services & other systems.
What is Amazon Inspector?
Security, Identity, & Compliance
Automatically scans AWS resources for software vulnerabilities & unintended network exposure.
What is S3 Lifecycle Configuration?
Set of rules that define actions that Amazon S3 applies to group of objects:
- Transaction Actions: move objects to another storage class
- Expiration Actions: Delete objects after a specified retention period.
What is AWS CloudHSM?
Security, Identity, & Compliance
Cloud-based hardware security module (HSM) that allows users to generate & use their own encryption keys on AWS & provides secure storage for cryptographic keys & processes cryptographic operations.
Helps users:
- Meet data security compliance requirements
- Deploy workloads w/ high reliability & low latency
- Manage HSM capacity & control costs.
- Pay by hour
- Demonstrate compliance w/ security & privacy regulations.
What is AWS IAM Identity Center?
Security, Identity, & Compliance
Used to manage sign-in security & access across multiple AWS accounts.
Built on top of AWS Identity & Access Management (IAM) to simplify access management to multiple AWS accounts, AWS applications, & other SAML-enabled cloud applications.
Mainly for AWS Users.
What is AWS Batch?
Compute
Run batch computing workloads on AWS Cloud.
What is Amazon Timestream?
Database service that stores & analyzes time-series data.
What is Amazon Neptune?
Database
Fully managed graph database service that helps users build & run applications that work w/ large, connected datasets.
What is Amazon IoT Core?
Managed cloud platform from AWS that allows connected devices to securely interact w/ other devices & cloud applications.
What is AWS Control Tower?
Management & Governance
Tool that helps users set up & manage secure, multi-account AWS management by creating landing zone quickly.
What is AWS Well-Architected Tool?
Management & Governance
Service in cloud that provides consistent process for measuring your architecture using AWS best practices.
What is AWS CodeArtifact?
Managed service that helps organizations store, publish, & share software packages for application development.
What is AWS CodeStar?
Cloud-based service that helps users develop, build, & deploy applications on AWS.
What is Amazon Workspaces?
Cloud-based virtual desktop service that allows users to access applications & data from web & variety of devices.
What is Amazon Forecast?
Cloud-based service that uses machine learning to generate forecasts.
What is CloudEndure Disaster Recovery?
Automated IT Resilience solution that lets you recover your environment from unexpected infrastructure or application outages, data corruption, ransomware, or other malicious attacks.
What is Amazon EC2 Image Builder?
Simplifies building, testing, & deployment of VM & container images for use on AWS or on-premises.
What are AWS Provisioned IOPS?
Volumes backed by SSDs that are highest performance volumes designed for critical, IOPS-intensive, & throughput-intensive workloads that require low latency.
What is AWS Firewall Manager?
Security, Identity, & Compliance
Service that helps centrally manage & enforce firewall rules across multiple AWS accounts & resources.
Uses services: AWS WAF, AWS Shield.
What is AWS Certificate Manager?
Security, Identity, & Compliance
Helps you manage & deploy SSL/TLS certificates for your websites & applications which secure & make sure data b/w users & servers is encrypted.
What is Amazon Image Builder?
Service that has you automatically create & maintain VM images or Amazon Machine Images (AMIs) in AWS which are used to launch EC2 instances in cloud.
What is Amazon Kinesis Data Streams?
Allows you to collect, process, & analyze real-time streaming data at scale for immediate insights & actions.
What is AWS CloudHub?
Fully managed integration service that enables secure & scalable communication b/w multiple VPC’s across different regions in AWS.
What is Amazon Data Lifecycle Manager?
Automates creation, retention, & deletion of EBS snapshots & EBS-backed AMIs based on user-defined policies to help manage lifecyle of EBS resources.
What is AWS Data Exchange?
Analytics
Allows users to securely find, suscribe to, & use 3rd party data from variety of sources for analytics & machine learning applications.
What is AWS Data Pipeline?
Analytics
Cloud-based service that automates movement & transformation of data b/w different AWS compute & storage services, as well as on-premises data sources.
What is AWS Lake Formation?
Analytics
Simplifies process of setting up, securing, & managing data lake on AWS, enabling users to quickly collect, store, & analyze data from various sources.
What is Amazon Managed Streaming for Apache Kafka (Amazon MFK)?
Analytics
Fully managed service that makes it easy to set up, operate, & scale Apache Kafka for real-time data streaming applications w/out need to manage underlying infrastructure.
What is Amazon OpenSearch Service?
Analytics
Fully managed service that makes it easy to deploy, operate, & scale OpenSearch clusters for real-time search, analytics, & log monitoring applications.
What is Amazon Redshift?
Analytics, Database
Fully managed data warehouse service that enables fast & scalable analytics on large datasets using SQL-based queries & machine learning tools.
What is Amazon AppFlow?
Application Integration
Fully managed integration service that enables users to securely transfer data b/w AWS services & 3rd-party applications like Salesforce, ServiceNow, & more, w/out writing code.
What is AWS AppSync?
Application Integration, Serverless
Fully managed service that simplifies development of GraphQL APIs by handling real-time data synchronization, offline access, & data querying from multiple sources like databases, APIs, & other services.
What is AWS Budgets?
AWS Cost Management
Allows users to set custom cost & usage budgets for their AWS resources & receive alerts when thresholds are exceeded.
What is AWS Cost and Usage Report?
AWS Cost Management
Detailed, customizable report that provices comprehensive data on your AWS costs, usage, & resource consumption helping you analyze & optimize spending.
What is AWS Cost Explorer?
AWS Cost Management
Allows users to visualize, analyze, & explore their AWS spending patterns over time, helping to identify cost drivers & optimize usage.
What are AWS Savings Plans?
AWS Cost Management
Flexible pricing models that offer significant savings on AWS compute usage in exchange for committing to consistent usage level over 1 or 3 year term.
flexible pricing models that offer significant savings on AWS compute usage in exchange for committing to a consistent usage level over a one- or three-year term.
What is Amazon EC2?
Compute
Scalable compute service that allows users to run virtual servers, called instances, on-demand in cloud to host applications & workloads.
What is Amazon EC2 Auto Scaling?
Compute
Automatically adjusts numbes of EC2 instances when according to traffic demands.
What is AWS Elastic Beanstalk?
Compute
Fully managed service that makes it easy to deploy, manage, & scale web applications & services by automatically handling infrastructure provisioning, load balancing, & application health monitoring.
What is AWS Serverless Application Repository?
Compute
Fully managed service that allows developers to discover, deploy, & publish serverless applications & components built on AWS Lambda & other serverless services.
What is VMware Cloud on AWS?
Compute
Hybrid cloud service that enables organizations to run VMware-based workloads on AWS infrastructure integrating on-premises VMWare enviornments w/ cloud.
What is Amazon ECS Anywhere?
Containers
Run & manage Amazon Elastic Container Service (ECS) clusters on your premises hardware or in other cloud enviornments, extending capabilities of ECS beyond AWS.
What is Amazon EKS Anywhere?
Containers
Run & manage Amazon Elastic Kubernetes Service (EKS) clusters on your premises infrastructure or in other cloud enviornments, bringing benefits of EKS to data centers or edge locations.
What is Amazon EKS Distro?
Containers
Open-source distribution of Kubernetes software used by Amazon EKS, which you can run anywhere (on-premises, other clouds, own data center) giving consistent & secure Kubernetes experience across enviornments.
What is Amazon Aurora
Database
Fully managed, MySQL & PostgreSQL-compatible relational database service that offers high performance, scalability, & availability w/ automatic backups, encryption, & failover.
What is Amazon Aurora Serverless?
Database
Fully managed, auto-scaling relational database service that adjusts it’s capacity based application needs/traffic.
What is DocumentDB?
Database
Fully managed NoSQL document database service designed to be compatible w/ MongoDB giving scalable, secure, & high performance storage for JSON data.
What is Amazon DynamoDB?
Database
Fully managed serverless NoSQL database service that provides fast & predictable performance w/ scalability for applications requiring low-latency data access.
What is Amazon Quantum Ledger Database (QLDB)?
Database
Fully managed, immutable, & transparent ledger database that provides centralized & cryptographically verifiable transaction log for applications requiring data integrity & auditing.
Da
What is Amazon RDS?
Database
Fully managed cloud database service that simplifies setup, operation, & scaling of relational databases, supporting engines like MySQL, PostgreSQL, SQL Server, & Oracle.
What is AWS Amplify?
Front-End Web and Mobile
Set of tools & services that enables developers to build & deploy scalable, full-stack web & mobile applications quickly, w/ built-in features like authentication, storage, & APIs.
What is Amazon API Gateway?
Front-End Web and Mobile
Fully managed service that enables developers to create, publish, maintain, monitor, & secure APIs for accessing backend services at any scale.
What is Amazon Pinpoint?
Front-End Web and Mobile
Scalable marketing communications service that allows business to send targeted, personalized messages across multiple channels, including email, SMS, push notifications, & voice.
What is Amazon Rekognition?
Machine Learning
ML-based service that enables developers to add image & video analysis features, s/a object detection, facial recognition, & text extraction, to applications.
What is Amazon Transcribe?
Machine Learning
Automatic speech recognition (ASR) service that converts audio files into accurate, searchable text, making it easier to analyze & process spoken content.
What is AWS Auto Scaling?
Management & Governance
Service that automatically adjusts capacity of your Amazon EC2 instances, load balancers, & other resources based on traffic demand to ensure optimal performance & cost efficiency.
What is AWS CloudTrail?
Management & Governance
Service that enables governance, compliance, & auditing by logging & monitoring API calls made on your AWS account, providing detailed records of actions taken on your resources.
What is AWS Health Dashboard?
Management & Governance
Provices real-time visibility into AWS services & regions status giving detailed info on incidents, outages, & scheduled maintenence affecting your resources.
What is AWS License Manager?
Management & Governance
Helps you manage & track software licences across AWS & on-premises enviornments, ensuring compliance & optimizing usage.
What is Amazon Managed Grafana?
Management & Governance
Fully managed service that lets you visualize & analyze operational data from many sources use Grafana w/out managing infrastructure.
What is Amazon Managed Service for Prometheus?
Management & Governance
Fully managed monitoring service that enables you to collect, store, & query Prometheus metrics at scale, w/out managing infrastructure.
What is AWS Organizations?
Management & Governance
Centrally manage & organize multiple AWS accounts, enabling consolidating billing, policy management, & account governance at scale.
What is AWS Proton?
Management & Governance
Fully managed service that automates deployment, management, & scaling of containerized & serverless applications, helping developers & operations teams work together.
What is AWS Service Catalog?
Management & Governance
Lets organizations create, manage, & distribute approved collections AWS resournces, letting secure deployment of applications & infrastructure across teams.
What is Amazon Elastic Transcoder?
Media Services
Fully managed media transcoding service that converts audio & video files into formats that can be played on many devices.
What is Amazon Kinesis Video Streams?
Media Services
Fully managed service that lets you stream, store, & analyze video data from connected devices in real time.
What is AWS Application Discovery Service?
Migration & Transfer
Plan migration to AWS by automatically collecting & organizing info a/b on-premises data center’s applications, dependencies, & infrastructure.
What is AWS Application Migration Service?
Migration & Transfer
Simplifies & automates migration of applications from on-premises or other clouds to AWS, by continuously replicating live server data w/ minimal downtime.
What is AWS Migration Hub?
Migration & Transfer
Gives central location to track & manage progress of application migrations across many AWS & partner migration tools letting you see into migration projects.
What is AWS Snow Family?
Migration & Transfer
Set of phyiscal devices & services that help organizations securely transfer lots of data to/from cloud either through edge computing & offline data transport.
What is AWS Transfer Family?
Migration & Transfer
Fully managed service that enables secure & scalable file transfers over SFTP, FTPS, & FTP directly in/out of S3 or EFS.
What is AWS Site-to-Site VPN?
Networking & Content Delivery
Fully managed service that makes secure & encrypted connection b/w an organization on-premises network & Amazon VPC over the internet.
What is AWS Audit Manager
Security, Identity, & Compliance
Service that helps organizations automate auditing process & accessing AWS usage to make sure compliance w/ industry standards & regulations.
What is Amazon Detective?
Security, Identity, & Compliance
Service that helps analyze & investigate security data to identify & understand potential security issues in your AWS enviornment.
What is Amazon GuardDuty?
Security, Identity, & Compliance
Threat detection that always monitors for bad/unauthorized behavior to protect your AWS accounts & workloads.
What is AWS Network Firewall?
Security, Identity, & Compliance
Managed, scalable firewall service that provides network traffic filtering & protection for Amazon VPCs.
What is AWS Resource Access Manager
Security, Identity, & Compliance
Service that allows you to securely share AWS resources across accounts or w/in organization.
What is AWS Security Hub?
Security, Identity, & Compliance
Centralized security service that aggregates, organizes, & prioritizes security findings from many AWS services & 3rd-party tools to help monitor & respond to security threats.
What is AWS Shield?
Security, Identity, & Compliance
Managed DDoS protection service that helps safeguard applications running on AWS from DDoS attacks.
What is AWS WAF (Web Application Firewall)?
Security, Identity, & Compliance
Managed service that protects web applications from common web exploits by allowing you to define customizable rules to filter & monitor HTTP/HTTPS requests.
What is Amazon Elastic File System (Amazon EFS)?
Storage
Scalable, fully managed file storage service that gives shared access to file systems for many EC2 instances & on-premises servers.
What is Amazon S3 (Simple Storage Service)?
Storage
Scalable, durable, & low-cost object storage service that allows you to store & retrieve any amount of data from anywhere on web.
What is Amazon S3 Glacier?
Storage
Low-cost, long-term archival storage servivce designed for data that’s not accessed that much, offering retrieval times from minutes to hours.