Introduction to Microsoft Azure Features of Free Tier Account i) For Windows & Linux Machines – 750 hours are free. ii) Virtual machine type recommended for Free tier account B1S VM. iii) Disks Management a) Blob Storage – 5 GB free (Local Redundant Storage) b) File Storage – 5 GB Free c) SQL – 250 GB Free d) Bandwidth Usage – 15 GB Free iv) Deployment Models a) Classic Deployment Models In this model, each resource existed independently. b) Resource manager Resource Manager which added the concept of the resource group in 2014. Resource Manager Terminology A manageable item that is available through Azure Ex: Virtual machine, Storage, account, web apps. Resource Group: A container that holds related resources for an Azure solution ● Azure Access Platform ○ Azure Portal ○ It is used to view and manage all of your applications in one unified hub. It includes web apps, databases, virtual machines, virtual networks, storage, and Visual St...
Pulumi is an infrastructure as a code tool. IAAC's approach towards managing infrastructure is the main reason you a tool is gaining popularity in the n DevOps world. Infrastructure as Code Explained IAAC is all about implementing automation at its best and less possibility of having errors while managing infrastructure. You can only imagine the situation where you need to manage hundreds of servers and it is almost impractical to manage all this manually. Hence the IAC enable DevOps engineers to manage Infra with multiple cloud providers with tools of their choice Pulumi is becoming the top choice. What is Pulumi? An open-source infrastructure that uses mostly any programming language to provision and manages cloud resources with simplicity. In 2017, Pulumi revolinatised the DevOps world with the features like using several programming languages to manage cloud resources. Terraform is also a similar tool where it has one disadvantage where it is li...
Introduction to AWS S3 Amazon Simple Storage Service (Amazon S3) is a widely used object storage service provided by Amazon Web Services (AWS). It allows you to store and retrieve any amount of data at any time from the internet. Here's a comprehensive overview covering key aspects of AWS S3: 1. Overview: Amazon S3 is a scalable and highly durable storage infrastructure designed for storing and retrieving any amount of data. It's built on a simple key-value data model, where data is stored in "buckets" and each object is assigned a unique key. 2. Buckets: A bucket is a container for storing objects in Amazon S3. Bucket names must be globally unique and follow specific naming rules. Permissions and policies can be set at the bucket level to control access. 3. Objects: An object is the fundamental entity stored in Amazon S3, consisting of the data itself and metadata. Objects can range in size from a few bytes to several terabytes. Metadata includes details such as th...
No comments:
Post a Comment