Skip to main content

Posts

Showing posts with the label azure

AWS GLACIER THEORY

S3 Glacier  --> Paid Service                Storage ---> High-end Capacity [ Unlimited data store]         Glacier -----> Not for frequent use           Glacier --> vaults [ Container ]            Vaults --> Mumbai --> ok        ---------------------------------------------------------           Data Type : archive format [ Compression ]-> 40TB                     MS : Zip file               Linux : tar file       ----------------------------------------------------------          Requirement : 1: Vaults                        2: IAM User --> SAM [ Glacier Full Access ]             ...

AWS ROUTE 53 Theory

                      AWS ROUTE 53 Theory. DNS PORT NO : --> 53 DNS Resolv to with  :Name to IP  --> www.google.com / 172.24.58.47                     :IP  to Name --> 172.24.58.47  /www.google.com                              Two type of Domain Category : Oraganization Domain                                                     : ZioGraphical Domain      O.D:>.com,.org,.mil,.edu      Z.D:>.in,.us,.ch,.au      According Domain Price will change :       .com : $12 :> 1 Year       .in  : ------------     ROUTE 53  --> Paid Practical     ...

IAM INTRODUCATION

            IAM ( Identity Access Management )                AWS LOCAL USER                 1: Full Privileges                    2: Partial Privileges          -------------------------------------           Organization : Project : RDS                         ----------------                         Team : 4-5 Emp                        ---------------  5 AWS ACCOUNT : 5 Diff Billing : 5 Region : Network : issue ......  ------------------------------------------------------------------    IAM --> No need to create 5 Diff Account         --...

Linux Virtual Machines in Azure.

Azure Virtual Machines (VM) is one of several types of on-demand, scalable computing resources that Azure offers. Typically, you choose a VM when you need more control over the computing environment than the other choices offer. This article gives you information about what you should consider before you create a VM, how you create it, and how you manage it. An Azure VM gives you the flexibility of virtualization without having to buy and maintain the physical hardware that runs it. However, you still need to maintain the VM by performing tasks, such as configuring, patching, and installing the software that runs on it. Azure virtual machines can be used in various ways. Some examples are: Development and test – Azure VMs offer a quick and easy way to create a computer with specific configurations required to code and test an application.  Applications in the cloud – Because demand for your application can fluctuate, it might make economic sense to run it on a VM in Azure...

What is the Azure Backup service ?

The Azure Backup service provides simple, secure, and cost-effective solutions to back up your data and recover it from the Microsoft Azure cloud. What can I back up? Why use Azure Backup? The Azure Backup service provides simple, secure, and cost-effective solutions to back up your data and recover it from the Microsoft Azure cloud. On-premises - Back up files, folders, system state using the Microsoft Azure Recovery Services (MARS) agent. Or use the DPM or Azure Backup Server (MABS) agent to protect on-premises VMs (Hyper-V and VMWare) and other on-premises workloads. Azure VMs - Back up entire Windows/Linux VMs (using backup extensions) or back up files, folders, and system state using the MARS agent. Azure Files shares - Back up. Azure File shares to a storage account. SQL Server in Azure VMs - Back up SQL Server databases running on Azure VMs. SAP HANA databases in Azure VMs - Backup SAP HANA databases running on Azure VMs.

AWS Region, Availability Zone, and Local Zone Concepts.

Each Region is completely independent. Each Availability Zone is isolated, but the Availability Zones in a Region are connected through low-latency links. A Local Zone is an AWS infrastructure deployment that places select services closer to your end users. A Local Zone is an extension of a Region that is in a different location from your Region. It provides a high-bandwidth backbone to the AWS infrastructure and is ideal for latency-sensitive applications, for example machine learning. The following diagram illustrates the relationship between Regions, Availability Zones, and Local Zones. Regions. Each Amazon EC2 Region is designed to be isolated from the other Amazon EC2 Regions. This achieves the greatest possible fault tolerance and stability. When you view your resources, you see only the resources that are tied to the Region that you specified. This is because Regions are isolated from each other, and we don't automatically replicate resources across Regions. When...

Amazon Elastic Compute Cloud(EC2)

Amazon Elastic Compute Cloud                                                                                                                   What Is Amazon EC2 ? Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. Amazon EC2 enables you to scale up or down to handle changes in requirements or spikes in popularity, reducing your need to forecast traffic. Features of Amazon EC2. Am...