- Home
- Tag: subnet
Posts tagged subnet
A segment of the IP address range of a VPC that EC2 instances can be attached to. You can create subnets to group instances according to security and operational needs.
Tag: subnet
Make way for the High Performance Parallel Dump & Load Utilities + How to use them

Feed: Planet MySQL; Author: Andrew Grimo; MySQL-Shell has had a set of “Util” object functions for almost a year as of this post. It is this added functionality that negates any reason someone would still need to use the old mysqldump client. It (mysqldump) helped the MySQL Community for a long, long time. It also introduced a large amount of garbage and messiness in with those bloated data files, as it really belongs to an older era. We can now move on ahead without it. This process of “moving ahead” is what I will demonstrate in this blog post. Note: ... Read More
Alteryx Server in the Cloud
Feed: The Information Lab. Author: Paul Houghton. 24 February, 2021 Alteryx Server in the Cloud Deploying your infrastructure into the Cloud, of whatever provider you want, gives you a lot of flexibility in the resources you apply and what you can achieve. It allows for simple configuration changes depending on who you want to have access. The challenge is that if you are not careful in your configuration, you can expose your servers and data creating a significant problem. One way to manage this exposure issue is to apply a load balancer to your instance, which is great but Alteryx ... Read More
Using OpenVPN with MySQL Database Service

Feed: Planet MySQL; Author: Frederic Descamps; I’ve already provided some solutions to connect to your MDS instance, using MySQL Router, SSH tunnel, … but one of the best way if you have multiple instance to manage, is to use a VPN. This post summarize the steps on how to deploy Open VPN and configure your VCN to use it. So, in OCI, we have already some MDS & Compute instances deployed, this is how the dashboard looks like: OpenVPN Deployment We can start by deploying our OpenVPN instance using OCI’s Marketplace: And you follow the wizard by adding your administrator ... Read More
How to use the Oracle MySQL Database Service with applications that run in AWS

Feed: Planet MySQL; Author: Oracle MySQL Group; This post was written by: Nicolas De Rico: Oracle Cloud Solutions Engineer - MySQL Sergio J Castro: Oracle Cloud Solutions Engineer - Networking From RDS to MDS When an application reaches the maximum capabilities offered by Amazon Web Services (AWS) RDS, it is often recommended to migrate to the AWS Aurora service. However, Aurora is based on an older version of MySQL. Aurora still does not support MySQL 8.0, which was released in April 2018. Therefore, it may be difficult to port applications to Aurora, and later, out of Aurora because of its ... Read More
Querying a Vertica data source in Amazon Athena using the Athena Federated Query SDK

Feed: AWS Big Data Blog. The ability to query data and perform ad hoc analysis across multiple platforms and data stores with a single tool brings immense value to the big data analytical arena. As organizations build out data lakes with increasing volumes of data, there is a growing need to combine that data with large amounts of data in other data stores. As the variety of data increases, it becomes paramount to have a query tool to bridge two or more data stores with a single query. Even though data lakes became popular for analytic workloads recently, it’s not ... Read More
Design Considerations for Disaster Recovery with VMware Cloud on AWS

Feed: AWS Partner Network (APN) Blog. Author: Schneider Larbi. By Schneider Larbi, Sr. Partner Solutions Architect at AWSBy Kiran Reid, Partner Solutions Architect at AWS Customers who run VMware on-premises are incorporating VMware Cloud on AWS into their hybrid cloud strategy due to the immense benefits of using the AWS Global Infrastructure. As organizations plan hybrid cloud strategies, disaster recovery (DR) is a vital consideration to ensure business continuity in the event of a disaster. In this post, we discuss the architectural considerations and best practices for implementing disaster recovery using VMware Cloud on AWS. We’ll focus mainly on VMware ... Read More
Load Balancing ProxySQL in AWS

Feed: Planet MySQL; Author: MySQL Performance Blog; There are several ways to deploy ProxySQL between your applications and the database servers. A common approach is to have a floating virtual IP (VIP) managed by keepalived as the application endpoint. The proxies have to be strategically provisioned to improve the resiliency of the solution (different hardware, network segments, etc,). When we consider cloud environments, spreading instances across many availability zones (AZ) is considered a best practice, but that presents a problem regarding VIP handling. Per definition, VPC subnets have to be created in a specific AZ, and subnet IP ranges can’t ... Read More
Orchestrating analytics jobs on Amazon EMR Notebooks using Amazon MWAA

Feed: AWS Big Data Blog. In a previous post, we introduced the Amazon EMR notebook APIs, which allow you to programmatically run a notebook on both Amazon EMR Notebooks and Amazon EMR Studio (preview) without accessing the AWS web console. With the APIs, you can schedule running EMR notebooks with cron scripts, chain multiple EMR notebooks, and use orchestration services such as AWS Step Functions triggered by AWS CloudWatch Events. In this post, we show how to use Amazon Managed Workflows for Apache Airflow (Amazon MWAA) to orchestrate analytics jobs on EMR Notebooks. We will start by walking you through ... Read More
Data monetization and customer experience optimization using telco data assets: Part 2

Feed: AWS Big Data Blog. Part 1 of this series explains the importance of building and implementing a customer experience (CX) management and data monetization strategy for telecom service providers (TSPs), and the major challenges driving these initiatives. It also includes an AWS CloudFormation template to set up a demonstration of the solution using AWS services. It covers transforming and enriching multiple datasets, and offers information about data standardization, baselining an analytics data model to marry different datasets like deep packet inspection (DPI) engine embedded Packet Switch (PS) probe, CRM, subscriptions, media, carrier, device, and network configuration management in the data ... Read More
Exposing Private APIs Across AWS Accounts Only for Authorized Access Methods

Feed: AWS Partner Network (APN) Blog. Author: Néstor Gándara. By Néstor Gándara, Sr. Partner Solutions Architect at AWSBy Chandra Venkata Atchut Narayanarao, Sr. Cloud Transformation Architect at VirtusaBy Piyush Agarwal, Sr. Cloud Transformation Architect at Virtusa Virtusa recently received a requirement to make an application programming interface (API) accessible across another Amazon Web Services (AWS) account. The API was an internal-only API hosted in a private subnet, and could be accessed only from within the network. The requirement also stipulated Virtusa make only a few read-only (Get) methods accessible, and not all the methods from the API. There are a ... Read More
Recent Comments