- Home
- Tag: node
Posts tagged node
Amazon Elasticsearch Service (Amazon ES): An Elasticsearch instance. A node can be either a data instance or a dedicated master instance. See Also dedicated master node.
Tag: node
eksctl now supports creating node groups using resource specifications and dry run mode
Feed: Recent Announcements. eksctl, the official CLI for Amazon Elastic Kubernetes Service (Amazon EKS), now lets you create node groups inside an Amazon EKS cluster by simply providing node requirements in vCPUs, memory, or GPUs. Additionally, eksctl now lets you preview the cluster configuration before creating a new cluster or a new node group by using the new dry-run mode. As a best practice, AWS recommends using multiple instance types when using Spot nodes for an EKS cluster to maximize availability with Spot Instances. Previously, you had to manually select instance types when creating node groups with multiple instance types ... Read More
Field Notes: Launch Amazon EMR with a Static Private IP in a Private Subnet

Feed: AWS Architecture Blog. Organizations across every industry and sector are looking to easily and cost-effectively process vast amounts of data. Amazon EMR offers a way to instantly provision as much or as little capacity as needed to perform data- intensive tasks. When launching Amazon EMR, the IPs of the primary (master) and core node are automatically assigned at the starting point. However, you may need to set up static private IPs for an Amazon EMR cluster to connect to systems within your on-premises data center. For example, if your on-premises data center has firewall policies set to allow access ... Read More
Galera Cluster for MySQL 5.6.51, 5.7.33, and 8.0.23 released
Feed: Planet MySQL; Author: Codership; Codership is pleased to announce a new Generally Available (GA) release of the multi-master Galera Cluster for MySQL 5.6, 5.7 and 8.0, consisting of MySQL-wsrep 5.6.51 (release notes, download), 5.7.33 (release notes, download) and 8.0.23 (release notes, download) with Galera replication library 3.33 (release notes, download) implementing wsrep API version 25, and Galera replication library 4.8 (release notes, download) implementing wsrep API version 26 for 8.0. This release incorporates all changes to MySQL 5.6.51, 5.7.33 and 8.0.23 respectively, adding a synchronous option for your MySQL High Availability solutions. Throughout the entire packages, for the binary ... Read More
Amazon ElastiCache now supports Tag-Based Access Control
Feed: Recent Announcements. Amazon ElastiCache now supports tag-based access control and adding tags to additional cluster resources. By using tags for access control, your AWS Identity and Access Management (IAM) users, groups, and roles get access only to the Amazon ElastiCache resources with matching tags. This provides you the capability to scale by reducing the number of distinct permissions you need to create and manage in your AWS account. You can define AWS IAM policies that grant or deny access to a resource based on its tags. Furthermore, you can use specific condition context keys to customize your AWS IAM ... Read More
Drive Action with Automated Quality Inspections Using AWS IoT Greengrass 2.0, AWS IoT SiteWise, and ADLINK Edge

Feed: AWS Partner Network (APN) Blog. Author: Krishna Doddapaneni. By Krishna Doddapaneni, Partner Solutions Architect – AWSBy Jared Knapp, Partner Solutions Architect – AWSBy Rob Boville, Head of Engineering and Architecture – ADLINK Issues on a conveyor belt-driven production line can easily be missed or overlooked, leading in some cases to damaged products and costly repairs. Those issues can be classed into two categories: Problems with the product that has been manufactured. Problems with the conveyor which requires maintenance. The resulting downtime can be costly and lead to missed production targets. Manual quality inspections can help prevent some of these ... Read More
Design Pattern for Highly Parallel Compute: Recursive Scaling with Amazon SQS

Feed: AWS Architecture Blog. Scaling based on Amazon Simple Queue Service (SQS) is a commonly used design pattern. At AWS Professional Services, we have recently used a variant of this pattern to achieve highly parallel computation for larger customers. In fact, any use case with a tree-like set of entities can use this pattern. It’s useful in a workflow where all nodes between the root and leaves must be processed rapidly and in parallel. Some use cases would be database parent-child records or graph relationships. Let us explore a couple of example scenarios, both hypothetical (COVID contact tracing) and real ... Read More
MySQL NDB Cluster Installation Through Docker

Feed: Planet MySQL; Author: Saroj Tripathy; In this post, we will see how to setup MySQL NDB Cluster from a docker image. I assume that the reader has some basic understanding of docker and its terminology.Steps to install MySQL NDB Cluster:Let's create a MySQL NDB Cluster with the following environment:MySQL NDB Cluster version (Latest GA version)1 Management Node4 Data Nodes1 Mysqld ServerConfiguration slots for upto 4 additional API nodes Note: Docker software must be installed and running on the same host where we are planning to install MySQL NDB Cluster. Also make sure we have enough resources allocated to docker so ... Read More
Enrich Tableau Prep flow data with Einstein Discovery predictions
Feed: What's New. Author: Rapinder Jawanda. In the April release of Tableau Prep, you can now invoke the power of Salesforce Einstein Discovery to bulk score your data directly in your flow. Bringing these powerful predictive models into Tableau Prep will help people closer to the business to use advanced analytics techniques to uncover practical insights, inform proactive decisions, and solve problems faster. With this integration, you can apply predictive machine learning models built in Einstein Discovery to your flow data, then generate predicted outcomes directly in your flow. Finally, output the results for analysis in Tableau. In this post, ... Read More
Accelerating genome assembly with AWS Graviton2

Feed: AWS Public Sector Blog. Author: Jason Chin. One of the biggest scientific achievements of the twenty-first century was the completion of the Human Genome Project and the publication of a draft human genome. The project took over 13 years to complete and remains one of the largest private-public international collaborations ever. Advances since in sequencing technologies, computational hardware, and novel algorithms reduced the time it takes to produce a human genome assembly to only a few days, at a fraction of the cost. This made using the human genome draft for precision and personalized medicine more achievable. Researchers derived the ... Read More
IT Resilience Within AWS Cloud, Part II: Architecture and Patterns

Feed: AWS Architecture Blog. In Part I of this two-part blog, we outlined best practices to consider when building resilient applications in hybrid on-premises/cloud environments. We also showed you how to adapt mindsets and organizational culture. In Part II, we’ll provide technical considerations related to architecture and patterns for resilience in AWS Cloud. Considerations on architecture and patterns The AWS Well-Architected Framework defines resilience as having “the capability to recover when stressed by load (more requests for service), attacks (either accidental through a bug, or deliberate through intention), and failure of any component in the workload’s components.” Resilience is an ... Read More
Recent Comments