Top 5 AWS Study Tips for Busy Professionals
Top 5 AWS Study Tips for Busy Professionals In this fast-paced world, there are a lot of things in our TO DO list that needs to be accomplished in such a short period of time. We wake up, prepare for work, rush to the office, attend our daily stand-up scrum meeting, do our Jira tickets for the current sprint, attend a yet-another-meeting at work, take care of the kids, pump iron, de-stress, socialize, hit [...]
BLACK FRIDAY SALE! Get a Chance to WIN Any of our AWS Practice Tests for FREE
BLACK FRIDAY SALE! Get a Chance to WIN Any of our AWS Practice Tests for FREE It's the biggest SALE of the year once again! And if rock bottom prices are not enough then we have something even more enticing for you. For five days only, if you get any 1 of our AWS practice test courses on Udemy using coupon code: TUTORIALSDOJO-2019 then you'll have a chance to be one of 30 lucky winners [...]
Our Thoughts on the Beta Exam for AWS Certified Solutions Architect Associate (SAA-C02)
Our Thoughts on the Beta Exam for AWS Certified Solutions Architect Associate (SAA-C02) Mark your calendars! March 2020 is the expected standard exam availability of the new version for AWS Certified Solutions Architect Associate (SAA-C02). I took the beta exam this November in order to take a peek on the new technologies and scenarios that Amazon will probably add to the new exam version which they will release early next year. My Preparation [...]
IP Blocking: Use AWS WAF or NACL?
What should you do if you identified a series of malicious attacks on your application coming from a specific IP address? Will you use AWS WAF to block that IP address or create a rule in your Network Access Control List to deny traffic from that IP? It is true that AWS WAF can filter web requests based on IP addresses, HTTP headers, HTTP body, or URI strings, to block common attack patterns, such [...]
PRE-BLACK FRIDAY SALE – All of our AWS Practice Tests at Rock Bottom Prices!
PRE-BLACK FRIDAY SALE: All of our AWS Practice Tests at Rock Bottom Prices! As you may already be aware, the biggest sale of the year is coming in a few weeks. Udemy's annual Black Friday sale will showcase all of the courses listed on their site at heavily discounted prices, including our AWS practice test courses. If you can't wait until the Black Friday sale happening on the week of November 25 then we [...]
Released – AWS Certified Cloud Practitioner Practice Exams
Released - AWS Certified Cloud Practitioner Practice Exams It is with absolute delight that we announce the release of our newest course - the AWS Certified Cloud Practitioner Practice Exams. And for the first time ever, this course was 50% co-authored by one of our valued team members, Adrian Formaran, who has recently passed both the AWS Certified Cloud Practitioner and Solutions Architect Associate exams. x x Get it through this link [...]
Longest Prefix Match: Understanding Advanced Concepts in VPC Peering
VPC Peering Basics In AWS, a Virtual Private Cloud (VPC) peering connection is a networking connection between two VPCs which allows you to route specific traffic between them using either private IPv4 addresses or IPv6 addresses. A VPC peering connection can be created between your own VPCs, or alternatively, a VPC in another AWS account. You can also create an inter-region VPC peering connection where the VPCs are located in different AWS Regions. Amazon [...]
How to invalidate API Gateway Cache
To invalidate an existing cache entry of a request and retrieve the latest data from the integration endpoint, one must send the request together with the Cache-Control: max-age=0 header. If the recipient is authorized to communicate directly to the integration endpoint, then the integration endpoint will respond with the latest data for the request. This also replaces the existing cache entry with the new response. The IAM Policy that grants a client to invalidate [...]
Top 5 Free AWS Review Materials
Currently, the cost of an AWS Certification exam starts from 150 USD for associate-level exams and up to a whopping 300 USD for professional-level and specialty-type exams. For some, this amount is negligible but to many IT professionals around the world, this amount is relatively expensive. The official AWS Practice Exam ranges from 20 to 40 USD, which you can only take once (unless you shell out another $20 or $40 again in order to retake it). On [...]
Instrumenting your Application with AWS X-Ray
Bookmarks Instrumenting your Node.js application Instrumenting your Java application Instrumenting your C# .Net application Instrumenting your Python application Instrumenting your Go application Instrumenting your Node.js application The AWS X-Ray SDK for Node.js provides middleware that you can use to instrument incoming HTTP requests. You need to add the SDK to your application’s dependencies, usually via package.json. Initialize the SDK client and add it to your application [...]