Explore a myriad of fundamental cloud computing topics from databases to networking solutions at this half-day cloud conference, and join an exciting panel discussion with industry experts where they share their approaches…
Category: Cloud
Using Terraform Deploying an Azure VM
Virtual machine deployment is the primary goal of almost all automation attempts. Terraform provides grammar that is easier to read than ARM templates and allows you to create the prerequisites you want…
Alibaba Cloud Summit 2021
Join this virtual event to discover how you can accelerate digitalization with Cloud and Data Intelligence. Alibaba Cloud Summit 2021 will feature new product launches, keynotes from senior leaders at Alibaba Cloud…
Azure DNS
Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using…
AWS Well Architected Framework of 5 Pillars
When building technical solutions on Amazon Web Services (AWS), if you ignore the five pillars of operational excellence, security, reliability, performance efficiency, and cost optimization, building a system that meets your expectations…
Alibaba Cloud Free ACA Cloud Certification and Training
Alibaba Cloud Certification Associate (ACA – Alibaba Cloud Certification Associate) is a certification designed for those who can use Alibaba Cloud Computing products. It covers all of Alibaba Cloud’s core products from…
AWS BACKUP
AWS Backup service is designed to centralize and automate the backing up of data across AWS services in the AWS cloud as well as on-premises using the AWS Storage Gateway. This is…
AWS Windows FSx vs Luster FSx vs EFS
AWS EC2 EFS (Elastic File System) vs Windows FSx (Fast Storage File system) vs Luster FSx (Fast Storage File system) FSx: Amazon FSx makes it easy and cost-effective to launch and…
AWS LATENCY TEST URL’S
AWS has 80 Availability Zones across 25 geographic regions, with plans to launch 15 more Availability Zones and five more AWS Regions in Australia, India, Indonesia, Spain, and Switzerland. https://ping.psa.fun/ …
AWS S3 CLI Commands
LIST: We use ls commands to show the lists of buckets and content of buckets. # List of buckets aws s3 ls # Contents of bucket aws s3 ls s3://s3-sea-nkcode-bucket # ls command will…