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!

AWS

Home » AWS » Page 23

Amazon Managed Grafana

2023-06-23T07:33:09+00:00

Bookmarks Components Security Pricing What is Amazon Managed Grafana? A data visualization service for querying, correlating, and visualizing operational metrics, logs, and traces from multiple sources. Create dashboards and visualizations to analyze metrics, logs, and traces without having to build, package, or deploy Grafana servers. All logical Grafana server deployment, setup, scaling, and maintenance are handled by AWS. Integrated with the following AWS data sources: Amazon CloudWatch Amazon OpenSearch Service AWS X-Ray Amazon Timestream Amazon Managed Service for Prometheus Amazon Managed Grafana Components Workspaces A logically isolated Grafana server. User authentication method for workspaces [...]

Amazon Managed Grafana2023-06-23T07:33:09+00:00

AWS Network Firewall

2024-07-16T06:38:26+00:00

Bookmarks Features Concepts Monitoring Pricing AWS Network Firewall Cheat Sheet A managed service that helps deploy network protections for Amazon VPCs. Provides fine-grained network traffic control that allows you to restrict outbound requests to prevent malicious activity from spreading. Import previously created rules in common open source rule formats and enable integrations with managed intelligence feeds from AWS partners. With AWS Firewall Manager, you can create policies based on AWS Network Firewall rules and then apply those policies centrally across your VPCs and accounts. Features Automatically scales firewall capacity up or down based [...]

AWS Network Firewall2024-07-16T06:38:26+00:00

AWS Wavelength

2023-06-23T05:51:36+00:00

Bookmarks Features Concepts Pricing AWS Wavelength Cheat Sheet A service that allows developers to create applications with ultra-low latencies for mobile devices and end users. Wavelength Zones can be used to extend an Amazon VPC in order to run ultra-low latency applications that use the same AWS services, APIs, tools, and functionalities. Features Wavelength Zones support a wide range of compute instances for general purpose, gaming, and machine learning inference. Supports persistent block storage to provide a snapshot, encryption, and restore capabilities without any performance impact. Connectivity to 5G networks using VPC and Carrier [...]

AWS Wavelength2023-06-23T05:51:36+00:00

AWS Certified Solutions Architect Professional Exam Guide Study Path SAP-C02

2023-08-24T02:22:43+00:00

Bookmarks Study Materials AWS Services to Focus On Common Exam Scenarios Validate Your Knowledge Final Notes The AWS Certified Solutions Architect Professional Exam SAP-C02 Overview Few years ago, before you can take the AWS Certified Solutions Architect Professional exam (or SA Pro for short), you would first have to pass the associate level exam of this track. This is to ensure that you have sufficient knowledge and understanding of architecting in AWS before tackling the more difficult certification. In October 2018, AWS removed this ruling so that there are no more prerequisites [...]

AWS Certified Solutions Architect Professional Exam Guide Study Path SAP-C022023-08-24T02:22:43+00:00

Whitelisting Access to Application Load Balancer Through The Use of AWS WAF

2023-05-26T05:14:45+00:00

Load balancing an application is a common approach to distributing traffic among multiple servers. It has a breadth of benefits that can optimize performance, including availability and responsiveness, as it spreads the workload from one server to another, preventing server overload. AWS has a wide variety of load balancer types. But one of the most commonly used for web servers is the Application Load Balancer (ALB), as it functions at the application layer, the seventh layer of the Open Systems Interconnection (OSI) model. After setting up an ALB, it is also essential to consider security as it’s one of the [...]

Whitelisting Access to Application Load Balancer Through The Use of AWS WAF2023-05-26T05:14:45+00:00

Exploring AWS Cloud Quest: Cloud Practitioner Game

2023-04-28T01:26:59+00:00

What is AWS Cloud Quest? AWS Cloud Quest is an open-world, role-playing game that teaches you how to create AWS solutions using cloud concepts and exercises based on real life. It helps you learn the intricacies of modern cloud technologies and have fun at the same time. Cloud Quest features 12 real-life scenario assignments which prepare and train you to become an AWS Cloud Practitioner at absolutely no cost. This free game targets audiences that are new to Cloud Computing and people who want to learn the basics of Amazon Web Services (AWS). Before you can play, you have to [...]

Exploring AWS Cloud Quest: Cloud Practitioner Game2023-04-28T01:26:59+00:00

AWS Certified Solutions Architect Associate Exam – SAA-C03 Study Path

2024-02-07T00:48:33+00:00

Bookmarks Exam Overview Difference between SAA-C02 and SAA-C03 SAA-C03 Study Materials Additional SAA-C03 Whitepapers Core SAA-C03 AWS Services to Focus On Other SAA-C03 AWS Services That You Should Prepare For Common Exam Scenarios for the AWS Certified Solutions Architect Associate SAA-C03 AWS Certified Solutions Architect Associate SAA-C03 Video Course Validate Your Knowledge Some Notes Regarding Your SAA-C03 Exam The AWS Certified Solutions Architect Associate SAA-C03 exam, or SAA for short, is one of the most sought-after certifications in the Cloud industry today. This certification verifies your knowledge [...]

AWS Certified Solutions Architect Associate Exam – SAA-C03 Study Path2024-02-07T00:48:33+00:00

AWS Certified Advanced Networking – Specialty ANS-C01 Exam Study Path

2023-09-01T05:22:02+00:00

Bookmarks AWS Certified Advanced Networking Specialty Overview ANS-C01 Study Materials for ANS-C01 Core AWS Services to Focus On AWS Services That Will Appear In The ANS-C01 Exam Irrelevant AWS Services That Will NOT Appear In The ANS-C01 Exam Important ANS-C01 Networking Topics Common Exam Scenarios for ANS-C01 Validate Your Knowledge The AWS Certified Advanced Networking - Specialty ANS-C01 certification exam is a part of the AWS Specialty learning path and is a highly in-demand certificate among AWS Specialty certifications. The Advanced Networking path focuses on designing and maintaining network [...]

AWS Certified Advanced Networking – Specialty ANS-C01 Exam Study Path2023-09-01T05:22:02+00:00

Building Dynamic Start and Stop Scheduler Functions for Non-Distributed Applications Under Auto-Scaling Group

2023-05-26T04:50:32+00:00

In AWS, it’s of utmost importance to consider the cost in every aspect. In fact, cost optimization is one of the 6 pillars of a well-architected framework, therefore, it must be included in every step in building solutions in AWS. There are infinite ways to reduce bills but one of the most popular ones for EC2 instances is to start or stop them, especially if they don't need to run 24/7. But constantly doing this manually can be quite tedious and can significantly increase the operational load. It involves human intervention and hence, piling up its risks for human errors. [...]

Building Dynamic Start and Stop Scheduler Functions for Non-Distributed Applications Under Auto-Scaling Group2023-05-26T04:50:32+00:00

Real-time Monitoring of 5XX Errors using AWS Lambda, CloudWatch Logs and Slack

2023-04-28T01:34:19+00:00

Monitoring is the best friend of every system administrator. It gives visibility into what is happening on your application so that when an issue occurs, you or someone in your team could be alerted and do the necessary measures to mitigate it. However, this can only be as effective as the metrics you're keeping track of.  There are plenty of factors that can affect application performance. And while it’s difficult to stay on top of them all, there are certain metrics that are non-negotiable. Examples of these are CPU utilization, memory usage, disk space, disk usage, network throughput, and so [...]

Real-time Monitoring of 5XX Errors using AWS Lambda, CloudWatch Logs and Slack2023-04-28T01:34:19+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!