Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS equivalent for Azure Resourcegroup

Azure Resource group is one thing which ties one complete stack together, so in case you want to know what your complete stack looks like just open up your RG and all resources are there(not talking about very big stacks ). Do we have any service in AWS like this ??

like image 225
BlindSniper Avatar asked Sep 19 '18 06:09

BlindSniper


People also ask

What is AWS equivalent of Azure resource Group?

The term "resource" in Azure is used in the same way as in AWS, meaning any compute instance, storage object, networking device, or other entity you can create or configure within the platform.

What is the AWS equivalent of an Azure landing zone?

Control Tower - New version of AWS's LandingZone that provides better automation and user experience on deploying and managing a multi-account environment.

Is there an AWS Cloudformation equivalent on Azure?

AWS has “Amazon Cloud Formation”, Azure has “Azure Resource Manager”, and for the Google Cloud there is “Deployment Manager”. They all provide a way to define your cloud infrastructure resources using a declarative language, which you can then put in a git repository, for example.

What is AWS equivalent of Azure policy?

Azure Functions is the primary equivalent of AWS Lambda in providing serverless, on-demand code.


1 Answers

AWS also has Resource Groups. It's not identical to Azure resource groups. But it will work for your need. You need to use tags for the resources and then group them using AWS Resource Groups. Tags are very powerful and widely used in AWS.

like image 127
Jeevagan Avatar answered Oct 13 '22 07:10

Jeevagan