Building key performance indicators – Data Understanding and Visualization – MLS-C01 Study Guide

Building key performance indicators Before you wrap up these data visualization sections, you need to be introduced to key performance indicators, or KPIs for short. A KPI is usually a single value that describes the results of a business indicator, such as the churn rate, net promoter score (NPS), return on investment (ROI), and so […]

The Basic Architecture as Model-View-Controller (MVC) – Salesforce Fundamentals and Architecture – Salesforce Certified Platform Developer I Study Guide

1.1  The Basic Architecture as Model-View-Controller (MVC) Salesforce is a cloud-based platform that provides customer relationship management (CRM) services to businesses of all sizes. Its architecture is based on the Model-View-Controller (MVC), which separates the data, business logic, and presentation layers of the cloud application. The platform is known for its flexibility, scalability, and customization […]

Managing EC2 AMIs – Provisioning Resources – SOA-C02 Study Guide

Managing EC2 AMIs An EC2 AMI, or Amazon Machine Image, is used to launch an EC2 instance. You can manage AMIs via the Management Console by navigating to Services > EC2 > Images > AMIs. Once there, the following options are available: Launch: Launch an EC2 instance from a selected AMI. EC2 Image Builder: Build […]

Security – Load Balancing – ANS-C01 Study Guide

Security The application load balancer will terminate all encrypted TLS/SSL connections and allow end-to-end encryption between the client and target server. The incoming TLS session will be terminated on the ALB for inspection and processing. There will be a second connection created on the backend between the ALB and the target. In this case, the […]

Using Highly Available Network Connectivity for Your Public Endpoints – Determining Security Requirements and Controls – SAP-C02 Study Guide

Using Highly Available Network Connectivity for Your Public Endpoints Starting from the assumption that your internet-facing endpoints must be highly available, you have to make sure that whichever component you lay on their path is also highly available, whether it is a DNS service, a content delivery network (CDN), a load-balancing capability, or a gateway […]

Enabling AWS Security Hub – Event Management with Security Hub and GuardDuty – SCS-C02 Study Guide

Enabling AWS Security Hub AWS Security Hub can be enabled from the AWS Management Console. However, because Security Hub needs to have the AWS Config service enabled (and prefers to have it fully enabled, watching all resources), you will follow the following steps via CloudFormation in this walk-through as well – all via the Management […]

Visualizing distributions in your data – Data Understanding and Visualization – MLS-C01 Study Guide

Visualizing distributions in your data Exploring the distribution of your feature is very important to understand some key characteristics of it, such as its skewness, mean, median, and quantiles. You can easily visualize skewness by plotting a histogram. This type of chart groups your data into bins or buckets and performs counts on top of […]

ExamAlert – Provisioning Resources – SOA-C02 Study Guide

ExamAlert Expect to see at least a handful of CLI questions on the exam. Some of these questions might focus on just the syntax of AWS CLI commands, but there can be some resource-specific questions. If you want to review CLI commands for a specific resource, visit the following reference: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/index.html. The AWS CLI can […]

Classic Load Balancing – Load Balancing – ANS-C01 Study Guide

Classic Load Balancing For completeness, and to avoid any confusion if you come across the classic load balancer (CLB), it will be briefly mentioned here. The classic load balancer was the first offering within the ELB family of load balancers from AWS. The CLB was deployed to balance EC2 instances before VPCs came into existence. […]

Foundational Requirements – Determining Security Requirements and Controls – SAP-C02 Study Guide

Foundational Requirements First things first, it’s essential to consider your foundations, that is, your AWS environment, which must be able to accommodate the workload requirements. Two elements in particular must be tackled as they could impact the reliability of any workload: resource constraints and network topology. Resource Constraints Resource constraints can be further split into […]