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

AWS PlayCloud Sale - 10% OFF ALL PLANS. Use Coupon Code: TD-SANDBOX2024

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.

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

Latency Routing vs Geoproximity Routing vs Geolocation Routing

2023-04-10T03:27:57+00:00

  Latency Routing Geoproximity Routing Geolocation Routing Definition Lets Route 53 serve user requests from the AWS Region that provides the lowest latency. It does not, however, guarantee that users in the same geographic region will be served from the same location. Latency-based routing is based on latency measurements performed over a period of time, and the measurements reflect changes in network connectivity and routing. Lets Amazon Route 53 route traffic to your resources based on the geographic location of your users and your resources.  You can also optionally choose to route more traffic or less to a given resource [...]

Latency Routing vs Geoproximity Routing vs Geolocation Routing2023-04-10T03:27:57+00:00

Backup and Restore vs Pilot Light vs Warm Standby vs Multi-site

2023-04-10T06:17:02+00:00

You should select the most appropriate DR plan to meet your company RTO and RPO. Consider also your budget and which system elements are most critical for your business. Backup and Restore Pilot Light This DR plan provides the slowest system restoration after a DR event. You take frequent snapshots of your data such as those in Amazon EBS Volumes and Amazon RDS databases, and you store them in a durable and secure storage location such as Amazon S3. There are many ways for you to move data in and out of S3 Transfer over the network via S3 Transfer [...]

Backup and Restore vs Pilot Light vs Warm Standby vs Multi-site2023-04-10T06:17:02+00:00

EC2 Instance Health Check vs ELB Health Check vs Auto Scaling and Custom Health Check

2024-02-13T06:24:11+00:00

EC2 instance health check Elastic Load Balancer (ELB) health check Auto Scaling and Custom health checks Amazon EC2 performs automated checks on every running EC2 instance to identify hardware and software issues. Status checks are performed every minute and each returns a pass or a fail status.  If all checks pass, the overall status of the instance is OK.  If one or more checks fail, the overall status is impaired. Status checks are built into EC2, so they cannot be disabled or deleted. You can create or delete alarms that are triggered based on the result of the status checks. [...]

EC2 Instance Health Check vs ELB Health Check vs Auto Scaling and Custom Health Check2024-02-13T06:24:11+00:00

Buy 1 Get 1 FREE AWS Practice Test Anniversary Sale!

2019-05-05T05:24:31+00:00

Buy 1 Get 1 FREE AWS Practice Test Anniversary Sale! This month marks the 1st year anniversary of our top-notch AWS Certified Solutions Architect Associate Practice Exam course on Udemy. It has truly been an amazing journey for Tutorials Dojo, shifting from JavaScript to Cloud Computing, and eventually gaining close to 50,000 students on all of our practice test courses for the past 12 months.   And what better way to celebrate our 1st year on the cloud niche than giving you the opportunity to get two of Tutorials Dojo's high quality AWS practice test courses on Udemy for the price [...]

Buy 1 Get 1 FREE AWS Practice Test Anniversary Sale!2019-05-05T05:24:31+00:00

AWS Certified Solutions Architect Associate Exam Tips for Udemy Students

2020-08-18T09:08:58+00:00

AWS Certified Solutions Architect Associate Exam Tips Hey Fellow Architects - we would like to take this opportunity to share with you some very helpful exam tips shared by our students who have successfully achieved their AWS Associate certification. We found these buried in the Q&A section of our AWS Certified Solutions Architect Associate Practice Test course and we thought they were just too handy not to share with everyone. :) Ideally, a target score of 90% and above in all 6 sets of our practice tests will indicate that you are ready to face the real exam and will increase your chances [...]

AWS Certified Solutions Architect Associate Exam Tips for Udemy Students2020-08-18T09:08:58+00:00

EBS – SSD vs HDD

2024-01-25T07:23:57+00:00

On a given volume configuration, certain I/O characteristics drive the performance behavior for your EBS volumes. SSD-backed volumes, such as General Purpose SSD (gp2) and Provisioned IOPS SSD (io1,io2), deliver consistent performance whether an I/O operation is random or sequential. HDD-backed volumes like Throughput Optimized HDD (st1) and Cold HDD (sc1) deliver optimal performance only when I/O operations are large and sequential. In the exam, always consider the difference between SSD and HDD as shown on the table below. This will allow you to easily eliminate specific EBS-types in the options which are not SSD or not HDD, depending on [...]

EBS – SSD vs HDD2024-01-25T07:23:57+00:00

Security Group vs NACL

2024-01-25T05:34:33+00:00

Security Group Network Access Control List Acts as a firewall for associated Amazon EC2 instances. Acts as a firewall for associated subnets. Controls both inbound and outbound traffic at the instance level. Controls both inbound and outbound traffic at the subnet level. You can secure your VPC instances using only security groups. Network ACLs are an additional layer of defense. Supports allow rules only. Supports allow rules and deny rules. Stateful (Return traffic is automatically allowed, regardless of any rules). Stateless (Return traffic must be explicitly allowed by rules). Evaluates all rules before deciding whether to allow traffic. Evaluates rules [...]

Security Group vs NACL2024-01-25T05:34:33+00:00

AWS CloudTrail vs Amazon CloudWatch

2023-06-27T01:45:43+00:00

AWS CloudTrail vs Amazon CloudWatch Cheat Sheet CloudWatch is a monitoring service for AWS resources and applications. CloudTrail is a web service that records API activity in your AWS account. They are both useful monitoring tools in AWS. By default, CloudWatch offers free basic monitoring for your resources, such as EC2 instances, EBS volumes, and RDS DB instances. CloudTrail is also enabled by default when you create your AWS account. With CloudWatch, you can collect and track metrics, collect and monitor log files, and set alarms. CloudTrail, on the other hand, logs information on who made a request, the services [...]

AWS CloudTrail vs Amazon CloudWatch2023-06-27T01:45:43+00:00

S3 Standard vs S3 Standard-IA vs S3 One Zone-IA vs S3 Intelligent Tiering vs S3 Express One Zone

2024-02-16T04:59:24+00:00

  S3 Standard S3 Standard-Infrequent Access (IA) S3  One Zone - Infrequent Access (IA) S3 Intelligent Tiering S3 Express One Zone Features General-purpose storage of frequently accessed data. For long-lived, rapid but less frequently accessed data; data is stored redundantly in multiple AZs. For long-lived, rapid but less frequently accessed data; data is stored redundantly in only one AZ of your choice. For long-lived data that have unpredictable access patterns. High performance storage for most frequently accessed data. Durability 99.999999999% (11 9's) 99.999999999% (11 9's) 99.999999999% (11 9's) 99.999999999% (11 9's) 99.999999999% (11 9's) Availability 99.99% 99.9% 99.5% 99.9% 99.95% [...]

S3 Standard vs S3 Standard-IA vs S3 One Zone-IA vs S3 Intelligent Tiering vs S3 Express One Zone2024-02-16T04:59:24+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. 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!