Cloud Operations Sandbox
Connect with Excel - Azure SQL Database & SQL Managed Instance
Learn how to connect Microsoft Excel to a database in Azure SQL Database or Azure SQL Managed Instance. Import data into Excel for reporting and data exploration.
Build an ETL service pipeline to load data incrementally from Amazon S3 to Amazon Redshift using AWS Glue - AWS Prescriptive Guidance
Configure Amazon S3 for optimal performance, and load incremental data changes to Amazon Redshift by building an ETL pipeline in AWS Glue.
Push your code and see your builds happening in your terminal with "git deploy"
By extending git on your local machine with just one small Python script, you can see your Cloud Build triggers deployed as you push your code up to GitHub.
Gregory Szorc's Digital Home | The Rabbit Hole of Using Docker in Automated Tests
Some Dockerfiles for Building R Package Binaries
I went down a strange path recently, trying to compile binaries of R packages for Linux. I’m not sure why — this area is pretty much covered by the RStudio Package Manager. I’ll leave my Dockerfiles here in case they’re of any use to a future wayward R programmer. The intention here is to build a Docker image that can build an R binary with the below command. I’m trying to build x86 binaries on my ARM Macbook, so I’m specifying the platform during both build and run.
Placing an R Lambda Runtime in a Container
lambdr
GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: The source code for the AWS Lambda tutorials on the Worn Off Keys YouTube channel.
The source code for the AWS Lambda tutorials on the Worn Off Keys YouTube channel. - GitHub - AlexzanderFlores/Worn-Off-Keys-Lambda-Tutorials: The source code for the AWS Lambda tutorials on the Wo...
Aws dojo
Tutorial: Rotate a secret for an AWS database - AWS Secrets Manager
Learn how to use AWS Secrets Manager to rotate a secret for an AWS database that AWS Secrets Manager provided Lambda templates.
How To Use AWS Secrets Manager To Auto Rotate Database Secrets
How To Use AWS Secrets Manager To Rotate Database Secrets. In this AWS Secrets Manager demo we are are to see how to set up AWS Secrets Manager to work with an AWS RDS Database to rotate AWS Secrets. In this tutorial, you will follow the steps to create a secret for an AWS database and configure the secret to rotate on a schedule. You trigger one rotation manually, and then confirm that the new version of the secret continues to provide access. We will create a MySQL database for this aws secrets tutorial and then we will use the Secrets Manager console to create your secret and populate the secret with the initial user name and password for your MySQL database. We will then use your new secret to test the credentials and ensure you can use them to connect to your database and then setup and test the rotation.
You can follow along with the instructions from this AWS Secrets Manager video here: https://docs.aws.amazon.com/secretsmanager/latest/userguide/tutorials_db-rotate.html
See how to create and connect to a MYSQL database to complete step 1 of this tutorial here:https://youtu.be/0VTaSbpMLxc
AWS Database And Storage Full Playlist: https://youtube.com/playlist?list=PLJjrxjvQuqgAff6KvuPPXCACbBp5z3WaY
Watch the full AWS SysOps Administrator/DevOPS Full Playlist: https://youtube.com/playlist?list=PLJjrxjvQuqgCgfcmYTlWNptIh7hZ8ka7Z
++++++For more information on how to successfully migrate applications to the cloud read our latest book Stress Free Cloud Migration.
----------https://amzn.to/3lTTz0J
****For more cloud consulting inquiries email [email protected] or visit www.rmstechconsulting.com
Don't forget to hit the like button and subscribe if you found this video helpful! New videos added weekly. Submit video ideas in the comments below.
Multicloud
What is Google’s Dev Library––a new open-source platform for developers
Introducing the Dev Library, a curated archive of projects and articles built specifically using Google technologies.
Cloud Computing Terms
Expand your technical knowledge. Discover the Microsoft Azure glossary of need-to-know cloud computing terminology.
meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view.
Collie CLI allows you to manage your AWS, Azure & GCP cloud landscape through a single view. - GitHub - meshcloud/collie-cli: Collie CLI allows you to manage your AWS, Azure & GCP c...
Docker and Kubernetes | Docker
My Workplay on Docker and Kubernetes. Ref : https://github.com/Rohithv07/DockerCasts
Why you should use Multi Stage Docker Builds | containers.fan | 🇿🇦
Tutorial on building slim docker images using multstage docker builds.
Overview of cloud-init support for Linux VMs in Azure - Azure Virtual Machines | Microsoft Docs
Overview of cloud-init capabilities to configure a VM at provisioning time in Azure.
Azure images - Builders | Packer by HashiCorp
Packer is able to create Azure VM images. To achieve this, Packer comes with multiple builders depending on the strategy you want to use to build the images.
Create an Azure Image Builder template - Azure Virtual Machines | Microsoft Docs
Learn how to create a template to use with Azure Image Builder.
Welcome — Caddy Documentation
Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go
Caddy - Official Image | Docker Hub
Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go.
Changes to Docker Hub Autobuilds - Docker Blog
As many of you are aware, it has been a difficult period for companies offering free cloud compute [1]. Unfortunately, Docker’s Autobuild service has been targeted by the same bad actors, so today we are disappointed to announce that we will be discontinuing Autobuilds on the free tier starting from June 18, 2021. In the…
What is Kubernetes?
Learn how to build, deliver, and scale containerized apps faster with open source orchestration from Kubernetes.
Cloud Transformation
PwC's Cloud Transformation solution helps you use cloud differently. Designed to enable innovation that creates new business models and amazing customer experiences.
Cloud migration and application modernization explained
Get the most out of cloud transformation with this look at key components: cloud migration, cloud-native architecture and application modernization.
Cloud computing explained
Understanding the types of cloud services and the four main cloud configuration options that can drive you company's strategic goals.
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Microservice architectural style is an approach to developing a
single application as a suite of small services, each running in its own
process and communicating with lightweight mechanisms, often an HTTP
resource API. These services are built around business capabilities and
independently deployable by fully automated deployment machinery. There
is a bare minimum of centralized management of these services, which may
be written in different programming languages and use different data storage
technologies.
Executing asynchronous tasks | Cloud Run Documentation | Google Cloud
Authenticating service-to-service | Cloud Run Documentation