AWS services: Managed VPN: An IPsec VPN connection between a CGW in a physical datacenter and an AWS-managed virtual private gateway. Software site-to-site VPN: An IPsec VPN connection between a CGW in a physical datacenter and a customer-managed EC2 instance. ExamAlert You can configure multiple managed site-to-site VPN connections, but the maximum aggregate bandwidth of […]
Direct Connect Locations AWS Direct Connect locations are located throughout the world and are not located in AWS facilities like availability zones are. Third-party data centers are used to house the AWS DX routers. Customers contract with service providers or supply their own network equipment located in the same data centers as the AWS DX […]
S3 Standard Infrequent Access (S3 Standard-IA) If you have data you don’t access frequently but still need to retrieve in real time, the S3 Standard-IA storage tier provides an excellent option. If you decide to use this storage tier, consider the following: the files and objects you would store in your S3 bucket would need […]
Getting hands-on with Amazon Polly In this section, you will build a pipeline where you can integrate AWS Lambda with Amazon Polly. The pipeline reads a text file and generates an MP3 file, saving it to another folder in the same bucket. You will monitor the task’s progress in CloudWatch logs. You will begin by […]
Profiles and permission sets Specifying the object-level security access is the main function of profiles (although additional settings are present, such as login hours, IP ranges, and the like, that aren’t in the scope of this exam). By specifying Create, Read, Edit, and Delete access to specific objects, users access to those objects can be […]
Abstract Methods –– An abstract method is a method declared in a class but does not have an implementation in that class. –– Subclasses must provide implementations for all abstract methods. –– An abstract class can also contain non-abstract methods. In the example below, let’s consider an abstract class named Item that represents a generic […]
Understanding Data Types Java applications contain two types of data: primitive types and reference types. In this sec-tion, we discuss the differences between a primitive type and a reference type. Using Primitive Types Java has eight built-in data types, referred to as the Java primitive types. These eight data types represent the building blocks for […]
Database Selection Selecting a database depends on many factors, and you may have to leverage more than one database for your workload to deliver optimal performance. It all very much depends on the type of data you handle, the type of access to support, the querying capability expected, and additional factors such as latency, scalability, […]
VPC 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.1 Implement networking features and connectivity CramSaver If you can correctly answer these questions before going through this section, save time by skimming the Exam Alerts in this section […]
Accelerated Site-to-Site VPN Connections There is an option to use the AWS VPN Global Accelerator to decrease the network latency and congestion experienced when routing your VPN traffic over the public Internet. The AWS accelerated site-to-site VPN is routed to the nearest Global Accelerator edge location and then traverses the internal AWS global network instead of […]