Here are some considerations – Meeting Performance Objectives – SAP-C02 Study Guide

Here are some considerations: Figure 8.1: EBS volume attach, snapshot, and restore Amazon Elastic File System (EFS) offers a managed Network File System (NFS) that can scale to petabytes without disruptions. With EFS, typically the amount of IOPS and throughput you get depends on your storage size. The larger your storage, the more IOPS and […]

Parsing Logs and Events with AWS Native Tools – SCS-C02 Study Guide

The previous chapter showed you how the CloudWatch service can help collect and store logs from a myriad of services in AWS. You are now ready to turn your attention to the most cost-effective ways to retain those log files for long-term storage, along with the methods to pull out the necessary data from them. […]

Exploring the benefits of Amazon Rekognition – AWS Application Services for AI/ML – MLS-C01 Study Guide

Exploring the benefits of Amazon Rekognition Here are some of the benefits of using Amazon Rekognition: With or without knowledge of image processing, you can perform image and video analysis just by using the APIs provided in Amazon Rekognition, which can be used for any application or service on several platforms. Getting hands-on with Amazon […]

Gateway Endpoints – Networking and Connectivity – SOA-C02 Study Guide

Gateway Endpoints A gateway endpoint connects to DynamoDB or S3. You configure the route table within your VPC to send traffic over a VPC endpoint instead of the Internet. A VPC can have multiple gateway endpoints to different services in a route table. This greatly enhances security. For example, for a private subnet in a […]

Private class – Classes, Interfaces, and Methods – Data Manipulation Language (DML) – Salesforce Certified Platform Developer I Study Guide

Private class is a class that can only be accessed within the same Apex class or trigger in which it is defined. It cannot be accessed outside of the class or trigger, including within other classes or triggers in the same Salesforce organization. Private classes are primarily used for encapsulating functionality that is specific to […]

Creating a JAR File – Building Blocks – 1Z0-829 Study Guide

Creating a JAR File Some JARs are created by others, such as those downloaded from the Internet or created by a teammate. Alternatively, you can create a JAR file yourself. To do so, you use the jar command. The simplest commands create a jar containing the files in the current directory. You can use the […]

Storage Selection – Meeting Performance Objectives – SAP-C02 Study Guide

Storage Selection Selecting the optimal storage for your solution depends on multiple factors. First, how do you plan to access the storage? Do you require block-level, file-level, or object-level access? Have you identified the storage access patterns your solution requires (random or sequential)? How much throughput do you need? What is the frequency of access […]

AWS Application Services for AI/ML – MLS-C01 Study Guide

In this chapter, you will learn about the AWS AI services for building chatbots, advanced text analysis, document analysis, transcription, and so on. This chapter has been designed in such a way that you can solve different use cases by integrating AWS AI services and get an idea of how they work. AWS is growing […]

Running Events on a Schedule – CloudWatch and CloudWatch Metrics – SCS-C02 Study Guide

Running Events on a Schedule With the scheduling capabilities of EventBridge, you have the opportunity to create, run, and manage tasks that you schedule to run at a later date for a singular event or on a recurring basis. These tasks can be as simple as sending out weekly notifications to your team to logging […]