Troubleshoot Network Connectivity – SOA-C02 Study Guide

This chapter covers the following official AWS Certified SysOps Administrator – Associate (SOA-C02) exam domains: Domain 5: Networking and Content Delivery (For more information on the official AWS Certified SysOps Administrator – Associate [SOA-C02] exam topics, see the Introduction.) VPC Flow Logs This section covers the following objective of Domain 5 (Networking and Content Delivery) […]

Trigger.size 2 – Create Triggers with Context Variables – Triggers and Bulk Processing – Salesforce Certified Platform Developer I Study Guide

Trigger.size The Trigger.size variable in Apex triggers is used to determine the total number of records in a trigger invocation, including both old and new records. It provides the count of records that caused the trigger to fire. Here are a few reasons why Trigger.size is commonly used in Apex triggers: •\ Bulk Processing: Apex […]

Multi-account VPC Sharing – Inter-VPC and Multi-account Networking – ANS-C01 Study Guide

Multi-account VPC Sharing VPCs can be shared between accounts and organizations by sharing management with AWS organizations and the Resource Access Manager. In this section, you will learn about how to accomplish sharing services in a VPC between accounts using the AWS PrivateLink service. PrivateLink In Chapter 7, “Connecting On-Premises Networks,” you learned that the […]

Deployment Groups – Establishing a Deployment Strategy – SAP-C02 Study Guide

Deployment Groups CodeDeploy is meant to be used with existing compute resources, using which it can deploy application artifacts. Note that it does not create compute resources on your behalf. With that in mind, CodeDeploy organizes compute resources in deployment groups. When deploying application components to ECS, Lambda, and EC2/on-premises servers, deployment groups specify the […]

S3 Origin Access Identity – Domains, DNS, and Content Delivery – SOA-C02 Study Guide

S3 Origin Access Identity This section covers the following objective of Domain 5 (Networking and Content Delivery) from the official AWS Certified SysOps Administrator – Associate (SOA-C02) exam guide: 5.2 Configure domains, DNS services, and content delivery CramSaver If you can correctly answer these questions before going through this section, save time by skimming the […]

Review Questions 2  – Building Blocks – 1Z0-829 Study Guide

public void printMagicData() { var magic = ; System.out.println(magic); } public void print(Water water) { System.out.println(water); } } package aquarium; public class Water { boolean salty = false; } package aquarium.jellies; public class Water { boolean salty = true; } package employee; INSERT IMPORTS HERE public class WaterFiller { Water water; } import aquarium.jellies.Water; import […]

Important note – Amazon SageMaker Modeling – MLS-C01 Study Guide

As you can see in Figure 9.2, Training offers Algorithms, Training jobs, and Hyperparameter tuning jobs. Let’s understand their usage: Inference has many offerings and is evolving every day: You have got an overview of Amazon SageMaker. Now, put your knowledge to work in the next section. Important note The Amazon SageMaker console keeps changing. […]

Adding a New VPC to Your AWS Account 2 – Configuring Infrastructure Security – SCS-C02 Study Guide

After you create your CloudFormation template, return to your Management Console and quickly create your VPC: Figure 10.2: The Stacks menu Figure 10.3: The create stack drop-down menu Figure 10.4: The Template source options Figure 10.5: The Choose file option Figure 10.6: Choosing the stack name Figure 10.7: The Resources tab Now that you have […]

Review Questions – Building Blocks – 1Z0-829 Study Guide

Review Questions The answers to the chapter review questions can be found in the Appendix. public class Bunny { public static void main(String[] x) { Bunny bun = new Bunny(); } } public class KitchenSink { private int numForks; public static void main(String[] args) { int numKnives; System.out.print(“”” “# forks = ” + numForks + […]

Key terms – Master Data Management – Salesforce Data Architect Theory – Salesforce Certified Data Architect Study Guide

Key terms The following terms are used a lot in the field of MDM. When dealing with MDM situations as a Salesforce Data Architect, you may come across these. Harmonizing data Data harmonization is the practice of taking data from multiple sources and processing it (often through machine learning and automation) into a standard, accurate, […]