Cloud Cloud CLI 30.05.2021 by Cloud Team By Franck Pachot . Here is how to quickly install the CLI (Command Line Interface) for the following public clouds: Amazon, Google, Microsoft and Oracle. On Linux, I’m using wget but you can use curl. I’ll install all cloud(…)
AWS, Cloud DynamoDB / Aurora: sparse and partial indexes 15.04.2021 by Cloud Team By Franck Pachot . In a previous post I tried to build a glossary about Amazon DynamoDB terms that look like relational database terms, but with a different technical meaning. Here is more about it. If(…)
AWS A VPC is a private cloud in a public cloud 15.03.2021 by Cloud Team By Franck Pachot . If you are surprised that the first thing you do in a Public Cloud is creating a Virtual Private Cloud, this post is for you. This is a beginner level post. And if you are(…)
Cloud Google Spanner – SQL compatibility 05.01.2021 by Cloud Team By Franck Pachot . I have posted, a long time ago, about Google Spanner (inserting data and no decimal numeric data types) but many things have changed in this area. There(…)
AWS, Cloud Amazon Aurora: calling a lambda from a trigger 14.12.2020 by Cloud Team By Franck Pachot . You may want your RDS database to interact with other AWS services. For example, send a notification on a business or administration situation, with a “push” method rather than a “pull” one from a Cloud(…)
AWS Aurora Serverless v2 (preview) – CPU 07.12.2020 by Cloud Team By Franck Pachot . This follows my previous post https://www.dbi-services.com/blog/aurora-serverless-v2-ram/ which you should read before this one. I was looking at the auto-scaling of RAM and it is now time to look at the CPU(…)
AWS Aurora Serverless v2 (preview) – RAM 07.12.2020 by Cloud Team By Franck Pachot . What is Aurora Serverless? That’s the RDS Aurora name for auto-scaling: instead of provisioning an instance size (from the burstable db.t3.small with 2 vCPU and 2GB RAM to db.r5.16xlarge with 64 vCPU and 512 GB(…)
AWS Database announcements at re:Invent 2020 03.12.2020 by Cloud Team By Franck Pachot . This year is not very nice for conferences as everything is virtual and we miss the most important: meeting and sharing with people. But the AWS re:Invent is actually a great experience. As an AWS(…)
AWS DynamoDB Scan (and why 128.5 RCU?) 30.11.2020 by Cloud Team By Franck Pachot . In the previous post I described the PartiSQL SELECT for DynamoDB and mentioned that a SELECT without a WHERE clause on the partition key may result in a Scan, but the(…)
AWS, Database Administration & Monitoring Cross-cloud PMM: which TCP ports to open 29.11.2020 by Cloud Team By Franck Pachot . I recently installed Percona Monitoring & Management on AWS (free tier) and here is how to monitor an instance on another cloud (OCI), in order to show which TCP port must be opened. PMM server(…)