Ends in
00
days
00
hrs
00
mins
00
secs
ENROLL NOW

Get any AWS Specialty Mock Test for FREE when you Buy 2 AWS Pro-Level Practice Tests – as LOW as $10.49 USD each ONLY!

admin

About Jon Bonso

Jon Bonso is the co-founder of Tutorials Dojo, an EdTech startup and an AWS Digital Training Partner that provides high-quality educational materials in the cloud computing space. He graduated from Mapúa Institute of Technology in 2007 with a bachelor's degree in Information Technology. Jon holds 10 AWS Certifications and is also an active AWS Community Builder since 2020.

AWS CodeBuild

2023-06-23T08:16:06+00:00

Bookmarks Concepts Features Monitoring and Security Pricing Additional Training Materials: AWS CodeBuild Video Courses on Udemy AWS CodeBuild Cheat Sheet A fully managed continuous integration service that compiles source code, runs tests, and produces software packages that are ready to deploy. Concepts A build project defines how CodeBuild will run a build. It includes information such as where to get the source code, which build environment to use, the build commands to run, and where to store the build output. A build environment is the combination of operating system, programming language runtime, [...]

AWS CodeBuild2023-06-23T08:16:06+00:00

AWS CodePipeline

2023-07-25T08:47:23+00:00

Bookmarks Concepts Features Limits Pricing Validate Your Knowledge AWS CodePipeline Cheat Sheet A fully managed continuous delivery service that helps you automate your release pipelines for application and infrastructure updates. You can easily integrate AWS CodePipeline with third-party services such as GitHub or with your own custom plugin. Concepts A pipeline defines your release process workflow, and describes how a new code change progresses through your release process. A pipeline comprises a series of stages (e.g., build, test, and deploy), which act as logical divisions in your workflow. Each stage is made [...]

AWS CodePipeline2023-07-25T08:47:23+00:00

AWS CodeDeploy

2024-01-18T07:54:34+00:00

Bookmarks Concepts Features Monitoring Pricing AWS CodeDeploy-related Cheat Sheets: Validate Your Knowledge AWS CodeDeploy Cheat Sheet A fully managed deployment service that automates software deployments to a variety of compute services such as Amazon EC2, AWS Fargate, AWS Lambda, and your on-premises servers. Concepts An Application is a name that uniquely identifies the application you want to deploy. CodeDeploy uses this name, which functions as a container, to ensure the correct combination of revision, deployment configuration, and deployment group are referenced during a deployment. Compute platform is the platform on which [...]

AWS CodeDeploy2024-01-18T07:54:34+00:00

AWS Server Migration Service (SMS)

2024-04-29T06:42:58+00:00

Please note that AWS has discontinued the AWS Server Migration Service (AWS SMS). AWS now recommends the AWS Application Migration Service as the primary migration service. Check out this AWS Application Migration Service Cheat Sheet. AWS Server Migration Service Cheat Sheet An agentless service for migrating thousands of on-premises workloads to AWS. This is the enhanced replacement of Amazon EC2 VM Import service. SMS orchestrates server migrations by: automating incremental replication of live server volumes to the AWS cloud allowing customers to schedule replications track the replication progress of a group of servers via Management Console Each server volume replicated [...]

AWS Server Migration Service (SMS)2024-04-29T06:42:58+00:00

AWS Database Migration Service

2024-11-14T09:21:41+00:00

Bookmarks AWS Schema Conversion Tool (SCT) Basic Schema Copy Pricing AWS Database Migration Service Cheat Sheet AWS Database Migration Service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle or Microsoft SQL Server to Amazon Aurora. You can use Database Migration Service for one-time data migration into RDS and EC2-based databases. You can also continuously replicate your data with high availability (enable multi-AZ) and consolidate databases into a petabyte-scale data warehouse by streaming data to Amazon Redshift and Amazon S3. Continuous replication can [...]

AWS Database Migration Service2024-11-14T09:21:41+00:00

Amazon Rekognition

2024-11-14T05:57:06+00:00

Amazon Rekognition Cheat Sheet A service that makes it easy to add powerful visual analysis to your applications. There are two services under Amazon Rekognition: Rekognition Image lets you easily build powerful applications to search, verify, and organize millions of images. Rekognition Video lets you extract motion-based context from stored or live stream videos and helps you analyze them. Rekognition Image An image recognition service that detects objects, scenes, and faces; extracts text, and many more. It also allows you to search and compare faces. The service uses deep neural network models to detect and label thousands of objects and [...]

Amazon Rekognition2024-11-14T05:57:06+00:00

Amazon QuickSight

2024-11-14T07:16:20+00:00

Bookmarks Features SPICE Concepts Validate Your Knowledge Amazon QuickSight Cheat Sheet  Amazon QuickSight is a cloud-powered business analytics service that makes it easy to build visualizations, perform ad-hoc analysis, and quickly get business insights from their data, anytime, on any device. Features Provides ML Insights for discovering hidden trends and outliers, identify key business drivers, and perform powerful what-if analysis and forecasting. Has a wide library of visualizations, charts, and tables; You can add interactive features like drill-downs and filters, and perform automatic data refreshes to build interactive dashboards. Allows you to schedule [...]

Amazon QuickSight2024-11-14T07:16:20+00:00

Amazon OpenSearch Service (formerly Amazon ElasticSearch)

2023-06-12T06:48:45+00:00

Amazon OpenSearch Service Cheat Sheet Amazon OpenSearch lets you search, analyze, and visualize your data in real-time. This service manages the capacity, scaling, patching, and administration of your Elasticsearch clusters for you, while still giving you direct access to the Elasticsearch APIs. The service offers open-source Elasticsearch APIs, managed Kibana, and integrations with Logstash and other AWS Services. This combination is often coined as the ELK Stack. Amazon OpenSearch Concepts An Amazon OpenSearch domain is synonymous with an Elasticsearch cluster. Domains are clusters with the settings, instance types, instance counts, and storage resources that you specify. You can create multiple [...]

Amazon OpenSearch Service (formerly Amazon ElasticSearch)2023-06-12T06:48:45+00:00

Amazon Mechanical Turk

2023-02-28T02:38:37+00:00

Amazon Mechanical Turk Cheat Sheet A forum where Requesters post work as Human Intelligence Tasks (HITs). Workers complete HITs in exchange for a reward. Essentially crowdsourcing. You write, test, and publish your HIT using the Mechanical Turk developer sandbox, Amazon Mechanical Turk APIs, and AWS SDKs. Benefits Optimize efficiency since MTurk is well-suited to take on simple and repetitive tasks in your workflows which need to be handled manually. Increase flexibility since MTurk lets you gain access to a global, on-demand, 24x7 workforce without the difficulty associated with dynamically scaling. Reduce cost by hiring and managing a temporary workforce. MTurk [...]

Amazon Mechanical Turk2023-02-28T02:38:37+00:00

Redis (cluster mode enabled vs disabled) vs Memcached

2023-04-10T05:29:45+00:00

  Redis (cluster mode enabled) Redis (cluster mode disabled) Memcached Data Types string, sets, sorted sets, lists, hashes, bitmaps, hyperloglog, geospatial indexes string, sets, sorted sets, lists, hashes, bitmaps, hyperloglog, geospatial indexes string, objects (like databases) Data Partitioning (distribute your data among multiple nodes) Supported Unsupported Supported Modifiable cluster Only versions 3.2.10 and later  Yes Yes Online resharding Only versions 3.2.10 and later  No No Encryption 3.2.6, 4.0.10 and later 3.2.6, 4.0.10 and later Unsupported Sub-millisecond latency Yes Yes Yes FedRAMP, PCI DSS and HIPAA compliant 3.2.6, 4.0.10 and later 3.2.6, 4.0.10 and later No Multi-threaded (make use of multiple [...]

Redis (cluster mode enabled vs disabled) vs Memcached2023-04-10T05:29:45+00:00

AWS, Azure, and GCP Certifications are consistently among the top-paying IT certifications in the world, considering that most companies have now shifted to the cloud. Upskill and earn over $150,000 per year with an AWS, Azure, or GCP certification!

Follow us on LinkedIn, Facebook, or join our Slack study group. More importantly, answer as many practice exams as you can to help increase your chances of passing your certification exams on your first try!