WITH SOLUTIONS A+ 2025/2026
✔✔AWS snowball - ✔✔petabyte scale data transfer service where a physical device is
delivered to your organization and returned by a local carrier then loaded into S3
assists in data migration into the cloud from data center
✔✔AWS Snowmobile - ✔✔exabyte scale data transfer service where a ruggedized
shipping container is sent to your office then loaded into S3
this service can assist in data migration into the cloud from your data center
✔✔amazon simple notification service (SNS) - ✔✔managed pub/sub messaging service
can enable fan-out architecture with one message triggering multiple actions
commonly used in serverless architecture
✔✔amazon simple queue service (SQS) - ✔✔managed message queue service
enable fault tolerant and serverless applications
supports standard and first-in first-out queues
commonly used in a serverless architecture
✔✔AWS step functions - ✔✔manages the orchestration of complex workflows which are
defined using amazon states language
can be leveraged in a serverless architecture
✔✔AWS cloudTrail - ✔✔service that provides audit trail for all services used in an AWS
account (across all interaction methods)
✔✔AWS cloudFormation - ✔✔managed service for launching infrastructure based on
templates
this approach is known as infrastructure as code
also provides drift detection to know when infrastructure has veered from what is
defined in the template
✔✔AWS OpsWorks - ✔✔infrastructure configuration management service that provides
a managed service for Chef and Puppet
✔✔amazon CloudWatch - ✔✔monitoring and management service that integrates with
most AWS services
provides both metrics and alarms based on those metrics as well as logs
✔✔AWS Config - ✔✔provides continual analysis of AWS resources to ensure they are
meeting rules defined in the service
resource configuration changes
, ✔✔AWS Systems Manager - ✔✔service that provides a collection of tools and insight
into operational data for central management of those cloud or on-premise instances
✔✔AWS control tower - ✔✔system that launches a multi-account configuration based
on AWS best practices
manages multiple accounts
✔✔Amazon relational database service (RDS) - ✔✔managed service for relational
databases including support for MySQL, PostgreSQL, MariaDB, Oracle, SQL Server,
and amazon aurora
✔✔amazon aurora - ✔✔MySQL and PostgreSQL compatible database engine for RDS
that was built for the coud
✔✔Amazon Aurora Serverless for RDS - ✔✔an on-demand and auto-scaling version of
amazon aurora that does not require managing the underlying infrastructure
commonly used in a serverless architecture
✔✔amazon DynamoDB - ✔✔fully managed NoSQL database service that has
extremely low latency and scaling based on configuration
commonly used in a serverless architecture
✔✔amazon redshift - ✔✔managed petabyte scale data warehousing solution on AWS
data warehousing that supports columnar storage
✔✔amazon redshift spectrum - ✔✔service for querying exabytes of data stored in
amazon S3
✔✔amazon elasticache - ✔✔fully-managed in-memory data store that supports
memcached and Redis engines
✔✔AWS database migration service (DMS) - ✔✔service that enables you to move your
data (from popular commercial and open source databases) easily onto the cloud
can assist in data migration
✔✔amazon DocumentDB - ✔✔document database with MongoDB compatibility
leverage this if you needed to support a mongoDB database on AWS
✔✔amazon memoryDB for redis - ✔✔in-memory database that is Redis-compatible and
provides very low latency
✔✔amazon neptune - ✔✔service that provides a graph database on AWS
graph databases are ideal for storing connections between items, such as social
network connections